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 |
ArrayRecord<E> |
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally
providing some convenience methods.
|
interface |
Block |
A procedural block.
|
interface |
CommentOnFinalStep |
The final step for the creation of a COMMENT ON [ object type ]
statement.
|
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 |
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 |
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 |
EmbeddableRecord<R extends EmbeddableRecord<R>> |
A record originating from a single table
|
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 |
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 |
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 |
Queries |
A wrapper for a collection of queries.
|
interface |
Query |
Any query.
|
interface |
Record |
A database result record.
|
interface |
Record1<T1> |
A model type for a records with degree 1
|
interface |
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A model type for a records with degree 10
|
interface |
Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A model type for a records with degree 11
|
interface |
Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A model type for a records with degree 12
|
interface |
Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A model type for a records with degree 13
|
interface |
Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A model type for a records with degree 14
|
interface |
Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A model type for a records with degree 15
|
interface |
Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A model type for a records with degree 16
|
interface |
Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
A model type for a records with degree 17
|
interface |
Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
A model type for a records with degree 18
|
interface |
Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
A model type for a records with degree 19
|
interface |
Record2<T1,T2> |
A model type for a records with degree 2
|
interface |
Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
A model type for a records with degree 20
|
interface |
Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
A model type for a records with degree 21
|
interface |
Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
A model type for a records with degree 22
|
interface |
Record3<T1,T2,T3> |
A model type for a records with degree 3
|
interface |
Record4<T1,T2,T3,T4> |
A model type for a records with degree 4
|
interface |
Record5<T1,T2,T3,T4,T5> |
A model type for a records with degree 5
|
interface |
Record6<T1,T2,T3,T4,T5,T6> |
A model type for a records with degree 6
|
interface |
Record7<T1,T2,T3,T4,T5,T6,T7> |
A model type for a records with degree 7
|
interface |
Record8<T1,T2,T3,T4,T5,T6,T7,T8> |
A model type for a records with degree 8
|
interface |
Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A model type for a records with degree 9
|
interface |
Result<R extends Record> |
|
interface |
ResultQuery<R extends Record> |
A query that can return results.
|
interface |
Results |
A list of Result and update counts that can be returned by
ResultQuery.fetchMany() calls and other calls that produce multiple
cursors and update counts.
|
interface |
RevokeFinalStep |
The final step in the creation of a REVOKE statement.
|
interface |
Routine<T> |
A routine is a callable object in your RDBMS.
|
interface |
RowCountQuery |
Any query that is not a ResultQuery , and thus possibly produces a row
count as a result, instead of a Result .
|
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 |
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 |
StoreQuery<R extends Record> |
A query storing objects to the database.
|
interface |
TableRecord<R extends TableRecord<R>> |
A record originating from a single table
|
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 |
UDTRecord<R extends UDTRecord<R>> |
An object holding data of a UDT
|
interface |
UpdatableRecord<R extends UpdatableRecord<R>> |
A common interface for records that can be stored back to the database again.
|
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.
|