osx man page for dbix::class::storage::dbi::identityinsert

Query: dbix::class::storage::dbi::identityinsert

OS: osx

Section: 3

Links: osx man pages   all man pages

Forums: unix linux community   forum categories

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

DBIx::Class::Storage::DBI::IdentityInsert(3)		User Contributed Perl Documentation	      DBIx::Class::Storage::DBI::IdentityInsert(3)

NAME
DBIx::Class::Storage::DBI::IdentityInsert - Storage Component for Sybase ASE and MSSQL for Identity Inserts / Updates
DESCRIPTION
This is a storage component for Sybase ASE (DBIx::Class::Storage::DBI::Sybase::ASE) and Microsoft SQL Server (DBIx::Class::Storage::DBI::MSSQL) to support identity inserts, that is inserts of explicit values into "IDENTITY" columns. This is done by wrapping "INSERT" operations in a pair of table identity toggles like: SET IDENTITY_INSERT $table ON $sql SET IDENTITY_INSERT $table OFF
AUTHOR
See "AUTHOR" in DBIx::Class and "CONTRIBUTORS" in DBIx::Class.
LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.16.2 2012-08-16 DBIx::Class::Storage::DBI::IdentityInsert(3)
Related Man Pages
dbix::class::storage::dbi::autocast(3) - mojave
dbix::class::storage::dbi::access(3) - osx
dbix::class::storage::dbi::ado::microsoft_sql_server::cursor(3) - osx
dbix::class::storage::dbi::autocast(3) - osx
dbix::class::storage::dbi::sybase::ase::nobindvars5.18(3) - mojave
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
When is a _function_ not a _function_?
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location