| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
SQLCompositionContext.prepareStatement(String sql)
Prepare given SQL statement, replacing named parameters with the default
? parameter placeholder. |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
SQLStatementConfigurator.configureStatement(SQLContext context,
PreparedStatement jdbcStatement,
SQLStatement sqlStatement)
Configure given
PreparedStatement, setting the statement parameter values, if necessary. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLQuery
SQL query expression.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLStatement |
SQLStatement.create(String sql,
SQLParameter... parameters)
Create a new
SQLStatement. |
| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
DefaultSQLCompositionContext.prepareStatement(String sql) |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
DefaultSQLStatementConfigurator.configureStatement(SQLContext context,
PreparedStatement jdbcStatement,
SQLStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
JdbcOperationContext.prepareInsertStatement(SQLStatement statement,
Connection connection,
SQLPrimaryKey primaryKey)
Create and configure a
PreparedStatement for an INSERT type operation, using given
SQLStatement and connection. |
PreparedStatement |
JdbcOperationContext.prepareStatement(SQLStatement statement,
Connection connection)
Create and configure a
PreparedStatement using given SQLStatement and connection. |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
DefaultJdbcDatastore.prepareInsertStatement(SQLStatement statement,
Connection connection,
SQLPrimaryKey primaryKey) |
PreparedStatement |
DefaultJdbcDatastore.prepareStatement(SQLStatement statement,
Connection connection) |
Copyright © 2019 The Holon Platform. All rights reserved.