interface |
AggregateFilterStep<T> |
The step in the specification of aggregate functions where the SQL:2003
standard FILTER clause can be added.
|
interface |
AggregateFunction<T> |
An aggregate function.
|
interface |
AlterIndexFinalStep |
The final step in the ALTER INDEX DSL.
|
interface |
AlterSchemaFinalStep |
The final step in the DROP SCHEMA DSL.
|
interface |
AlterSequenceFinalStep |
A Query that can alter sequences.
|
interface |
AlterSequenceFlagsStep |
The step in the ALTER SEQUENCE statement where the flags of the
sequence are modified or cleared.
|
interface |
AlterSequenceStep<T extends Number> |
A Query that can alter sequences.
|
interface |
AlterTableAddStep |
The step in the ALTER TABLE DSL used to ADD
columns.
|
interface |
AlterTableDropStep |
The step in the ALTER TABLE DSL used to DROP
columns or constraints.
|
interface |
AlterTableFinalStep |
The final step in the ALTER TABLE DSL.
|
interface |
AlterTableUsingIndexStep |
The step in the ALTER TABLE ..
|
interface |
AlterTypeFinalStep |
A Query that can alter types.
|
interface |
AlterViewFinalStep |
The final step in the ALTER VIEW DSL.
|
interface |
ArrayAggOrderByStep<T> |
The SQL standard ARRAY_AGG() function.
|
interface |
Asterisk |
An unqualified asterisk.
|
interface |
Block |
A procedural block.
|
interface |
CaseConditionStep<T> |
The final step in creating a case statement of the type
|
interface |
CaseWhenStep<V,T> |
The final step in creating a case statement of the type
|
interface |
Catalog |
A catalog.
|
interface |
CharacterSet |
A character set.
|
interface |
Check<R extends Record> |
A check constraint.
|
interface |
Collation |
A collation.
|
interface |
Comment |
A comment.
|
interface |
CommentOnFinalStep |
The final step for the creation of a COMMENT ON [ object type ]
statement.
|
interface |
CommonTableExpression<R extends Record> |
A common table expression.
|
interface |
Condition |
A condition or predicate.
|
interface |
Constraint |
A DDL constraint.
|
interface |
ConstraintEnforcementStep |
The step in the Constraint construction DSL API that allows for
adding ENFORCED and NOT ENFORCED clauses.
|
interface |
ConstraintFinalStep |
The final step in the Constraint construction DSL API.
|
interface |
ConstraintForeignKeyOnStep |
The step in the Constraint construction DSL API that allows for
adding ON DELETE and ON UPDATE clauses.
|
interface |
ConstraintTypeStep |
The step in the Constraint construction DSL API that allows for
specifying the constraint type.
|
interface |
ContinueWhenStep |
A step in the construction of an CONTINUE statement where a
WHEN clause can be added.
|
interface |
CreateIndexFinalStep |
A Query that can create indexes.
|
interface |
CreateIndexIncludeStep |
A Query that can create indexes.
|
interface |
CreateIndexWhereStep |
A Query that can create indexes.
|
interface |
CreateSchemaFinalStep |
A Query that can create schemas.
|
interface |
CreateSequenceFinalStep |
A Query that can create sequences.
|
interface |
CreateSequenceFlagsStep |
A Query that can create sequences.
|
interface |
CreateTableColumnStep |
A Query that can create tables.
|
interface |
CreateTableCommentStep |
A Query that can create tables.
|
interface |
CreateTableConstraintStep |
A Query that can create tables.
|
interface |
CreateTableFinalStep |
A Query that can create tables.
|
interface |
CreateTableIndexStep |
A Query that can create tables.
|
interface |
CreateTableOnCommitStep |
A Query that can create tables.
|
interface |
CreateTableStorageStep |
A Query that can create tables.
|
interface |
CreateTableWithDataStep |
A Query that can create tables.
|
interface |
CreateTypeFinalStep |
A Query that can create types.
|
interface |
CreateViewFinalStep |
A Query that can create views.
|
interface |
DDLQuery |
A marker interface for all DDL queries.
|
interface |
Declaration<T> |
A local variable declaration.
|
interface |
Delete<R extends Record> |
A DELETE statement.
|
interface |
DeleteConditionStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteFinalStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteLimitStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteOrderByStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteQuery<R extends Record> |
A DELETE statement (model API).
|
interface |
DeleteResultStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteReturningStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteUsingStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DeleteWhereStep<R extends Record> |
This type is used for the Delete 's DSL API.
|
interface |
DerivedColumnList |
A derived column list.
|
interface |
DerivedColumnList1 |
A derived column list.
|
interface |
DerivedColumnList10 |
A derived column list.
|
interface |
DerivedColumnList11 |
A derived column list.
|
interface |
DerivedColumnList12 |
A derived column list.
|
interface |
DerivedColumnList13 |
A derived column list.
|
interface |
DerivedColumnList14 |
A derived column list.
|
interface |
DerivedColumnList15 |
A derived column list.
|
interface |
DerivedColumnList16 |
A derived column list.
|
interface |
DerivedColumnList17 |
A derived column list.
|
interface |
DerivedColumnList18 |
A derived column list.
|
interface |
DerivedColumnList19 |
A derived column list.
|
interface |
DerivedColumnList2 |
A derived column list.
|
interface |
DerivedColumnList20 |
A derived column list.
|
interface |
DerivedColumnList21 |
A derived column list.
|
interface |
DerivedColumnList22 |
A derived column list.
|
interface |
DerivedColumnList3 |
A derived column list.
|
interface |
DerivedColumnList4 |
A derived column list.
|
interface |
DerivedColumnList5 |
A derived column list.
|
interface |
DerivedColumnList6 |
A derived column list.
|
interface |
DerivedColumnList7 |
A derived column list.
|
interface |
DerivedColumnList8 |
A derived column list.
|
interface |
DerivedColumnList9 |
A derived column list.
|
interface |
DropIndexCascadeStep |
A Query that can drop indexes.
|
interface |
DropIndexFinalStep |
A Query that can drop indexes.
|
interface |
DropIndexOnStep |
A Query that can drop indexes.
|
interface |
DropSchemaFinalStep |
The final step in the DROP SCHEMA DSL.
|
interface |
DropSchemaStep |
The step in the DROP SCHEMA DSL used to specify
DROP behaviour.
|
interface |
DropSequenceFinalStep |
A Query that can drop sequences.
|
interface |
DropTableFinalStep |
The final step in the DROP TABLE DSL.
|
interface |
DropTableStep |
The step in the DROP TABLE DSL used to specify DROP
behaviour.
|
interface |
DropTypeFinalStep |
A Query that can drop types.
|
interface |
DropTypeStep |
A Query that can drop types.
|
interface |
DropViewFinalStep |
The final step in the DROP VIEW DSL.
|
interface |
ExitWhenStep |
A step in the construction of an EXIT statement where a
WHEN clause can be added.
|
interface |
False |
|
interface |
Field<T> |
A column expression.
|
interface |
FieldOrConstraint |
A common base type for Field and Constraint where DSL API accepts
both types alike.
|
interface |
FieldOrRow |
A common base type for Field and Row where DSL API accepts
both types alike.
|
interface |
ForeignKey<R extends Record,O extends Record> |
A ForeignKey is an object referencing a UniqueKey .
|
interface |
GrantFinalStep |
The final step in the creation of a REVOKE statement.
|
interface |
GrantWithGrantOptionStep |
The step of creation GRANT statement that assign user
or role a grant option.
|
interface |
GroupConcatOrderByStep |
MySQL's GROUP_CONCAT function.
|
interface |
GroupConcatSeparatorStep |
MySQL's GROUP_CONCAT function.
|
interface |
GroupField |
An expression to be used exclusively in GROUP BY clauses.
|
interface |
IfElseStep |
An intermediate step in building a procedural IF statement.
|
interface |
Index |
A DDL index definition.
|
interface |
Insert<R extends Record> |
An INSERT statement.
|
interface |
InsertFinalStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertOnConflictConditionStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertOnConflictWhereStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertOnDuplicateSetMoreStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertOnDuplicateStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertQuery<R extends Record> |
An INSERT statement (model API).
|
interface |
InsertResultStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertReturningStep<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
InsertSetMoreStep<R extends Record> |
This type is used for the Insert 's alternative DSL API.
|
interface |
InsertValuesStep1<R extends Record,T1> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep10<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep11<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep12<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep13<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep14<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep15<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep16<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep17<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep18<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep19<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep2<R extends Record,T1,T2> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep20<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep21<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep22<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep3<R extends Record,T1,T2,T3> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep4<R extends Record,T1,T2,T3,T4> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep5<R extends Record,T1,T2,T3,T4,T5> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep6<R extends Record,T1,T2,T3,T4,T5,T6> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep7<R extends Record,T1,T2,T3,T4,T5,T6,T7> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep8<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStep9<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
This type is used for the Insert 's DSL API.
|
interface |
InsertValuesStepN<R extends Record> |
This type is used for the Insert 's DSL API.
|
interface |
JSONEntry<T> |
A JSON entry for JSON objects.
|
interface |
Key<R extends Record> |
A Key is an object representing a UNIQUE KEY , a
PRIMARY KEY , or a FOREIGN KEY .
|
interface |
Keyword |
A SQL keyword.
|
interface |
Label |
A label for use in procedural code.
|
interface |
LikeEscapeStep |
A step in the creation of a LIKE predicate to which an
ESCAPE clause can be appended.
|
interface |
Link |
A database link reference.
|
interface |
Merge<R extends Record> |
A MERGE statement.
|
interface |
MergeFinalStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeMatchedDeleteStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeMatchedSetMoreStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeMatchedStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeMatchedWhereStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeNotMatchedSetMoreStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeNotMatchedStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeNotMatchedWhereStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
MergeOnConditionStep<R extends Record> |
This type is used for the Merge 's DSL API.
|
interface |
Name |
An identifier.
|
interface |
Named |
A common base type for all qualifiable, named objects.
|
interface |
OrderField<T> |
A QueryPart to be used exclusively in ORDER BY
clauses.
|
interface |
Package |
A container for stored procedures and functions
|
interface |
Param<T> |
A named parameter and/or bind value.
|
interface |
Parameter<T> |
A parameter to a stored procedure or function.
|
interface |
Period<T> |
A period specification for usage in temporal tables.
|
interface |
PeriodSpecification |
A specification of a Period application for use in Select
queries.
|
interface |
Privilege |
A privilege for use in GRANT and REVOKE statements.
|
interface |
QualifiedAsterisk |
A qualified asterisk.
|
interface |
QuantifiedSelect<R extends Record> |
A quantified select for use in quantified comparison predicates.
|
interface |
Queries |
A wrapper for a collection of queries.
|
interface |
Query |
Any query.
|
interface |
QueryPartInternal |
Base functionality declaration for all query objects
|
interface |
ResultQuery<R extends Record> |
A query that can return results.
|
interface |
RevokeFinalStep |
The final step in the creation of a REVOKE statement.
|
interface |
Role |
A privilege for use in GRANT and REVOKE statements.
|
interface |
Routine<T> |
A routine is a callable object in your RDBMS.
|
interface |
Row |
A row value expression.
|
interface |
Row1<T1> |
A row value expression.
|
interface |
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A row value expression.
|
interface |
Row11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A row value expression.
|
interface |
Row12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A row value expression.
|
interface |
Row13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A row value expression.
|
interface |
Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A row value expression.
|
interface |
Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A row value expression.
|
interface |
Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A row value expression.
|
interface |
Row17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
A row value expression.
|
interface |
Row18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
A row value expression.
|
interface |
Row19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
A row value expression.
|
interface |
Row2<T1,T2> |
A row value expression.
|
interface |
Row20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
A row value expression.
|
interface |
Row21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
A row value expression.
|
interface |
Row22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
A row value expression.
|
interface |
Row3<T1,T2,T3> |
A row value expression.
|
interface |
Row4<T1,T2,T3,T4> |
A row value expression.
|
interface |
Row5<T1,T2,T3,T4,T5> |
A row value expression.
|
interface |
Row6<T1,T2,T3,T4,T5,T6> |
A row value expression.
|
interface |
Row7<T1,T2,T3,T4,T5,T6,T7> |
A row value expression.
|
interface |
Row8<T1,T2,T3,T4,T5,T6,T7,T8> |
A row value expression.
|
interface |
Row9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A row value expression.
|
interface |
RowCountQuery |
Any query that is not a ResultQuery , and thus possibly produces a row
count as a result, instead of a Result .
|
interface |
RowN |
A row value expression.
|
interface |
Schema |
A schema.
|
interface |
Select<R extends Record> |
A SELECT statement.
|
interface |
SelectConditionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectConnectByAfterStartWithConditionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectConnectByConditionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectConnectByStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectDistinctOnStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectField<T> |
A QueryPart to be used exclusively in SELECT
clauses.
|
interface |
SelectFieldOrAsterisk |
A QueryPart to be used exclusively in SELECT
clauses.
|
interface |
SelectFinalStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectForUpdateOfStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectForUpdateStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectForUpdateWaitStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectFromStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectGroupByStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectHavingConditionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectHavingStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectIntoStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectJoinStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectLimitAfterOffsetStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectLimitPercentAfterOffsetStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectLimitPercentStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectLimitStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectOffsetStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectOnConditionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectOptionalOnStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectOptionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectOrderByStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectQualifyConditionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectQualifyStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectQuery<R extends Record> |
A SELECT statement (model API).
|
interface |
SelectSeekLimitStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep1<R extends Record,T1> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep10<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep11<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep12<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep13<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep14<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep15<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep16<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep17<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep18<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep19<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep2<R extends Record,T1,T2> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep20<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep21<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep22<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep3<R extends Record,T1,T2,T3> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep4<R extends Record,T1,T2,T3,T4> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep5<R extends Record,T1,T2,T3,T4,T5> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep6<R extends Record,T1,T2,T3,T4,T5,T6> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep7<R extends Record,T1,T2,T3,T4,T5,T6,T7> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep8<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStep9<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSeekStepN<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectSelectStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectStartWithStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectUnionStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectWhereStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectWindowStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectWithTiesAfterOffsetStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
SelectWithTiesStep<R extends Record> |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
interface |
Sequence<T extends Number> |
A sequence.
|
interface |
SortField<T> |
A sort specification.
|
interface |
SQL |
|
interface |
Statement |
A statement that can be placed inside of a Block , but not executed on
its own.
|
interface |
StoreQuery<R extends Record> |
A query storing objects to the database.
|
interface |
Table<R extends Record> |
A table.
|
interface |
TableField<R extends Record,T> |
A field contained in a table.
|
interface |
TableLike<R extends Record> |
An object that can behave like a table (a table-like object).
|
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 |
True |
|
interface |
Truncate<R extends Record> |
A TRUNCATE statement.
|
interface |
TruncateCascadeStep<R extends Record> |
A Query that can truncate a table in the database.
|
interface |
TruncateFinalStep<R extends Record> |
A Query that can truncate a table in the database.
|
interface |
TruncateIdentityStep<R extends Record> |
A Query that can truncate a table in the database.
|
interface |
Typed<T> |
A marker interface for all query parts that have a DataType .
|
interface |
UDT<R extends UDTRecord<R>> |
UDT definition.
|
interface |
UDTField<R extends UDTRecord<R>,T> |
A field contained in a UDT.
|
interface |
UniqueKey<R extends Record> |
A UniqueKey is an object representing a UNIQUE KEY
or a PRIMARY KEY .
|
interface |
Update<R extends Record> |
An UPDATE statement.
|
interface |
UpdateConditionStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateFinalStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateFromStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateLimitStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateOrderByStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateQuery<R extends Record> |
An UPDATE statement (model API).
|
interface |
UpdateResultStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateReturningStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateSetMoreStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
UpdateWhereStep<R extends Record> |
This type is used for the Update 's DSL API.
|
interface |
User |
A privilege for use in GRANT and REVOKE statements.
|
interface |
Variable<T> |
A local variable reference.
|
interface |
WindowBeforeOverStep<T> |
This type is used for the window function DSL API.
|
interface |
WindowDefinition |
A window definition.
|
interface |
WindowExcludeStep<T> |
This type is used for the window function DSL API.
|
interface |
WindowFinalStep<T> |
This type is used for the window function DSL API.
|
interface |
WindowOrderByStep<T> |
This type is used for the window function DSL API.
|
interface |
WindowPartitionByStep<T> |
This type is used for the window function DSL API.
|
interface |
WindowRowsStep<T> |
This type is used for the window function DSL API.
|
interface |
WindowSpecification |
A window specification.
|
interface |
WindowSpecificationExcludeStep |
|
interface |
WindowSpecificationFinalStep |
|
interface |
WindowSpecificationOrderByStep |
|
interface |
WindowSpecificationPartitionByStep |
|
interface |
WindowSpecificationRowsStep |
|
interface |
WithStep |
|