| DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase |
DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase
This subclass supports the DBD::Sybase manpage for real Sybase databases. If you are using an MSSQL database via the DBD::Sybase manpage, see the DBIx::Class::Storage::DBI::Sybase::MSSQL manpage.
This storage driver uses the DBIx::Class::Storage::DBI::NoBindVars manpage as a base. This means that bind variables will be interpolated (properly quoted of course) into the SQL query itself, without using bind placeholders.
More importantly this means that caching of prepared statements is explicitly disabled, as the interpolation renders it useless.
Brandon L Black <blblack@gmail.com>
Justin Hunter <justin.d.hunter@gmail.com>
You may distribute this code under the same terms as Perl itself.
| DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase |