public abstract class AbstractStatementFactory extends Object implements IStatementFactory
| Constructor and Description |
|---|
AbstractStatementFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatement |
createInStatement(Connection connection,
String sql,
Table table)
Create the prepared statement.
|
protected PreparedStatement createInStatement(Connection connection, String sql, Table table) throws SQLException
connection - The connection.sql - A SQL.table - The table under analysis.SQLException - On creation errors.Copyright © 2017. All rights reserved.