| Interface | Description |
|---|---|
| BaseElement | |
| ConnectionProvider |
Implementors provide JDBC connections for all manifold-sql JDBC operations.
|
| CrudProvider | |
| DbConfig |
Configuration for connecting to a JDBC datasource.
|
| DbConfigProvider | |
| DbLocationProvider |
Note, implementers must chain/forward to the default provider to fall back on existing behavior.
|
| Dependencies | |
| OperableTxScope |
This interface is for internal use.
|
| Query |
A base class for all SQL queries.
|
| ResultRow |
Base interface for all query result types type-safely reflecting query fields and structure.
|
| SchemaBuilder<T extends TableRow> | |
| SchemaType |
All schema types implement this
|
| TableRow |
Common base type for db table types (generated from the schema).
|
| TxBindings | |
| TxScope | |
| TxScopeProvider | |
| ValueAccessor |
The value returned from
ValueAccessor.getJdbcType() indicates the JDBC type handled by the implementation. |
| ValueAccessorProvider |
| Class | Description |
|---|---|
| BasicTxBindings | |
| KeyRef | |
| QueryContext<T extends ResultRow> | |
| Result<R extends manifold.ext.rt.api.IBindingsBacked> |
Fetches all rows from a provided
ResultSet into a List. |
| Runner<T extends ResultRow> | |
| TableInfo | |
| UpdateContext<T extends ResultRow> |
| Enum | Description |
|---|---|
| BasicTxBindings.TxKind | |
| DbLocationProvider.Mode |
Copyright © 2023. All rights reserved.