public interface IStatementFactory
| Modifier and Type | Method and Description |
|---|---|
IBatchStatement |
createBatchStatement(IDatabaseConnection connection) |
IPreparedBatchStatement |
createPreparedBatchStatement(java.lang.String sql,
IDatabaseConnection connection) |
IBatchStatement createBatchStatement(IDatabaseConnection connection) throws java.sql.SQLException
java.sql.SQLExceptionIPreparedBatchStatement createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2002-2018. All Rights Reserved.