public interface IStatementFactory
Modifier and Type | Method and Description |
---|---|
IBatchStatement |
createBatchStatement(IDatabaseConnection connection) |
IPreparedBatchStatement |
createPreparedBatchStatement(String sql,
IDatabaseConnection connection) |
IBatchStatement createBatchStatement(IDatabaseConnection connection) throws SQLException
SQLException
IPreparedBatchStatement createPreparedBatchStatement(String sql, IDatabaseConnection connection) throws SQLException
SQLException
Copyright © 2002–2018. All rights reserved.