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 |
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 |
Field<T> |
A column expression.
|
interface |
GroupConcatOrderByStep |
MySQL's GROUP_CONCAT function.
|
interface |
GroupConcatSeparatorStep |
MySQL's GROUP_CONCAT function.
|
interface |
Param<T> |
A named parameter and/or bind value.
|
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 |
RowN |
A row value expression.
|
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.
|