| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer.expression | |
| com.holonplatform.datastore.jdbc.context | |
| com.holonplatform.datastore.jdbc.internal |
| Modifier and Type | Method and Description |
|---|---|
static SQLPrimaryKey |
SQLPrimaryKey.create(com.holonplatform.core.Path<?>... paths)
Create a new
SQLPrimaryKey using given Paths. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
DefaultJdbcDatastore.prepareInsertStatement(SQLStatement statement,
Connection connection,
SQLPrimaryKey primaryKey) |
Copyright © 2019 The Holon Platform. All rights reserved.