Peter Rabbitson > DBIx-Class-0.08107 > DBIx::Class::Storage::DBI::Sybase

Download:
DBIx-Class-0.08107.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  4
Stalled  5
View Bugs
Report a bug
Source   Latest Release: DBIx-Class-0.08114

NAME ^

DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase

SYNOPSIS ^

This subclass supports DBD::Sybase for real Sybase databases. If you are using an MSSQL database via DBD::Sybase, see DBIx::Class::Storage::DBI::Sybase::MSSQL.

CAVEATS ^

This storage driver uses DBIx::Class::Storage::DBI::NoBindVars 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.

AUTHORS ^

Brandon L Black <blblack@gmail.com>

Justin Hunter <justin.d.hunter@gmail.com>

LICENSE ^

You may distribute this code under the same terms as Perl itself.