public interface JdbcStatementFactory
| Modifier and Type | Method and Description |
|---|---|
BatchInsertStatement |
createBatchInsertStatement(Connection connection)
Creates an Batch Insert statement.
|
DeleteStatement |
createDeleteStatement(Connection connection)
Creates an Delete statement.
|
InsertStatement |
createInsertStatement(Connection connection)
Creates an Insert statement.
|
SelectStatement |
createSelectStatement(Connection connection)
Creates a Select statement.
|
UpdateStatement |
createUpdateStatement(Connection connection)
Creates an Update statement.
|
SelectStatement createSelectStatement(Connection connection)
InsertStatement createInsertStatement(Connection connection)
BatchInsertStatement createBatchInsertStatement(Connection connection)
UpdateStatement createUpdateStatement(Connection connection)
DeleteStatement createDeleteStatement(Connection connection)
Copyright © 2018. All rights reserved.