| Interface | Description |
|---|---|
| JdbcDatastore |
JDBC
Datastore. |
| JdbcDatastore.Builder<D extends JdbcDatastore> |
JdbcDatastore builder. |
| JdbcDatastore.ConnectionOperation<R> |
Represents an operation to be executed using a Datastore managed
Connection. |
| JdbcDialect |
Represents a dialect of SQL implemented by a particular database.
|
| JdbcDialect.DialectResolutionContext |
Dialect resolution context.
|
| JdbcDialect.LimitHandler |
Handler to apply limit/offset to SQL query.
|
| JdbcDialect.SQLFunction |
SQL function representation.
|
| JdbcDialect.SQLParameterProcessor |
Parameter processor for serialized parameters manipulation.
|
| JdbcDialect.SQLPathProcessor |
Path processor for serialized path manipulation.
|
| JdbcDialect.SQLValueDeserializer |
SQL query values deserializer
|
| JdbcDialect.StatementConfigurator |
JDBC
PreparedStatement configurator. |
| JdbcDialect.StatementParameterHandler |
Handler to manage statement parameters setting.
|
| JdbcOrderBySort |
A
QuerySort which uses SQL order by directives to express sorts. |
| JdbcWhereFilter |
A
QueryFilter which uses a SQL where predicate to express query filter conditions. |
| Enum | Description |
|---|---|
| JdbcDialect.SQLFunction.DefaultFunction |
Default SQL function enumeration.
|
| Exception | Description |
|---|---|
| JdbcDialect.StatementConfigurationException |
Exception related to JDBC statement configuration errors.
|
Copyright © 2017 The Holon Platform. All rights reserved.