| interface  | AggregateFilterStep<T> | The step in the specification of aggregate functions where the SQL:2003
 standard FILTER clausecan be added. | 
| interface  | AggregateFunction<T> | An aggregate function. | 
| interface  | ArrayAggOrderByStep<T> | The SQL standard ARRAY_AGG()function. | 
| 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  | 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  | Field<T> | A column expression. | 
| interface  | GroupConcatOrderByStep | MySQL's GROUP_CONCATfunction. | 
| interface  | GroupConcatSeparatorStep | MySQL's GROUP_CONCATfunction. | 
| interface  | Param<T> | A named parameter and/or bind value. | 
| interface  | TableField<R extends Record,T> | A field contained in a table. | 
| interface  | UDTField<R extends UDTRecord<R>,T> | A field contained in a UDT. | 
| interface  | Variable<T> | A local variable reference. | 
| interface  | WindowBeforeOverStep<T> | This type is used for the window function DSL API. | 
| 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. |