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