org.jumpmind.db.platform.mssql
Class MsSqlJdbcSqlTransaction
java.lang.Object
org.jumpmind.db.sql.JdbcSqlTransaction
org.jumpmind.db.platform.mssql.MsSqlJdbcSqlTransaction
- All Implemented Interfaces:
- ISqlTransaction
public class MsSqlJdbcSqlTransaction
- extends JdbcSqlTransaction
| 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 |
MsSqlJdbcSqlTransaction
public MsSqlJdbcSqlTransaction(JdbcSqlTemplate sqltemplate)
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.