interface  | 
AlterDatabaseFinalStep | 
 A step in the construction of the ALTER DATABASE statement. 
 | 
interface  | 
AlterDomainDropConstraintCascadeStep | 
 A step in the construction of the ALTER DOMAIN statement. 
 | 
interface  | 
AlterDomainFinalStep | 
 A step in the construction of the ALTER DOMAIN statement. 
 | 
interface  | 
AlterIndexFinalStep | 
 The final step in the ALTER INDEX DSL. 
 | 
interface  | 
AlterSchemaFinalStep | 
 A step in the construction of the ALTER SCHEMA statement. 
 | 
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  | 
Block | 
 A procedural block. 
 | 
interface  | 
CommentOnFinalStep | 
 The final step for the creation of a COMMENT ON [ object type ]
 statement. 
 | 
interface  | 
CreateDatabaseFinalStep | 
 A step in the construction of the CREATE DATABASE statement. 
 | 
interface  | 
CreateDomainConstraintStep | 
 A step in the construction of the CREATE DOMAIN statement. 
 | 
interface  | 
CreateDomainDefaultStep<T> | 
 A step in the construction of the CREATE DOMAIN statement. 
 | 
interface  | 
CreateDomainFinalStep | 
 A step in the construction of the CREATE DOMAIN 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 step in the construction of the CREATE SCHEMA statement. 
 | 
interface  | 
CreateSequenceFinalStep | 
 A step in the construction of the CREATE SEQUENCE statement. 
 | 
interface  | 
CreateSequenceFlagsStep | 
 A step in the construction of the CREATE SEQUENCE statement. 
 | 
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  | 
DropDatabaseFinalStep | 
 A step in the construction of the DROP DATABASE statement. 
 | 
interface  | 
DropDomainCascadeStep | 
 A step in the construction of the DROP DOMAIN statement. 
 | 
interface  | 
DropDomainFinalStep | 
 A step in the construction of the DROP DOMAIN statement. 
 | 
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 | 
 A step in the construction of the DROP SCHEMA statement. 
 | 
interface  | 
DropSchemaStep | 
 A step in the construction of the DROP SCHEMA statement. 
 | 
interface  | 
DropSequenceFinalStep | 
 A step in the construction of the DROP SEQUENCE statement. 
 | 
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  | 
GrantFinalStep | 
 A step in the construction of the GRANT statement. 
 | 
interface  | 
GrantWithGrantOptionStep | 
 A step in the construction of the GRANT statement. 
 | 
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  | 
ResultQuery<R extends Record> | 
 A query that can return results. 
 | 
interface  | 
RevokeFinalStep | 
 A step in the construction of the REVOKE statement. 
 | 
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  | 
SelectCorrelatedSubqueryStep<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  | 
SelectForJSONCommonDirectivesStep<R extends Record> | 
This type is used for the  Select's DSL API when selecting generic
  Record types.  
 | 
interface  | 
SelectForStep<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  | 
SelectForXMLCommonDirectivesStep<R extends Record> | 
This type is used for the  Select's DSL API when selecting generic
  Record types.  
 | 
interface  | 
SelectForXMLPathDirectivesStep<R extends Record> | 
This type is used for the  Select's DSL API when selecting generic
  Record types.  
 | 
interface  | 
SelectForXMLRawDirectivesStep<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  | 
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  | 
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.  
 |