public class StatementFactory extends AbstractStatementFactory
Constructor and Description |
---|
StatementFactory() |
Modifier and Type | Method and Description |
---|---|
IBatchStatement |
createBatchStatement(IDatabaseConnection connection) |
IPreparedBatchStatement |
createPreparedBatchStatement(java.lang.String sql,
IDatabaseConnection connection) |
supportBatchStatement
public IBatchStatement createBatchStatement(IDatabaseConnection connection) throws java.sql.SQLException
java.sql.SQLException
public IPreparedBatchStatement createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2002-2020. All Rights Reserved.