See: Description
| Interface | Description |
|---|---|
| AsynchronousQueryResult<T> | |
| ConnectionUrlGenerator |
A functional interface that given a certain
Dbms instance can produce
a connection URL. |
| DatabaseNamingConvention |
Regulates how the full name of a database entity is constructed.
|
| DbmsColumnHandler |
A DbmsColumnHandler governs selection of columns used in queries to the database
|
| DbmsMetadataHandler |
A DbmsMetadataHandler provides the interface between Speedment and an underlying
Dbms for when initially loading the metadata. |
| DbmsOperationHandler |
A DbmsOperationHandler provides the interface between Speedment and an
underlying
Dbms for when running queries. |
| DbmsType |
The
DbmsType interface defines unique properties for different Dbms
types. |
| DriverComponent |
Component used by connectors to obtain a
Driver instance. |
| FieldPredicateView | |
| JavaTypeMap |
A convenience class for mapping between column types using a database
specific rule set.
|
| JavaTypeMap.Rule |
A rule that helps defining how the metadata for a column
should apply to the java mapping.
|
| SqlConsumer<T> |
A variation of the standard
java.util.function.Consumer that throws a
SQLException if an error occurred while the supplier was getted. |
| SqlFunction<T,R> |
A variation of the standard
java.util.function.Function that throws
a SQLException if an error occurred while the function was applied. |
| SqlPredicate<T> |
A variation of the standard
java.util.function.Predicate that throws
a SQLException if an error occurred while the predicate was tested. |
| SqlPredicateFragment | |
| SqlRunnable |
A variation of the standard
java.lang.Runnable that throws
a SQLException if an error occurred while it ran. |
| SqlSupplier<T> |
A variation of the standard
java.util.function.Supplier that throws
a SQLException if an error occurred while the supplier was getted. |
| Enum | Description |
|---|---|
| DbmsType.ConnectionType |
The type of connection that this
DbmsType uses. |
| DbmsType.SkipLimitSupport | |
| DbmsType.SortByNullOrderInsertion |
The sort by null order insertion.
|
| DbmsType.SubSelectAlias |
The sub-select alias mode.
|
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
Copyright © 2019 Speedment, Inc.. All rights reserved.