interface |
CommonTableExpression<R extends Record> |
A common table expression.
|
interface |
Domain<T> |
The meta model of a SQL DOMAIN
|
interface |
JSONTableColumnPathStep |
A step in the construction of an JSON_TABLE expression.
|
interface |
JSONTableColumnsStep |
A step in the construction of an JSON_TABLE expression.
|
interface |
Package |
A container for stored procedures and functions
|
interface |
Routine<T> |
A routine is a callable object in your RDBMS.
|
interface |
Sequence<T extends Number> |
A sequence.
|
interface |
Table<R extends Record> |
A table.
|
interface |
TableOnConditionStep<R extends Record> |
An intermediate (optional) type for the construction of a JOIN
clause, where the join criteria is added using an ON clause
(with a Condition .
|
interface |
TableOptionalOnStep<R extends Record> |
An intermediate type for the construction of a JOIN clause,
where there may optionally be a join criteria added using an ON
clause (with a Condition ), or using a USING clause (with
a list of Field )
|
interface |
UDT<R extends UDTRecord<R>> |
UDT definition.
|
interface |
XMLTableColumnPathStep |
A step in the construction of an XMLTABLE expression.
|
interface |
XMLTableColumnsStep |
A step in the construction of an XMLTABLE expression.
|