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