org.jumpmind.db.platform.mssql
Class MsSqlJdbcSqlTransaction

java.lang.Object
  extended by org.jumpmind.db.sql.JdbcSqlTransaction
      extended by org.jumpmind.db.platform.mssql.MsSqlJdbcSqlTransaction
All Implemented Interfaces:
ISqlTransaction

public class MsSqlJdbcSqlTransaction
extends JdbcSqlTransaction


Field Summary
 
Fields inherited from class org.jumpmind.db.sql.JdbcSqlTransaction
connection, inBatchMode, jdbcSqlTemplate, log, markers, oldAutoCommitValue, psql, pstmt
 
Constructor Summary
MsSqlJdbcSqlTransaction(JdbcSqlTemplate sqltemplate)
           
 
Method Summary
 void allowInsertIntoAutoIncrementColumns(boolean allow, Table table, String quote)
           
 
Methods inherited from class org.jumpmind.db.sql.JdbcSqlTransaction
addRow, close, commit, execute, executeCallback, flush, getConnection, getUnflushedMarkers, init, insertWithGeneratedKey, isInBatchMode, logSql, normalizeUpdateCount, prepare, prepareAndExecute, prepareAndExecute, query, query, queryForInt, queryForLong, queryForObject, removeMarkersThatWereSuccessful, rollback, rollback, setInBatchMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsSqlJdbcSqlTransaction

public MsSqlJdbcSqlTransaction(JdbcSqlTemplate sqltemplate)
Method Detail

allowInsertIntoAutoIncrementColumns

public void allowInsertIntoAutoIncrementColumns(boolean allow,
                                                Table table,
                                                String quote)
Specified by:
allowInsertIntoAutoIncrementColumns in interface ISqlTransaction
Overrides:
allowInsertIntoAutoIncrementColumns in class JdbcSqlTransaction


Copyright © 2007-2013 JumpMind, Inc.. All Rights Reserved.