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)NAMEDBIx::Class::Storage::DBI::IdentityInsert - Storage Component for Sybase ASE and MSSQL for Identity Inserts / UpdatesDESCRIPTIONThis 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 OFFAUTHORSee "AUTHOR" in DBIx::Class and "CONTRIBUTORS" in DBIx::Class.LICENSEYou may distribute this code under the same terms as Perl itself. perl v5.16.2 2012-08-16 DBIx::Class::Storage::DBI::IdentityInsert(3)
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 |