DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars man page on Darwin

Man page or keyword search:  
man Server   23457 pages
apropos Keyword Search (all sections)
Output format
Darwin logo
[printable version]

DBIx::Class::Storage::UseDBIx::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.16.2		 DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3)
[top]

List of man pages available for Darwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net