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, wait
createBatchStatement, createPreparedBatchStatement
protected boolean supportBatchStatement(IDatabaseConnection connection) throws SQLException
true
if target database supports batch statement.SQLException
Copyright © 2002–2017. All rights reserved.