public class StatementFactory extends AbstractStatementFactory
| Constructor and Description |
|---|
StatementFactory() |
| Modifier and Type | Method and Description |
|---|---|
IBatchStatement |
createBatchStatement(IDatabaseConnection connection) |
IPreparedBatchStatement |
createPreparedBatchStatement(String sql,
IDatabaseConnection connection) |
supportBatchStatementpublic IBatchStatement createBatchStatement(IDatabaseConnection connection) throws SQLException
SQLExceptionpublic IPreparedBatchStatement createPreparedBatchStatement(String sql, IDatabaseConnection connection) throws SQLException
SQLExceptionCopyright © 2002-2017. All Rights Reserved.