public abstract class AbstractStatementFactory extends Object implements IStatementFactory
| Constructor and Description |
|---|
AbstractStatementFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
supportBatchStatement(IDatabaseConnection connection)
Returns
true if target database supports batch statement. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBatchStatement, createPreparedBatchStatementprotected boolean supportBatchStatement(IDatabaseConnection connection) throws SQLException
true if target database supports batch statement.SQLExceptionCopyright © 2002-2017. All Rights Reserved.