mojave man page for dbix::class::storage::dbi::sybase::ase::nobindvars

Query: dbix::class::storage::dbi::sybase::ase::nobindvars

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3)	User Contributed Perl Documentation  DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3)

NAME
DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars - Storage::DBI subclass for Sybase ASE without placeholder support
DESCRIPTION
If you're using this driver then your version of Sybase or the libraries you use to connect to it do not support placeholders. You can also enable this driver explicitly using: my $schema = SchemaClass->clone; $schema->storage_type('::DBI::Sybase::ASE::NoBindVars'); $schema->connect($dsn, $user, $pass, \%opts); See the discussion in "Using ? Placeholders & bind parameters to $sth->execute" in DBD::Sybase for details on the pros and cons of using placeholders. One advantage of not using placeholders is that "select @@identity" will work for obtaining the last insert id of an "IDENTITY" column, instead of having to do "select max(col)" in a transaction as the base Sybase driver does. When using this driver, bind variables will be interpolated (properly quoted of course) into the SQL query itself, without using placeholders. The caching of prepared statements is also explicitly disabled, as the interpolation renders it useless.
AUTHORS
See "CONTRIBUTORS" in DBIx::Class.
LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.18.2 2013-12-16 DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3)
Related Man Pages
dbix::class::storage::dbi::autocast(3) - osx
dbix::class::storage::dbi::nobindvars5.18(3) - mojave
dbix::class::storage::dbi::sybase::ase::nobindvars(3) - osx
dbix::class::storage::dbi::nobindvars(3) - osx
dbix::class::schema::loader::dbi::mssql(3pm) - debian
Similar Topics in the Unix Linux Community
placeholders in file names
F3 to F10 not working with TERM=ansi ?
Check Sybase installation
Read line of files and call store procedures
Help with Shell Script to View Logs