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.SQLException
IPreparedBatchStatement createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2002-2025. All Rights Reserved.