- name(String...) - Static method in class org.jooq.impl.Factory
-
Create a new SQL identifier using a qualified name.
- Name - Interface in org.jooq
-
- NAME - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- namedParams() - Method in interface org.jooq.RenderContext
-
Whether bind variables should be rendered as named parameters:
:1, :2, :custom_name
or as JDBC bind variables
?
- namedParams(boolean) - Method in interface org.jooq.RenderContext
-
- NATIONALCHARACTERLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- NATIVECHARACTER - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- nativeSQL(String) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- nativeSQL(String) - Method in class org.jooq.tools.jdbc.MockConnection
-
- NATURAL - Static variable in class org.jooq.util.oracle.OracleDataType
-
- naturalJoin(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
NATURAL JOIN
a table to the last table
added to the
FROM
clause using
Table.naturalJoin(TableLike)
Natural joins are supported by most RDBMS.
- naturalJoin(String) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
NATURAL JOIN
a table to the last table
added to the
FROM
clause using
Table.naturalJoin(String)
Natural joins are supported by most RDBMS.
- naturalJoin(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
- naturalJoin(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
- naturalJoin(TableLike<?>) - Method in interface org.jooq.Table
-
NATURAL JOIN
a table to this table.
- naturalJoin(String) - Method in interface org.jooq.Table
-
NATURAL JOIN
a table to this table.
- naturalJoin(String, Object...) - Method in interface org.jooq.Table
-
NATURAL JOIN
a table to this table.
- naturalJoin(String, QueryPart...) - Method in interface org.jooq.Table
-
NATURAL JOIN
a table to this table.
- naturalLeftOuterJoin(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
- naturalLeftOuterJoin(String) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
NATURAL LEFT OUTER JOIN
a table to the
last table added to the
FROM
clause using
Table.naturalLeftOuterJoin(String)
Natural joins are supported by most RDBMS.
- naturalLeftOuterJoin(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
- naturalLeftOuterJoin(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
- naturalLeftOuterJoin(TableLike<?>) - Method in interface org.jooq.Table
-
NATURAL LEFT OUTER JOIN
a table to this table.
- naturalLeftOuterJoin(String) - Method in interface org.jooq.Table
-
NATURAL LEFT OUTER JOIN
a table to this table.
- naturalLeftOuterJoin(String, Object...) - Method in interface org.jooq.Table
-
NATURAL LEFT OUTER JOIN
a table to this table.
- naturalLeftOuterJoin(String, QueryPart...) - Method in interface org.jooq.Table
-
NATURAL LEFT OUTER JOIN
a table to this table.
- NATURALN - Static variable in class org.jooq.util.oracle.OracleDataType
-
- naturalRightOuterJoin(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
- naturalRightOuterJoin(String) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
NATURAL RIGHT OUTER JOIN
a table to
the last table added to the
FROM
clause using
Table.naturalRightOuterJoin(String)
Natural joins are supported by most RDBMS.
- naturalRightOuterJoin(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
- naturalRightOuterJoin(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
- naturalRightOuterJoin(TableLike<?>) - Method in interface org.jooq.Table
-
NATURAL RIGHT OUTER JOIN
a table to this table.
- naturalRightOuterJoin(String) - Method in interface org.jooq.Table
-
NATURAL RIGHT OUTER JOIN
a table to this table.
- naturalRightOuterJoin(String, Object...) - Method in interface org.jooq.Table
-
NATURAL RIGHT OUTER JOIN
a table to this table.
- naturalRightOuterJoin(String, QueryPart...) - Method in interface org.jooq.Table
-
NATURAL RIGHT OUTER JOIN
a table to this table.
- NCHAR - Static variable in class org.jooq.impl.SQLDataType
-
- NCHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- NCHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- NCHAR - Static variable in class org.jooq.util.h2.H2DataType
-
- NCHAR - Static variable in class org.jooq.util.ingres.IngresDataType
-
- NCHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- NCHAR - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- NCHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- NCHAR - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- NCHARLARGEOBJECT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- NCLOB - Static variable in class org.jooq.impl.SQLDataType
-
- NCLOB - Static variable in class org.jooq.util.h2.H2DataType
-
- NCLOB - Static variable in class org.jooq.util.ingres.IngresDataType
-
- NCLOB - Static variable in class org.jooq.util.oracle.OracleDataType
-
- ne(T) - Method in interface org.jooq.Field
-
this !
- ne(Field<T>) - Method in interface org.jooq.Field
-
this !
- ne(Select<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this !
- ne(QuantifiedSelect<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this !
- ne(Row1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a record for non-equality
- ne(T1) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for non-equality
- ne(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for non-equality
- ne(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for non-equality
- ne(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for non-equality
- ne(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for non-equality
- ne(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for non-equality
- ne(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for non-equality
- ne(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for non-equality
- ne(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for non-equality
- ne(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for non-equality
- ne(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for non-equality
- ne(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a record for non-equality
- ne(T1, T2) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for non-equality
- ne(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for non-equality
- ne(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for non-equality
- ne(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for non-equality
- ne(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for non-equality
- ne(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for non-equality
- ne(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for non-equality
- ne(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for non-equality
- ne(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for non-equality
- ne(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for non-equality
- ne(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a record for non-equality
- ne(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for non-equality
- ne(RowN) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
non-equality
- ne(Record) - Method in interface org.jooq.RowN
-
Compare this row value expression with a record for non-equality
- ne(Object...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
non-equality
- ne(Field<?>...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
- ne(Select<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for non-equality
- neg() - Method in interface org.jooq.Field
-
Negate this field to get its negative value.
- neg() - Method in class org.jooq.types.DayToSecond
-
- neg() - Method in interface org.jooq.types.Interval
-
Negate the interval (change its sign)
- neg() - Method in class org.jooq.types.YearToMonth
-
- newRecord(UDT<R>) - Method in class org.jooq.impl.Executor
-
- newRecord(Table<R>) - Method in class org.jooq.impl.Executor
-
Create a new
Record
that can be inserted into the corresponding
table.
- newRecord(Table<R>, Object) - Method in class org.jooq.impl.Executor
-
Create a new pre-filled
Record
that can be inserted into the
corresponding table.
- newRecord() - Method in interface org.jooq.InsertQuery
-
Adds a new Record to the insert statement for multi-record inserts
Calling this method will cause subsequent calls to
StoreQuery.addValue(Field, Object)
(and similar) to fill the next record.
- newRecord() - Method in interface org.jooq.InsertSetMoreStep
-
Add an additional record to the INSERT
statement
- newResult(Table<R>) - Method in class org.jooq.impl.Executor
-
- next(R) - Method in interface org.jooq.RecordHandler
-
A callback method indicating that the next record has been fetched.
- next() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- nextAlias() - Method in interface org.jooq.RenderContext
-
Return a new alias that is unique for the scope of one query.
- nextIndex() - Method in interface org.jooq.Context
-
Get the next bind index.
- nextval(Sequence<T>) - Method in class org.jooq.impl.Executor
-
Convenience method to fetch the NEXTVAL for a sequence directly from this
Executor
's underlying JDBC
Connection
- nextval() - Method in class org.jooq.impl.SequenceImpl
-
- nextval() - Method in interface org.jooq.Sequence
-
Increment the sequence and get the next value
- NO_MAPPING - Static variable in class org.jooq.SchemaMapping
-
Deprecated.
- 2.0.5 - Do not reuse this SchemaMapping!
- NoConnectionProvider - Class in org.jooq.impl
-
An "empty" implementation that is never connected
- NoConnectionProvider() - Constructor for class org.jooq.impl.NoConnectionProvider
-
- normalise(String) - Static method in class org.jooq.impl.DefaultDataType
-
- not() - Method in interface org.jooq.Condition
-
- not(Condition) - Static method in class org.jooq.impl.Factory
-
Invert a condition.
- notBetween(T, T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
This is the same as calling
notBetween(minValue).and(maxValue)
SQL: this not between minValue and maxValue
- notBetween(Field<T>, Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
This is the same as calling
notBetween(minValue).and(maxValue)
SQL: this not between minValue and maxValue
- notBetween(T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
SQL: this not between minValue and maxValue
- notBetween(Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
SQL: this not between minValue and maxValue
- notBetween(T1) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two records
- notBetween(Row1<T1>, Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record1<T1>, Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two records
- notBetween(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two records
- notBetween(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two records
- notBetween(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two records
- notBetween(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two records
- notBetween(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two records
- notBetween(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two records
- notBetween(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two records
- notBetween(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two records
- notBetween(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two records
- notBetween(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two records
- notBetween(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record2<T1, T2>, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two records
- notBetween(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two records
- notBetween(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two records
- notBetween(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two records
- notBetween(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record3<T1, T2, T3>, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two records
- notBetween(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record4<T1, T2, T3, T4>, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two records
- notBetween(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record5<T1, T2, T3, T4, T5>, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two records
- notBetween(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record6<T1, T2, T3, T4, T5, T6>, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two records
- notBetween(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record7<T1, T2, T3, T4, T5, T6, T7>, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two records
- notBetween(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record8<T1, T2, T3, T4, T5, T6, T7, T8>, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two records
- notBetween(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetween(Object...) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Field<?>...) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a range of two other
row value expressions
- notBetween(Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two records
- notBetween(RowN, RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a range of two other
row value expressions
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
- notBetween(Record, Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is within a range of two records
This is the same as calling notBetween(minValue).and(maxValue)
- notBetweenSymmetric(T, T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
This is the same as calling
notBetweenSymmetric(minValue).and(maxValue)
SQL: this not between symmetric minValue and maxValue
- notBetweenSymmetric(Field<T>, Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
This is the same as calling
notBetweenSymmetric(minValue).and(maxValue)
SQL: this not between symmetric minValue and maxValue
- notBetweenSymmetric(T) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
SQL: this not between symmetric minValue and maxValue
- notBetweenSymmetric(Field<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against some bounds
SQL: this not between symmetric minValue and maxValue
- notBetweenSymmetric(T1) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row1<T1>, Row1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record1<T1>, Record1<T1>) - Method in interface org.jooq.Row1
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record2<T1, T2>, Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record3<T1, T2, T3>, Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record4<T1, T2, T3, T4>, Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record5<T1, T2, T3, T4, T5>, Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record6<T1, T2, T3, T4, T5, T6>, Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record7<T1, T2, T3, T4, T5, T6, T7>, Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record8<T1, T2, T3, T4, T5, T6, T7, T8>, Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notBetweenSymmetric(Object...) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Field<?>...) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
- notBetweenSymmetric(Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a symmetric range of two
records
- notBetweenSymmetric(RowN, RowN) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a symmetric range of two
other row value expressions
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
- notBetweenSymmetric(Record, Record) - Method in interface org.jooq.RowN
-
Check if this row value expression is not within a symmetric range of two
records
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
- notEqual(T) - Method in interface org.jooq.Field
-
this !
- notEqual(Field<T>) - Method in interface org.jooq.Field
-
this !
- notEqual(Select<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this !
- notEqual(QuantifiedSelect<? extends Record1<T>>) - Method in interface org.jooq.Field
-
this !
- notEqual(Row1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record1<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a record for non-equality
- notEqual(T1) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>) - Method in interface org.jooq.Row1
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.Row10
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.Row11
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.Row12
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.Row13
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.Row14
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.Row15
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.Row16
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.Row17
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.Row18
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.Row19
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record2<T1, T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>) - Method in interface org.jooq.Row2
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.Row20
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.Row21
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.Row22
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record3<T1, T2, T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.Row3
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record4<T1, T2, T3, T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.Row4
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.Row5
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.Row6
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.Row7
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.Row8
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for non-equality
- notEqual(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a record for non-equality
- notEqual(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.Row9
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for non-equality
- notEqual(RowN) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
non-equality
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
- notEqual(Record) - Method in interface org.jooq.RowN
-
Compare this row value expression with a record for non-equality
- notEqual(Object...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Field<?>...) - Method in interface org.jooq.RowN
-
Compare this row value expression with another row value expression for
non-equality
- notEqual(Select<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for non-equality
- notEqualIgnoreCase(String) - Method in interface org.jooq.Field
-
lower(this) !
- notEqualIgnoreCase(Field<String>) - Method in interface org.jooq.Field
-
lower(this) !
- notExists(Select<?>) - Static method in class org.jooq.impl.Factory
-
Create a not exists condition.
- notIn(Collection<T>) - Method in interface org.jooq.Field
-
Create a condition to check this field against several values
Note that if any of the passed values is NULL
, then the
condition will be NULL
(or false
, depending on
the dialect) as well.
- notIn(T...) - Method in interface org.jooq.Field
-
Create a condition to check this field against several values
Note that if any of the passed values is NULL
, then the
condition will be NULL
(or false
, depending on
the dialect) as well.
- notIn(Field<?>...) - Method in interface org.jooq.Field
-
Create a condition to check this field against several values
Note that if any of the passed values is NULL
, then the
condition will be NULL
(or false
, depending on
the dialect) as well.
- notIn(Select<? extends Record1<T>>) - Method in interface org.jooq.Field
-
Create a condition to check this field against a subquery
Note that the subquery must return exactly one field.
- notIn(Collection<? extends Row1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row1<T1>...) - Method in interface org.jooq.Row1
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record1<T1>...) - Method in interface org.jooq.Row1
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record1<T1>>) - Method in interface org.jooq.Row1
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>...) - Method in interface org.jooq.Row10
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>...) - Method in interface org.jooq.Row10
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.Row10
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>...) - Method in interface org.jooq.Row11
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>...) - Method in interface org.jooq.Row11
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.Row11
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>...) - Method in interface org.jooq.Row12
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>...) - Method in interface org.jooq.Row12
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.Row12
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>...) - Method in interface org.jooq.Row13
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>...) - Method in interface org.jooq.Row13
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.Row13
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>...) - Method in interface org.jooq.Row14
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>...) - Method in interface org.jooq.Row14
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.Row14
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>...) - Method in interface org.jooq.Row15
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>...) - Method in interface org.jooq.Row15
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.Row15
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>...) - Method in interface org.jooq.Row16
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>...) - Method in interface org.jooq.Row16
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.Row16
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>...) - Method in interface org.jooq.Row17
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>...) - Method in interface org.jooq.Row17
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.Row17
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>...) - Method in interface org.jooq.Row18
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>...) - Method in interface org.jooq.Row18
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.Row18
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>...) - Method in interface org.jooq.Row19
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>...) - Method in interface org.jooq.Row19
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.Row19
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row2<T1, T2>...) - Method in interface org.jooq.Row2
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record2<T1, T2>...) - Method in interface org.jooq.Row2
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.Row2
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>...) - Method in interface org.jooq.Row20
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>...) - Method in interface org.jooq.Row20
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.Row20
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>...) - Method in interface org.jooq.Row21
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>...) - Method in interface org.jooq.Row21
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.Row21
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>...) - Method in interface org.jooq.Row22
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>...) - Method in interface org.jooq.Row22
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.Row22
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row3<T1, T2, T3>...) - Method in interface org.jooq.Row3
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record3<T1, T2, T3>...) - Method in interface org.jooq.Row3
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.Row3
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row4<T1, T2, T3, T4>...) - Method in interface org.jooq.Row4
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record4<T1, T2, T3, T4>...) - Method in interface org.jooq.Row4
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.Row4
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row5<T1, T2, T3, T4, T5>...) - Method in interface org.jooq.Row5
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record5<T1, T2, T3, T4, T5>...) - Method in interface org.jooq.Row5
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.Row5
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row6<T1, T2, T3, T4, T5, T6>...) - Method in interface org.jooq.Row6
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record6<T1, T2, T3, T4, T5, T6>...) - Method in interface org.jooq.Row6
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.Row6
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row7<T1, T2, T3, T4, T5, T6, T7>...) - Method in interface org.jooq.Row7
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record7<T1, T2, T3, T4, T5, T6, T7>...) - Method in interface org.jooq.Row7
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.Row7
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row8<T1, T2, T3, T4, T5, T6, T7, T8>...) - Method in interface org.jooq.Row8
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record8<T1, T2, T3, T4, T5, T6, T7, T8>...) - Method in interface org.jooq.Row8
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.Row8
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>...) - Method in interface org.jooq.Row9
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>...) - Method in interface org.jooq.Row9
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.Row9
-
Compare this row value expression with a subselect for non-equality
- notIn(Collection<? extends RowN>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a set of row value expressions for
equality
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
- notIn(RowN...) - Method in interface org.jooq.RowN
-
Compare this row value expression with a set of row value expressions for
equality
- notIn(Record...) - Method in interface org.jooq.RowN
-
Compare this row value expression with a set of records for non-equality
- notIn(Select<? extends Record>) - Method in interface org.jooq.RowN
-
Compare this row value expression with a subselect for non-equality
- notLike(Field<String>) - Method in interface org.jooq.Field
-
Create a condition to pattern-check this field against a field
SQL: this not like field
- notLike(Field<String>, char) - Method in interface org.jooq.Field
-
Create a condition to pattern-check this field against a field
SQL: this not like field escape 'e'
- notLike(String) - Method in interface org.jooq.Field
-
Create a condition to pattern-check this field against a value
SQL: this not like value
- notLike(String, char) - Method in interface org.jooq.Field
-
Create a condition to pattern-check this field against a value
SQL: this not like value escape 'e'
- notLikeIgnoreCase(Field<String>) - Method in interface org.jooq.Field
-
Create a condition to case-insensitively pattern-check this field against
a field
This translates to
this not ilike field
in
SQLDialect.POSTGRES
, or to
lower(this) not like lower(field)
in all other dialects.
- notLikeIgnoreCase(Field<String>, char) - Method in interface org.jooq.Field
-
Create a condition to case-insensitively pattern-check this field against
a field
This translates to
this not ilike field
in
SQLDialect.POSTGRES
, or to
lower(this) not like lower(field)
in all other dialects.
- notLikeIgnoreCase(String) - Method in interface org.jooq.Field
-
Create a condition to case-insensitively pattern-check this field against
a value
This translates to
this not ilike value
in
SQLDialect.POSTGRES
, or to
lower(this) not like lower(value)
in all other dialects.
- notLikeIgnoreCase(String, char) - Method in interface org.jooq.Field
-
Create a condition to case-insensitively pattern-check this field against
a value
This translates to
this not ilike value
in
SQLDialect.POSTGRES
, or to
lower(this) not like lower(value)
in all other dialects.
- notLikeRegex(String) - Method in interface org.jooq.Field
-
Create a condition to regex-pattern-check this field against a pattern
See
Field.likeRegex(String)
for more details
- notLikeRegex(Field<String>) - Method in interface org.jooq.Field
-
Create a condition to regex-pattern-check this field against a pattern
See
Field.likeRegex(String)
for more details
- noWait() - Method in interface org.jooq.SelectForUpdateWaitStep
-
Add a WAIT
clause to the FOR UPDATE
clause at
the end of the query.
- NTEXT - Static variable in class org.jooq.util.h2.H2DataType
-
- NTEXT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- NTEXT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- ntile(int) - Static method in class org.jooq.impl.Factory
-
The ntile([number]) over ([analytic clause])
function.
- NULL - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- NULL_CHARACTER - Static variable in class org.jooq.tools.csv.CSVParser
-
This is the "null" character - if a value is set to this then it is
ignored.
- nullif(T) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- nullif(Field<T>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- nullif(T, T) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NULLIF(value, other) function.
- nullif(T, Field<T>) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NULLIF(value, other) function.
- nullif(Field<T>, T) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NULLIF(value, other) function.
- nullif(Field<T>, Field<T>) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NULLIF(value, other) function.
- nullSafe(Field<T>) - Static method in class org.jooq.impl.Factory
-
Null-safety of a field.
- nullSafe(Field<?>...) - Static method in class org.jooq.impl.Factory
-
Null-safety of a field.
- nullSafeDataType(Field<T>) - Static method in class org.jooq.impl.Factory
-
Get a default data type if a field is null.
- nullsFirst() - Method in interface org.jooq.SortField
-
Add a NULLS FIRST
clause to this sort field
- nullsLast() - Method in interface org.jooq.SortField
-
Add a NULLS LAST
clause to this sort field
- nullString(String) - Method in interface org.jooq.LoaderCSVOptionsStep
-
Specify the input string representation of NULL
.
- NUMBER - Static variable in class org.jooq.util.h2.H2DataType
-
- NUMBER - Static variable in class org.jooq.util.oracle.OracleDataType
-
- NUMERIC - Static variable in class org.jooq.impl.SQLDataType
-
- NUMERIC - Static variable in class org.jooq.util.ase.ASEDataType
-
- NUMERIC - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- NUMERIC - Static variable in class org.jooq.util.derby.DerbyDataType
-
- NUMERIC - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- NUMERIC - Static variable in class org.jooq.util.h2.H2DataType
-
- NUMERIC - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- NUMERIC - Static variable in class org.jooq.util.ingres.IngresDataType
-
- NUMERIC - Static variable in class org.jooq.util.oracle.OracleDataType
-
- NUMERIC - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- NUMERIC - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- NUMERIC - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- NUMERIC - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- NVARCHAR - Static variable in class org.jooq.impl.SQLDataType
-
- NVARCHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- NVARCHAR - Static variable in class org.jooq.util.h2.H2DataType
-
- NVARCHAR - Static variable in class org.jooq.util.ingres.IngresDataType
-
- NVARCHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- NVARCHAR - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- NVARCHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- NVARCHAR - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- NVARCHAR2 - Static variable in class org.jooq.util.h2.H2DataType
-
- NVARCHAR2 - Static variable in class org.jooq.util.oracle.OracleDataType
-
- nvl(T) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- nvl(Field<T>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- nvl(T, T) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL(value, defaultValue) function.
- nvl(T, Field<T>) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL(value, defaultValue) function.
- nvl(Field<T>, T) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL(value, defaultValue) function.
- nvl(Field<T>, Field<T>) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL(value, defaultValue) function.
- nvl2(Z, Z) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- nvl2(Field<Z>, Field<Z>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- nvl2(Field<?>, Z, Z) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.
- nvl2(Field<?>, Z, Field<Z>) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.
- nvl2(Field<?>, Field<Z>, Z) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.
- nvl2(Field<?>, Field<Z>, Field<Z>) - Static method in class org.jooq.impl.Factory
-
Gets the Oracle-style NVL2(value, valueIfNotNull, valueIfNull) function.
- rad() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- rad(Number) - Static method in class org.jooq.impl.Factory
-
Calculate radians from degrees from this field.
- rad(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Calculate radians from degrees from this field.
- rand() - Static method in class org.jooq.impl.Factory
-
Get the rand() function.
- rank() - Static method in class org.jooq.impl.Factory
-
The rank_over() over ([analytic clause])
function.
- RAW - Static variable in class org.jooq.util.h2.H2DataType
-
- RAW - Static variable in class org.jooq.util.oracle.OracleDataType
-
- readAll() - Method in class org.jooq.tools.csv.CSVReader
-
Reads the entire file into a List with each element being a String[] of
tokens.
- readNext() - Method in class org.jooq.tools.csv.CSVReader
-
Reads the next line from the buffer and converts to a string array.
- readSQL(SQLInput, String) - Method in class org.jooq.impl.UDTRecordImpl
-
- REAL - Static variable in class org.jooq.impl.SQLDataType
-
- REAL - Static variable in class org.jooq.util.ase.ASEDataType
-
- REAL - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- REAL - Static variable in class org.jooq.util.db2.DB2DataType
-
- REAL - Static variable in class org.jooq.util.derby.DerbyDataType
-
- REAL - Static variable in class org.jooq.util.h2.H2DataType
-
- REAL - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- REAL - Static variable in class org.jooq.util.ingres.IngresDataType
-
- REAL - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- REAL - Static variable in class org.jooq.util.oracle.OracleDataType
-
- REAL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- REAL - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- REAL - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- REAL - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- record() - Method in interface org.jooq.ExecuteContext
-
The last record that was fetched from the result set, or
null
if no record has been fetched.
- record(Record) - Method in interface org.jooq.ExecuteContext
-
Calling this has no effect.
- Record - Interface in org.jooq
-
A database result record
A record essentially combines a list of columns (
Field
) with a
corresponding list of values, each value being of the respective field's
type.
- Record1<T1> - Interface in org.jooq
-
A model type for a records with degree 1
- Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Interface in org.jooq
-
A model type for a records with degree 10
- Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Interface in org.jooq
-
A model type for a records with degree 11
- Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Interface in org.jooq
-
A model type for a records with degree 12
- Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Interface in org.jooq
-
A model type for a records with degree 13
- Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Interface in org.jooq
-
A model type for a records with degree 14
- Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Interface in org.jooq
-
A model type for a records with degree 15
- Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Interface in org.jooq
-
A model type for a records with degree 16
- Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Interface in org.jooq
-
A model type for a records with degree 17
- Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Interface in org.jooq
-
A model type for a records with degree 18
- Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Interface in org.jooq
-
A model type for a records with degree 19
- Record2<T1,T2> - Interface in org.jooq
-
A model type for a records with degree 2
- Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Interface in org.jooq
-
A model type for a records with degree 20
- Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Interface in org.jooq
-
A model type for a records with degree 21
- Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Interface in org.jooq
-
A model type for a records with degree 22
- Record3<T1,T2,T3> - Interface in org.jooq
-
A model type for a records with degree 3
- Record4<T1,T2,T3,T4> - Interface in org.jooq
-
A model type for a records with degree 4
- Record5<T1,T2,T3,T4,T5> - Interface in org.jooq
-
A model type for a records with degree 5
- Record6<T1,T2,T3,T4,T5,T6> - Interface in org.jooq
-
A model type for a records with degree 6
- Record7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.jooq
-
A model type for a records with degree 7
- Record8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.jooq
-
A model type for a records with degree 8
- Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in org.jooq
-
A model type for a records with degree 9
- recordEnd(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- recordEnd(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- recordEnd(ExecuteContext) - Method in class org.jooq.tools.LoggerListener
-
- recordEnd(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- RecordHandler<R extends Record> - Interface in org.jooq
-
A
RecordHandler
is a handler that can receive
Record
objects, when fetching data from the database.
- RecordMapper<R extends Record,E> - Interface in org.jooq
-
A
RecordMapper
is a mapper that can receive
Record
objects, when fetching data from the database, transforming them into a
custom type
<E>
- recordStart(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- recordStart(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- recordStart(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- REF_CURSOR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- REFCURSOR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- Reflect - Class in org.jooq.tools.reflect
-
A wrapper for an
Object
or
Class
upon which reflective calls
can be made.
- ReflectException - Exception in org.jooq.tools.reflect
-
- ReflectException(String) - Constructor for exception org.jooq.tools.reflect.ReflectException
-
- ReflectException(String, Throwable) - Constructor for exception org.jooq.tools.reflect.ReflectException
-
- ReflectException() - Constructor for exception org.jooq.tools.reflect.ReflectException
-
- ReflectException(Throwable) - Constructor for exception org.jooq.tools.reflect.ReflectException
-
- refresh() - Method in class org.jooq.impl.UpdatableRecordImpl
-
- refresh(Field<?>...) - Method in class org.jooq.impl.UpdatableRecordImpl
-
- refresh() - Method in interface org.jooq.UpdatableRecord
-
Refresh this record from the database, based on the value of the primary
key or main unique key.
- refresh(Field<?>...) - Method in interface org.jooq.UpdatableRecord
-
Refresh this record from the database, based on the value of the primary
key or main unique key.
- refreshRow() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- registerOutParameter(int, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- registerOutParameter(int, int, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- registerOutParameter(int, int, String) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- registerOutParameter(String, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- registerOutParameter(String, int, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- registerOutParameter(String, int, String) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- registerOutParameter(int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- registerOutParameter(int, int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- registerOutParameter(int, int, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- registerOutParameter(String, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- registerOutParameter(String, int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- registerOutParameter(String, int, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- REGPROC - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- regrAvgX(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_AVGX
linear regression function.
- regrAvgY(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_AVGY
linear regression function.
- regrCount(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_COUNT
linear regression function.
- regrIntercept(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_INTERCEPT
linear regression function.
- regrR2(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_R2
linear regression function.
- regrSlope(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_SLOPE
linear regression function.
- regrSXX(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_SXX
linear regression function.
- regrSXY(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_SXY
linear regression function.
- regrSYY(Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the REGR_SYY
linear regression function.
- relative(int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- release(Connection) - Method in interface org.jooq.ConnectionProvider
-
Release a connection to the connection lifecycle handler
The general contract is that a
ConnectionProvider
must not
generate a new connection in
ConnectionProvider.acquire()
, before a previous
connection is returned.
- release(Connection) - Method in class org.jooq.impl.DataSourceConnectionProvider
-
- release(Connection) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- release(Connection) - Method in class org.jooq.impl.NoConnectionProvider
-
This method has no effect
- releaseSavepoint(Savepoint) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- releaseSavepoint(Savepoint) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- releaseSavepoint(Savepoint) - Method in class org.jooq.tools.jdbc.MockConnection
-
- render(QueryPart) - Method in class org.jooq.impl.Executor
-
Render a QueryPart in the context of this executor.
- render() - Method in interface org.jooq.RenderContext
-
Render the context's underlying SQL statement
- render(QueryPart) - Method in interface org.jooq.RenderContext
-
Render a query part in a new context derived from this one.
- renderContext() - Method in class org.jooq.impl.Executor
-
- RenderContext - Interface in org.jooq
-
The render context is used for rendering
QueryPart
's to SQL.
- RenderContext.CastMode - Enum in org.jooq
-
The cast mode for bind values.
- renderEnd(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- renderEnd(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- renderEnd(ExecuteContext) - Method in class org.jooq.tools.LoggerListener
-
- renderEnd(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- renderFormatted - Variable in class org.jooq.conf.Settings
-
- renderInlined(QueryPart) - Method in class org.jooq.impl.Executor
-
Render a QueryPart in the context of this executor, inlining all bind
variables.
- RenderKeywordStyle - Enum in org.jooq.conf
-
Java class for RenderKeywordStyle.
- renderKeywordStyle - Variable in class org.jooq.conf.Settings
-
- RenderMapping - Class in org.jooq.conf
-
Java class for RenderMapping complex type.
- RenderMapping() - Constructor for class org.jooq.conf.RenderMapping
-
- renderMapping - Variable in class org.jooq.conf.Settings
-
- renderNamedParams(QueryPart) - Method in class org.jooq.impl.Executor
-
Render a QueryPart in the context of this executor, rendering bind
variables as named parameters.
- RenderNameStyle - Enum in org.jooq.conf
-
Java class for RenderNameStyle.
- renderNameStyle - Variable in class org.jooq.conf.Settings
-
- renderSchema - Variable in class org.jooq.conf.Settings
-
- renderStart(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- renderStart(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- renderStart(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- repeat(Number) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- repeat(Field<? extends Number>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- repeat(String, int) - Static method in class org.jooq.impl.Factory
-
Get the repeat(field, count) function.
- repeat(String, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the repeat(field, count) function.
- repeat(Field<String>, int) - Static method in class org.jooq.impl.Factory
-
Get the repeat(count) function.
- repeat(Field<String>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the repeat(field, count) function.
- replace(Field<String>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- replace(String) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- replace(Field<String>, Field<String>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- replace(String, String) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- replace(Field<String>, String) - Static method in class org.jooq.impl.Factory
-
Get the replace(field, search) function.
- replace(Field<String>, Field<String>) - Static method in class org.jooq.impl.Factory
-
Get the replace(field, search) function.
- replace(Field<String>, String, String) - Static method in class org.jooq.impl.Factory
-
Get the replace(field, search, replace) function.
- replace(Field<String>, Field<String>, Field<String>) - Static method in class org.jooq.impl.Factory
-
Get the replace(field, search, replace) function.
- replace(String, String, String) - Static method in class org.jooq.tools.StringUtils
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - Static method in class org.jooq.tools.StringUtils
-
Replaces a String with another String inside a larger String,
for the first max
values of the search String.
- replaceEach(String, String[], String[]) - Static method in class org.jooq.tools.StringUtils
-
Replaces all occurrences of Strings within another String.
- reset() - Method in interface org.jooq.Record
-
- reset(Field<?>) - Method in interface org.jooq.Record
-
- reset(int) - Method in interface org.jooq.Record
-
- reset(String) - Method in interface org.jooq.Record
-
- respectNulls() - Method in interface org.jooq.WindowIgnoreNullsStep
-
Add a RESPECT NULLS
clause to the window function.
- result() - Method in interface org.jooq.ExecuteContext
-
The last result that was fetched from the result set, or
null
if no result has been fetched.
- result(Result<?>) - Method in interface org.jooq.ExecuteContext
-
Calling this has no effect.
- RESULT - Static variable in class org.jooq.impl.SQLDataType
-
The
ResultSet
type
This is not a SQL or JDBC standard.
- Result<R extends Record> - Interface in org.jooq
-
- resultEnd(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- resultEnd(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- resultEnd(ExecuteContext) - Method in class org.jooq.tools.LoggerListener
-
- resultEnd(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- resultQuery(String) - Method in class org.jooq.impl.Executor
-
Create a new query holding plain SQL.
- resultQuery(String, Object...) - Method in class org.jooq.impl.Executor
-
Create a new query holding plain SQL.
- resultQuery(String, QueryPart...) - Method in class org.jooq.impl.Executor
-
Create a new query holding plain SQL.
- ResultQuery<R extends Record> - Interface in org.jooq
-
A query that can return results.
- resultSet() - Method in interface org.jooq.Cursor
-
Get the
Cursor
's underlying
ResultSet
If you modify the underlying
ResultSet
, the
Cursor
may be affected and in some cases, rendered unusable.
- resultSet() - Method in interface org.jooq.ExecuteContext
-
The
ResultSet
that is being fetched or
null
if the
result set is unknown or if no result set is being fetched.
- resultSet(ResultSet) - Method in interface org.jooq.ExecuteContext
-
Override the
ResultSet
that is being fetched.
- resultStart(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- resultStart(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- resultStart(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- returning(Field<?>...) - Method in interface org.jooq.DivideByReturningStep
-
Specify the fields that you want the division to return from the dividend
- returning(Collection<? extends Field<?>>) - Method in interface org.jooq.DivideByReturningStep
-
Specify the fields that you want the division to return from the dividend
- returning() - Method in interface org.jooq.InsertReturningStep
-
Configure the INSERT
statement to return all fields in
R
.
- returning(Field<?>...) - Method in interface org.jooq.InsertReturningStep
-
Configure the INSERT
statement to return a list of fields in
R
.
- returning(Collection<? extends Field<?>>) - Method in interface org.jooq.InsertReturningStep
-
Configure the INSERT
statement to return a list of fields in
R
.
- returning() - Method in interface org.jooq.UpdateReturningStep
-
Configure the UPDATE
statement to return all fields in
R
.
- returning(Field<?>...) - Method in interface org.jooq.UpdateReturningStep
-
Configure the UPDATE
statement to return a list of fields in
R
.
- returning(Collection<? extends Field<?>>) - Method in interface org.jooq.UpdateReturningStep
-
Configure the UPDATE
statement to return a list of fields in
R
.
- rightOuterJoin(TableLike<?>) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
RIGHT OUTER JOIN
a table to the last
table added to the
FROM
clause using
Table.rightOuterJoin(TableLike)
This is only possible where the underlying RDBMS supports it
- rightOuterJoin(String) - Method in interface org.jooq.SelectJoinStep
-
Convenience method to
RIGHT OUTER JOIN
a table to the last
table added to the
FROM
clause using
Table.rightOuterJoin(String)
This is only possible where the underlying RDBMS supports it
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- rightOuterJoin(String, Object...) - Method in interface org.jooq.SelectJoinStep
-
- rightOuterJoin(String, QueryPart...) - Method in interface org.jooq.SelectJoinStep
-
- rightOuterJoin(TableLike<?>) - Method in interface org.jooq.Table
-
RIGHT OUTER JOIN
a table to this table.
- rightOuterJoin(String) - Method in interface org.jooq.Table
-
RIGHT OUTER JOIN
a table to this table.
- rightOuterJoin(String, Object...) - Method in interface org.jooq.Table
-
RIGHT OUTER JOIN
a table to this table.
- rightOuterJoin(String, QueryPart...) - Method in interface org.jooq.Table
-
RIGHT OUTER JOIN
a table to this table.
- rightPad(String, int) - Static method in class org.jooq.tools.StringUtils
-
Right pad a String with spaces (' ').
- rightPad(String, int, char) - Static method in class org.jooq.tools.StringUtils
-
Right pad a String with a specified character.
- rightPad(String, int, String) - Static method in class org.jooq.tools.StringUtils
-
Right pad a String with a specified String.
- rollback() - Method in class org.jooq.impl.DefaultConnectionProvider
-
- rollback(Savepoint) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- rollback() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- rollback(Savepoint) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- rollback() - Method in class org.jooq.tools.jdbc.MockConnection
-
- rollback(Savepoint) - Method in class org.jooq.tools.jdbc.MockConnection
-
- rollup(Field<?>...) - Static method in class org.jooq.impl.Factory
-
Create a ROLLUP(field1, field2, .., fieldn) grouping field.
- round() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- round(int) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- round(T) - Static method in class org.jooq.impl.Factory
-
Get rounded value of a numeric field: round(field).
- round(Field<T>) - Static method in class org.jooq.impl.Factory
-
Get rounded value of a numeric field: round(field).
- round(T, int) - Static method in class org.jooq.impl.Factory
-
Get rounded value of a numeric field: round(field, decimals).
- round(Field<T>, int) - Static method in class org.jooq.impl.Factory
-
Get rounded value of a numeric field: round(field, decimals).
- routine() - Method in interface org.jooq.ExecuteContext
-
The jOOQ
Routine
that is being executed or
null
if
the query is unknown or if there was no jOOQ
Routine
- Routine<T> - Interface in org.jooq
-
A routine is a callable object in your RDBMS.
- row(T1) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 1
.
- row(T1, T2) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 2
.
- row(T1, T2, T3) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 3
.
- row(T1, T2, T3, T4) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 4
.
- row(T1, T2, T3, T4, T5) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 5
.
- row(T1, T2, T3, T4, T5, T6) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 6
.
- row(T1, T2, T3, T4, T5, T6, T7) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 7
.
- row(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 8
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 9
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 10
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 11
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 12
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 13
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 14
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 15
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 16
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 17
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 18
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 19
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 20
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 21
.
- row(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 22
.
- row(Object...) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree N > 22
.
- row(Field<T1>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 1
.
- row(Field<T1>, Field<T2>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 2
.
- row(Field<T1>, Field<T2>, Field<T3>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 3
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 4
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 5
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 6
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 7
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 8
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 9
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 10
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 11
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 12
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 13
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 14
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 15
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 16
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 17
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 18
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 19
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 20
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 21
.
- row(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree 22
.
- row(Field<?>...) - Static method in class org.jooq.impl.Factory
-
Create a row value expression of degree N > 22
.
- row() - Method in interface org.jooq.LoaderError
-
The row data that caused the error
- Row - Interface in org.jooq
-
A model type for a row value expression.
- ROW - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- Row1<T1> - Interface in org.jooq
-
A model type for a row value expression with degree 1
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Interface in org.jooq
-
A model type for a row value expression with degree 10
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Interface in org.jooq
-
A model type for a row value expression with degree 11
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Interface in org.jooq
-
A model type for a row value expression with degree 12
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Interface in org.jooq
-
A model type for a row value expression with degree 13
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Interface in org.jooq
-
A model type for a row value expression with degree 14
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Interface in org.jooq
-
A model type for a row value expression with degree 15
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Interface in org.jooq
-
A model type for a row value expression with degree 16
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Interface in org.jooq
-
A model type for a row value expression with degree 17
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Interface in org.jooq
-
A model type for a row value expression with degree 18
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Interface in org.jooq
-
A model type for a row value expression with degree 19
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row2<T1,T2> - Interface in org.jooq
-
A model type for a row value expression with degree 2
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Interface in org.jooq
-
A model type for a row value expression with degree 20
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Interface in org.jooq
-
A model type for a row value expression with degree 21
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Interface in org.jooq
-
A model type for a row value expression with degree 22
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row3<T1,T2,T3> - Interface in org.jooq
-
A model type for a row value expression with degree 3
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row4<T1,T2,T3,T4> - Interface in org.jooq
-
A model type for a row value expression with degree 4
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row5<T1,T2,T3,T4,T5> - Interface in org.jooq
-
A model type for a row value expression with degree 5
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row6<T1,T2,T3,T4,T5,T6> - Interface in org.jooq
-
A model type for a row value expression with degree 6
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.jooq
-
A model type for a row value expression with degree 7
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.jooq
-
A model type for a row value expression with degree 8
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- Row9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in org.jooq
-
A model type for a row value expression with degree 9
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- rowDeleted() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- ROWID - Static variable in class org.jooq.util.db2.DB2DataType
-
- rowid() - Static method in class org.jooq.util.oracle.OracleFactory
-
Retrieve the Oracle-specific ROWID
pseudo-field
- rowid() - Static method in class org.jooq.util.sqlite.SQLiteFactory
-
Retrieve the SQLite-specific _rowid_
pseudo-field.
- rowIndex() - Method in interface org.jooq.LoaderError
-
The processed row index starting with 0
that caused the error
- rowInserted() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- RowN - Interface in org.jooq
-
A model type for a row value expression with degree N > 8
Note: Not all databases support row value expressions, but many row value
expression operations can be simulated on all databases.
- rownum() - Static method in class org.jooq.util.oracle.OracleFactory
-
Retrieve the Oracle-specific ROWNUM
pseudo-field
- rowNumber() - Static method in class org.jooq.impl.Factory
-
The row_number() over ([analytic clause])
function.
- rows - Variable in class org.jooq.tools.jdbc.MockResult
-
The number of affected rows for this execution result.
- rowsBetweenCurrentRow() - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS BETWEEN CURRENT ROW ...
- rowsBetweenFollowing(int) - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS BETWEEN [number] FOLLOWING ...
- rowsBetweenPreceding(int) - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS BETWEEN [number] PRECEDING ...
- rowsBetweenUnboundedFollowing() - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS BETWEEN UNBOUNDED FOLLOWING ...
- rowsBetweenUnboundedPreceding() - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS BETWEEN UNBOUNDED PRECEDING ...
- rowsCurrentRow() - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS CURRENT ROW
frame clause to the window function.
- rowsFollowing(int) - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS [number] FOLLOWING
frame clause to the window
function.
- rowsPreceding(int) - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS [number] PRECEDING
frame clause to the window
function.
- rowsUnboundedFollowing() - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS UNBOUNDED FOLLOWING
frame clause to the window
function.
- rowsUnboundedPreceding() - Method in interface org.jooq.WindowRowsStep
-
Add a ROWS UNBOUNDED PRECEDING
frame clause to the window
function.
- rowUpdated() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- ROWVERSION - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- rpad(Field<? extends Number>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- rpad(int) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- rpad(Field<? extends Number>, Field<String>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- rpad(int, char) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- rpad(Field<String>, int) - Static method in class org.jooq.impl.Factory
-
Get the rpad(field, length) function.
- rpad(Field<String>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the rpad(field, length) function.
- rpad(Field<String>, int, char) - Static method in class org.jooq.impl.Factory
-
Get the rpad(field, length, character) function.
- rpad(Field<String>, int, String) - Static method in class org.jooq.impl.Factory
-
Get the rpad(field, length, character) function.
- rpad(Field<String>, Field<? extends Number>, Field<String>) - Static method in class org.jooq.impl.Factory
-
Get the rpad(field, length, character) function.
- rtrim() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- rtrim(String) - Static method in class org.jooq.impl.Factory
-
Get the rtrim(field) function.
- rtrim(Field<String>) - Static method in class org.jooq.impl.Factory
-
Get the rtrim(field) function.
- safeClose(Statement) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Safely close a statement
This method will silently ignore if
statement
is
null
, or if
Statement.close()
throws an exception.
- safeClose(ResultSet) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Safely close a result set
This method will silently ignore if
resultSet
is
null
, or if
ResultSet.close()
throws an exception.
- safeClose(ResultSet, PreparedStatement) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Safely close a result set and / or a statement
This method will silently ignore if
resultSet
or
statement
is
null
, or if
ResultSet.close()
or
Statement.close()
throws an
exception.
- safeFree(Blob) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Safely free a blob
This method will silently ignore if
blob
is
null
, or if
Blob.free()
throws an exception.
- safeFree(Clob) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Safely free a clob
This method will silently ignore if
clob
is
null
, or if
Clob.free()
throws an exception.
- scale(int) - Method in interface org.jooq.DataType
-
Return a new data type like this, with a new scale value
This will have no effect if
DataType.hasScale()
is
false
- scale() - Method in interface org.jooq.DataType
-
Get the scale of this data type
- scale(int) - Method in class org.jooq.impl.DefaultDataType
-
- scale() - Method in class org.jooq.impl.DefaultDataType
-
- Schema - Interface in org.jooq
-
An object representing a database schema
- schemaByName(String) - Static method in class org.jooq.impl.Factory
-
Create a qualified schema, given its schema name.
- SchemaImpl - Class in org.jooq.impl
-
A common base class for database schemata
This type is for JOOQ INTERNAL USE only.
- SchemaImpl(String) - Constructor for class org.jooq.impl.SchemaImpl
-
- SchemaMapping - Class in org.jooq
-
Deprecated.
- 2.0.5 - Use runtime configuration Settings
instead
- SchemaMapping() - Constructor for class org.jooq.SchemaMapping
-
Deprecated.
Construct an empty mapping
- SchemaMapping(Settings) - Constructor for class org.jooq.SchemaMapping
-
Deprecated.
Construct a mapping from a
Settings
object
- schemata - Variable in class org.jooq.conf.RenderMapping
-
- score(int) - Static method in class org.jooq.util.oracle.OracleFactory
-
The Oracle-Text specific SCORE
function
- second(Date) - Static method in class org.jooq.impl.Factory
-
Get the second part of a date.
- second(Field<? extends Date>) - Static method in class org.jooq.impl.Factory
-
Get the second part of a date.
- select(Collection<? extends Field<?>>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<?>...) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- select(Collection<? extends Field<?>>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<?>...) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- select(Select<?>) - Method in interface org.jooq.InsertSetStep
-
Use a SELECT
statement as the source of values for the
INSERT
statement.
- select(Select<? extends Record1<T1>>) - Method in interface org.jooq.InsertValuesStep1
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.InsertValuesStep10
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.InsertValuesStep11
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.InsertValuesStep12
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.InsertValuesStep13
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.InsertValuesStep14
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.InsertValuesStep15
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.InsertValuesStep16
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.InsertValuesStep17
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.InsertValuesStep18
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.InsertValuesStep19
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.InsertValuesStep2
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.InsertValuesStep20
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.InsertValuesStep21
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.InsertValuesStep22
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.InsertValuesStep3
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.InsertValuesStep4
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.InsertValuesStep5
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.InsertValuesStep6
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.InsertValuesStep7
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.InsertValuesStep8
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.InsertValuesStep9
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<?>) - Method in interface org.jooq.InsertValuesStepN
-
Use a SELECT
statement as the source of values for the
INSERT
statement
This variant of the INSERT ..
- select(Select<? extends Record1<T1>>) - Method in interface org.jooq.MergeValuesStep1
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.MergeValuesStep10
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.MergeValuesStep11
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.MergeValuesStep12
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.MergeValuesStep13
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.MergeValuesStep14
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.MergeValuesStep15
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.MergeValuesStep16
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.MergeValuesStep17
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.MergeValuesStep18
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.MergeValuesStep19
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.MergeValuesStep2
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.MergeValuesStep20
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.MergeValuesStep21
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.MergeValuesStep22
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.MergeValuesStep3
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.MergeValuesStep4
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.MergeValuesStep5
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.MergeValuesStep6
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.MergeValuesStep7
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.MergeValuesStep8
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.MergeValuesStep9
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- select(Select<?>) - Method in interface org.jooq.MergeValuesStepN
-
Use a SELECT
statement as the source of values for the
MERGE
statement
This variant of the MERGE ..
- Select<R extends Record> - Interface in org.jooq
-
- select(Field<?>...) - Method in interface org.jooq.SelectSelectStep
-
Add additional fields to the SELECT
clause of this query
- select(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectSelectStep
-
Add additional fields to the SELECT
clause of this query
- SelectConditionStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectConnectByConditionStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectConnectByStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- selectCount() - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement for
COUNT(*)
This creates an attached, renderable and executable
SELECT
statement from this
Executor
.
- selectCount() - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Collection<? extends Field<?>>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<?>...) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectDistinct(Collection<? extends Field<?>>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<?>...) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- selectDistinct(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- SelectFinalStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectForUpdateOfStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectForUpdateStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectForUpdateWaitStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- selectFrom(Table<R>) - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement.
- selectFrom(Table<R>) - Static method in class org.jooq.impl.Factory
-
Create a new DSL select statement.
- SelectFromStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectGroupByStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectHavingConditionStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectHavingStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectJoinPartitionByStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectJoinStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectLimitStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectOffsetStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectOnConditionStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- selectOne() - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement for constant
1
literal
This creates an attached, renderable and executable
SELECT
statement from this
Executor
.
- selectOne() - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- SelectOnStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectOptionalOnStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectOrderByStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- selectQuery() - Method in class org.jooq.impl.Executor
-
- selectQuery(TableLike<R>) - Method in class org.jooq.impl.Executor
-
- SelectQuery<R extends Record> - Interface in org.jooq
-
A query for data selection
- SelectSelectStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectStartWithStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- SelectWhereStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Select
's DSL API when selecting generic
Record
types.
- selectZero() - Method in class org.jooq.impl.Executor
-
Create a new DSL select statement for constant
0
literal
This creates an attached, renderable and executable
SELECT
statement from this
Executor
.
- selectZero() - Static method in class org.jooq.impl.Factory
-
Create a new DSL subselect statement.
- separator(String) - Method in interface org.jooq.GroupConcatSeparatorStep
-
Specify the separator on the GROUP_CONCAT
function
- separator(char) - Method in interface org.jooq.LoaderCSVOptionsStep
-
Specify the separator character.
- Sequence<T extends Number> - Interface in org.jooq
-
A type representing sequences in databases that support this.
- SEQUENCE - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- SequenceImpl<T extends Number> - Class in org.jooq.impl
-
A common base class for sequences
This type is for JOOQ INTERNAL USE only.
- SequenceImpl(String, Schema, DataType<T>) - Constructor for class org.jooq.impl.SequenceImpl
-
- SERIAL - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- SERIAL4 - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- SERIAL8 - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- set(Array) - Method in interface org.jooq.ArrayRecord
-
Set the contained array
- set(E...) - Method in interface org.jooq.ArrayRecord
-
Set the contained array
- set(T...) - Method in class org.jooq.impl.ArrayRecordImpl
-
- set(Array) - Method in class org.jooq.impl.ArrayRecordImpl
-
- set(Field<T>, T) - Method in interface org.jooq.InsertOnDuplicateSetStep
-
Set values for UPDATE
in the INSERT
statement's
ON DUPLICATE KEY UPDATE
clause.
- set(Field<T>, Field<T>) - Method in interface org.jooq.InsertOnDuplicateSetStep
-
Set values for UPDATE
in the INSERT
statement's
ON DUPLICATE KEY UPDATE
clause.
- set(Field<T>, Select<? extends Record1<T>>) - Method in interface org.jooq.InsertOnDuplicateSetStep
-
Set values for UPDATE
in the INSERT
statement's
ON DUPLICATE KEY UPDATE
clause.
- set(Map<? extends Field<?>, ?>) - Method in interface org.jooq.InsertOnDuplicateSetStep
-
Set multiple values for UPDATE
in the INSERT
statement's ON DUPLICATE KEY UPDATE
clause.
- set(Record) - Method in interface org.jooq.InsertOnDuplicateSetStep
-
Set multiple values for UPDATE
in the INSERT
statement's ON DUPLICATE KEY UPDATE
clause.
- set(Field<T>, T) - Method in interface org.jooq.InsertSetStep
-
Set a value for a field in the INSERT
statement.
- set(Field<T>, Field<T>) - Method in interface org.jooq.InsertSetStep
-
Set a value for a field in the INSERT
statement.
- set(Field<T>, Select<? extends Record1<T>>) - Method in interface org.jooq.InsertSetStep
-
Set a value for a field in the INSERT
statement.
- set(Map<? extends Field<?>, ?>) - Method in interface org.jooq.InsertSetStep
-
Set values in the INSERT
statement.
- set(Record) - Method in interface org.jooq.InsertSetStep
-
Set values in the INSERT
statement.
- set(Field<T>, T) - Method in interface org.jooq.MergeMatchedSetStep
-
Set values for UPDATE
in the MERGE
statement's
WHEN MATCHED
clause.
- set(Field<T>, Field<T>) - Method in interface org.jooq.MergeMatchedSetStep
-
Set values for UPDATE
in the MERGE
statement's
WHEN MATCHED
clause.
- set(Field<T>, Select<? extends Record1<T>>) - Method in interface org.jooq.MergeMatchedSetStep
-
Set values for UPDATE
in the MERGE
statement's
WHEN MATCHED
clause.
- set(Map<? extends Field<?>, ?>) - Method in interface org.jooq.MergeMatchedSetStep
-
Set multiple values for UPDATE
in the MERGE
statement's WHEN MATCHED
clause.
- set(Record) - Method in interface org.jooq.MergeMatchedSetStep
-
Set multiple values for UPDATE
in the MERGE
statement's WHEN MATCHED
clause.
- set(Field<T>, T) - Method in interface org.jooq.MergeNotMatchedSetStep
-
Set values for INSERT
in the MERGE
statement's
WHEN NOT MATCHED
clause.
- set(Field<T>, Field<T>) - Method in interface org.jooq.MergeNotMatchedSetStep
-
Set values for INSERT
in the MERGE
statement's
WHEN NOT MATCHED clause.
- set(Field<T>, Select<? extends Record1<T>>) - Method in interface org.jooq.MergeNotMatchedSetStep
-
Set values for INSERT
in the MERGE
statement's
WHEN NOT MATCHED clause.
- set(Map<? extends Field<?>, ?>) - Method in interface org.jooq.MergeNotMatchedSetStep
-
Set multiple values for INSERT
in the MERGE
statement's WHEN NOT MATCHED
clause.
- set(Record) - Method in interface org.jooq.MergeNotMatchedSetStep
-
Set multiple values for INSERT
in the MERGE
statement's WHEN NOT MATCHED
clause.
- set(String, Object) - Method in class org.jooq.tools.reflect.Reflect
-
Set a field value.
- set(Row1<T1>, Row1<T1>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row2<T1, T2>, Row2<T1, T2>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row3<T1, T2, T3>, Row3<T1, T2, T3>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row4<T1, T2, T3, T4>, Row4<T1, T2, T3, T4>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row5<T1, T2, T3, T4, T5>, Row5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row6<T1, T2, T3, T4, T5, T6>, Row6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row7<T1, T2, T3, T4, T5, T6, T7>, Row7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Row8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row1<T1>, Select<? extends Record1<T1>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row2<T1, T2>, Select<? extends Record2<T1, T2>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row3<T1, T2, T3>, Select<? extends Record3<T1, T2, T3>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row4<T1, T2, T3, T4>, Select<? extends Record4<T1, T2, T3, T4>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row5<T1, T2, T3, T4, T5>, Select<? extends Record5<T1, T2, T3, T4, T5>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row6<T1, T2, T3, T4, T5, T6>, Select<? extends Record6<T1, T2, T3, T4, T5, T6>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row7<T1, T2, T3, T4, T5, T6, T7>, Select<? extends Record7<T1, T2, T3, T4, T5, T6, T7>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row8<T1, T2, T3, T4, T5, T6, T7, T8>, Select<? extends Record8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Select<? extends Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Select<? extends Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Select<? extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Select<? extends Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Select<? extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Select<? extends Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Select<? extends Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Select<? extends Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Select<? extends Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Select<? extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Select<? extends Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Select<? extends Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Select<? extends Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>, Select<? extends Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in interface org.jooq.UpdateSetFirstStep
-
Specify a multi-column set clause for the UPDATE
statement.
- set(Field<T>, T) - Method in interface org.jooq.UpdateSetStep
-
Set a value for a field in the UPDATE
statement.
- set(Field<T>, Field<T>) - Method in interface org.jooq.UpdateSetStep
-
Set a value for a field in the UPDATE
statement.
- set(Field<T>, Select<? extends Record1<T>>) - Method in interface org.jooq.UpdateSetStep
-
Set a value for a field in the UPDATE
statement.
- set(Map<? extends Field<?>, ?>) - Method in interface org.jooq.UpdateSetStep
-
Set a value for a field in the UPDATE
statement.
- set(Record) - Method in interface org.jooq.UpdateSetStep
-
Set a value for a field in the UPDATE
statement.
- SET - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- SET - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- setArray(int, Array) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setArray(int, Array) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAsciiStream(String, InputStream, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setAsciiStream(String, InputStream) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAsciiStream(int, InputStream) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAsciiStream(String, InputStream, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAsciiStream(String, InputStream) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAsciiStream(String, InputStream, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setAttachRecords(Boolean) - Method in class org.jooq.conf.Settings
-
Sets the value of the attachRecords property.
- setAutoCommit(boolean) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- setAutoCommit(boolean) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setAutoCommit(boolean) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setBigDecimal(String, BigDecimal) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBigDecimal(int, BigDecimal) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBigDecimal(int, BigDecimal) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBigDecimal(String, BigDecimal) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBinaryStream(String, InputStream, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBinaryStream(String, InputStream) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBinaryStream(int, InputStream) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBinaryStream(String, InputStream, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBinaryStream(String, InputStream) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBinaryStream(String, InputStream, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBlob(String, InputStream, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBlob(String, Blob) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBlob(String, InputStream) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBlob(int, Blob) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBlob(int, InputStream) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBlob(int, Blob) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBlob(int, InputStream, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBlob(int, InputStream) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBlob(String, Blob) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBlob(String, InputStream) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBlob(String, InputStream, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBoolean(String, boolean) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBoolean(int, boolean) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBoolean(int, boolean) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBoolean(String, boolean) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setByte(String, byte) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setByte(int, byte) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setByte(int, byte) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setByte(String, byte) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBytes(String, byte[]) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setBytes(int, byte[]) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setBytes(int, byte[]) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setBytes(String, byte[]) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setCatalog(String) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setCatalog(String) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setCharacterStream(String, Reader, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setCharacterStream(String, Reader) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setCharacterStream(int, Reader, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setCharacterStream(int, Reader, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setCharacterStream(int, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setCharacterStream(String, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setCharacterStream(String, Reader, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setClientInfo(String, String) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setClientInfo(Properties) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setClientInfo(String, String) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setClientInfo(Properties) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setClob(String, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setClob(String, Clob) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setClob(String, Reader) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setClob(int, Clob) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setClob(int, Reader) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setClob(int, Clob) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setClob(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setClob(int, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setClob(String, Clob) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setClob(String, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setClob(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setConnectByStartWith(Condition) - Method in interface org.jooq.SelectQuery
-
Add an Oracle-specific START WITH
clause to the query's
CONNECT BY
clause
- setConnection(Connection) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- setConverted(Object) - Method in interface org.jooq.Param
-
- setCursorName(String) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setCursorName(String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setData(String, Object) - Method in interface org.jooq.Configuration
-
Set some custom data to this
Configuration
Use custom data if you want to pass data to your custom
QueryPart
or
ExecuteListener
objects to be made available at render, bind,
execution, fetch time.
- setData(String, Object) - Method in class org.jooq.impl.Executor
-
- setDate(String, Date) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setDate(String, Date, Calendar) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setDate(int, Date) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setDate(int, Date) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setDate(int, Date, Calendar) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setDate(String, Date) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setDate(String, Date, Calendar) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setDefaultSchema(String) - Method in class org.jooq.conf.RenderMapping
-
Sets the value of the defaultSchema property.
- setDefaultSchema(String) - Method in class org.jooq.SchemaMapping
-
Deprecated.
- setDistinct(boolean) - Method in interface org.jooq.SelectQuery
-
Add "distinct" keyword to the select clause
- setDouble(String, double) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setDouble(int, double) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setDouble(int, double) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setDouble(String, double) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setEscapeProcessing(boolean) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setEscapeProcessing(boolean) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setExecuteListeners(List<ExecuteListener>) - Method in interface org.jooq.Configuration
-
- setExecuteListeners(List<ExecuteListener>) - Method in class org.jooq.impl.Executor
-
- setExecuteLogging(Boolean) - Method in class org.jooq.conf.Settings
-
Sets the value of the executeLogging property.
- setExecuteWithOptimisticLocking(Boolean) - Method in class org.jooq.conf.Settings
-
Sets the value of the executeWithOptimisticLocking property.
- setFactory(Executor) - Method in class org.jooq.impl.DAOImpl
-
Inject an attached factory
- setFetchDirection(int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setFetchDirection(int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- setFetchDirection(int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setFetchSize(int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setFetchSize(int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- setFetchSize(int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setField(Parameter<?>, Field<?>) - Method in class org.jooq.impl.AbstractRoutine
-
- setFloat(String, float) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setFloat(int, float) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setFloat(int, float) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setFloat(String, float) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setForShare(boolean) - Method in interface org.jooq.SelectQuery
-
- setForUpdate(boolean) - Method in interface org.jooq.SelectQuery
-
Sets the "FOR UPDATE" flag onto the query
Native implementation
This has been observed to be supported by any of these dialects:
setForUpdateNoWait() - Method in interface org.jooq.
SelectQuery
-
Some RDBMS allow for specifying the locking mode for the applied
FOR UPDATE
clause.
- setForUpdateOf(Field<?>...) - Method in interface org.jooq.SelectQuery
-
Some RDBMS allow for specifying the fields that should be locked by the
FOR UPDATE
clause, instead of the full row.
- setForUpdateOf(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectQuery
-
Some RDBMS allow for specifying the fields that should be locked by the
FOR UPDATE
clause, instead of the full row.
- setForUpdateOf(Table<?>...) - Method in interface org.jooq.SelectQuery
-
Some RDBMS allow for specifying the tables that should be locked by the
FOR UPDATE
clause, instead of the full row.
- setForUpdateSkipLocked() - Method in interface org.jooq.SelectQuery
-
Some RDBMS allow for specifying the locking mode for the applied
FOR UPDATE
clause.
- setForUpdateWait(int) - Method in interface org.jooq.SelectQuery
-
Some RDBMS allow for specifying the locking mode for the applied
FOR UPDATE
clause.
- setHoldability(int) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- setHoldability(int) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setHoldability(int) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setInline(boolean) - Method in interface org.jooq.Param
-
A flag on the bind value to force it to be inlined in rendered SQL
- setInput(String) - Method in class org.jooq.conf.MappedSchema
-
Sets the value of the input property.
- setInput(String) - Method in class org.jooq.conf.MappedTable
-
Sets the value of the input property.
- setInt(String, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setInt(int, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setInt(int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setInt(String, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setList(List<? extends E>) - Method in interface org.jooq.ArrayRecord
-
Set the contained array as a
List
- setList(List<? extends T>) - Method in class org.jooq.impl.ArrayRecordImpl
-
- setLong(String, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setLong(int, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setLong(int, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setLong(String, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setMaxFieldSize(int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setMaxFieldSize(int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setMaxRows(int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setMaxRows(int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNCharacterStream(String, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNCharacterStream(String, Reader) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNCharacterStream(int, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNCharacterStream(String, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNCharacterStream(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNClob(String, NClob) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNClob(String, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNClob(String, Reader) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNClob(int, NClob) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNClob(int, Reader) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNClob(int, NClob) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNClob(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNClob(int, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNClob(String, NClob) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNClob(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNClob(String, Reader) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.jooq.tools.jdbc.JDBC41Connection
-
- setNString(String, String) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNString(int, String) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNString(int, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNString(String, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNull(String, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNull(String, int, String) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setNull(int, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNull(int, int, String) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setNull(int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNull(int, int, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNull(String, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNull(String, int, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setNumber(Parameter<? extends Number>, Number) - Method in class org.jooq.impl.AbstractRoutine
-
- setNumber(Parameter<? extends Number>, Field<? extends Number>) - Method in class org.jooq.impl.AbstractRoutine
-
- setObject(String, Object, int, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setObject(String, Object, int) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setObject(String, Object) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setObject(int, Object, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setObject(int, Object) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setObject(int, Object, int, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setObject(int, Object, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setObject(int, Object) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setObject(int, Object, int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setObject(String, Object, int, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setObject(String, Object, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setObject(String, Object) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setOrderBySiblings(boolean) - Method in interface org.jooq.SelectQuery
-
Indicate whether the SIBLINGS
keyword should be used in an
ORDER BY
clause to form an ORDER SIBLINGS BY
clause.
- setOutput(String) - Method in class org.jooq.conf.MappedSchema
-
Sets the value of the output property.
- setOutput(String) - Method in class org.jooq.conf.MappedTable
-
Sets the value of the output property.
- setOverloaded(boolean) - Method in class org.jooq.impl.AbstractRoutine
-
- setPoolable(boolean) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setPoolable(boolean) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setQueryTimeout(int) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- setQueryTimeout(int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setReadOnly(boolean) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setReadOnly(boolean) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setRecord(R) - Method in interface org.jooq.StoreQuery
-
Add values to the store statement
- setRef(int, Ref) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setRef(int, Ref) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setRenderFormatted(Boolean) - Method in class org.jooq.conf.Settings
-
Sets the value of the renderFormatted property.
- setRenderKeywordStyle(RenderKeywordStyle) - Method in class org.jooq.conf.Settings
-
Sets the value of the renderKeywordStyle property.
- setRenderMapping(RenderMapping) - Method in class org.jooq.conf.Settings
-
Sets the value of the renderMapping property.
- setRenderNameStyle(RenderNameStyle) - Method in class org.jooq.conf.Settings
-
Sets the value of the renderNameStyle property.
- setRenderSchema(Boolean) - Method in class org.jooq.conf.Settings
-
Sets the value of the renderSchema property.
- setReturning() - Method in interface org.jooq.InsertQuery
-
Configure the INSERT
or UPDATE
statement to return all fields in
R
.
- setReturning(Identity<R, ? extends Number>) - Method in interface org.jooq.InsertQuery
-
Configure the INSERT
or UPDATE
statement to return the generated
identity value.
- setReturning(Field<?>...) - Method in interface org.jooq.InsertQuery
-
Configure the INSERT
or UPDATE
statement to return a list of fields in
R
.
- setReturning(Collection<? extends Field<?>>) - Method in interface org.jooq.InsertQuery
-
Configure the INSERT
or UPDATE
statement to return a list of fields in
R
.
- setReturning() - Method in interface org.jooq.StoreQuery
-
Configure the INSERT
or UPDATE
statement to return all fields in
R
.
- setReturning(Identity<R, ? extends Number>) - Method in interface org.jooq.StoreQuery
-
Configure the INSERT
or UPDATE
statement to return the generated
identity value.
- setReturning(Field<?>...) - Method in interface org.jooq.StoreQuery
-
Configure the INSERT
or UPDATE
statement to return a list of fields in
R
.
- setReturning(Collection<? extends Field<?>>) - Method in interface org.jooq.StoreQuery
-
Configure the INSERT
or UPDATE
statement to return a list of fields in
R
.
- setReturning() - Method in interface org.jooq.UpdateQuery
-
Configure the INSERT
or UPDATE
statement to return all fields in
R
.
- setReturning(Identity<R, ? extends Number>) - Method in interface org.jooq.UpdateQuery
-
Configure the INSERT
or UPDATE
statement to return the generated
identity value.
- setReturning(Field<?>...) - Method in interface org.jooq.UpdateQuery
-
Configure the INSERT
or UPDATE
statement to return a list of fields in
R
.
- setReturning(Collection<? extends Field<?>>) - Method in interface org.jooq.UpdateQuery
-
Configure the INSERT
or UPDATE
statement to return a list of fields in
R
.
- setReturnParameter(Parameter<T>) - Method in class org.jooq.impl.AbstractRoutine
-
- setRowId(String, RowId) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setRowId(int, RowId) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setRowId(int, RowId) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setRowId(String, RowId) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setSavepoint() - Method in class org.jooq.impl.DefaultConnectionProvider
-
- setSavepoint(String) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- setSavepoint() - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setSavepoint(String) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setSavepoint() - Method in class org.jooq.tools.jdbc.MockConnection
-
- setSavepoint(String) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setSchema(String) - Method in class org.jooq.tools.jdbc.JDBC41Connection
-
- setSchemaMapping(Map<String, String>) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Initialise SchemaMapping.
- setSchemata(List<MappedSchema>) - Method in class org.jooq.conf.RenderMapping
-
- setShort(String, short) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setShort(int, short) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setShort(int, short) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setShort(String, short) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setSQLXML(String, SQLXML) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setSQLXML(int, SQLXML) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setSQLXML(String, SQLXML) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setStatementType(StatementType) - Method in class org.jooq.conf.Settings
-
Sets the value of the statementType property.
- setString(String, String) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setString(int, String) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setString(int, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setString(String, String) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTables(List<MappedTable>) - Method in class org.jooq.conf.MappedSchema
-
- setTime(String, Time) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setTime(String, Time, Calendar) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setTime(int, Time) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setTime(int, Time) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTime(int, Time, Calendar) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTime(String, Time) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTime(String, Time, Calendar) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTimestamp(String, Timestamp) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setTimestamp(int, Timestamp) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setTimestamp(int, Timestamp) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTimestamp(String, Timestamp) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.jooq.tools.jdbc.MockStatement
-
- Settings - Class in org.jooq.conf
-
Java class for Settings complex type.
- Settings() - Constructor for class org.jooq.conf.Settings
-
- SettingsTools - Class in org.jooq.conf
-
Convenience methods for jOOQ runtime settings
- SettingsTools() - Constructor for class org.jooq.conf.SettingsTools
-
- setTransactionIsolation(int) - Method in class org.jooq.impl.DefaultConnectionProvider
-
- setTransactionIsolation(int) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setTransactionIsolation(int) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setTypeMap(Map<String, Class<?>>) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- setTypeMap(Map<String, Class<?>>) - Method in class org.jooq.tools.jdbc.MockConnection
-
- setUnicodeStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setURL(String, URL) - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- setURL(int, URL) - Method in class org.jooq.tools.jdbc.DefaultPreparedStatement
-
- setURL(int, URL) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setURL(String, URL) - Method in class org.jooq.tools.jdbc.MockStatement
-
- setValue(Parameter<?>, Object) - Method in class org.jooq.impl.AbstractRoutine
-
- setValue(T) - Method in interface org.jooq.Param
-
Set the parameter's underlying value.
- setValue(Field<T>, T) - Method in interface org.jooq.Record
-
Set a value into this record.
- setValue(Field<T>, U, Converter<T, ? super U>) - Method in interface org.jooq.Record
-
Set a value into this record.
- sha1(String) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific SHA1()
function
- sha1(Field<String>) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific SHA1()
function
- sha2(String, int) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific SHA2()
function
- sha2(Field<String>, Field<Integer>) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific SHA2()
function
- shl(T, T) - Static method in class org.jooq.impl.Factory
-
The bitwise left shift operator.
- shl(T, Field<T>) - Static method in class org.jooq.impl.Factory
-
The bitwise left shift operator.
- shl(Field<T>, T) - Static method in class org.jooq.impl.Factory
-
The bitwise left shift operator.
- shl(Field<T>, Field<T>) - Static method in class org.jooq.impl.Factory
-
The bitwise left shift operator.
- SHORT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- shortValue() - Method in interface org.jooq.types.Interval
-
- shr(T, T) - Static method in class org.jooq.impl.Factory
-
The bitwise right shift operator.
- shr(T, Field<T>) - Static method in class org.jooq.impl.Factory
-
The bitwise right shift operator.
- shr(Field<T>, T) - Static method in class org.jooq.impl.Factory
-
The bitwise right shift operator.
- shr(Field<T>, Field<T>) - Static method in class org.jooq.impl.Factory
-
The bitwise right shift operator.
- sign() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- sign(Number) - Static method in class org.jooq.impl.Factory
-
Get the sign of a numeric field: sign(field).
- sign(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sign of a numeric field: sign(field).
- SIGNED - Static variable in class org.jooq.util.h2.H2DataType
-
- SIGNTYPE - Static variable in class org.jooq.util.oracle.OracleDataType
-
- sin() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- sin(Number) - Static method in class org.jooq.impl.Factory
-
Get the sine(field) function.
- sin(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sine(field) function.
- sinh() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- sinh(Number) - Static method in class org.jooq.impl.Factory
-
Get the hyperbolic sine function: sinh(field).
- sinh(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the hyperbolic sine function: sinh(field).
- size() - Method in interface org.jooq.ArrayRecord
-
Get the size of the contained array
- size() - Method in interface org.jooq.Batch
-
Get the number of executed queries in this batch operation
- size() - Method in class org.jooq.impl.ArrayRecordImpl
-
- size() - Method in interface org.jooq.Record
-
Get the number of fields of this record.
- size() - Method in interface org.jooq.Row
-
Get the degree of this row value expression
- skipLocked() - Method in interface org.jooq.SelectForUpdateWaitStep
-
Add a WAIT
clause to the FOR UPDATE
clause at
the end of the query.
- SMALLDATETIME - Static variable in class org.jooq.util.ase.ASEDataType
-
- SMALLDATETIME - Static variable in class org.jooq.util.h2.H2DataType
-
- SMALLDATETIME - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- SMALLDATETIME - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- SMALLINT - Static variable in class org.jooq.impl.SQLDataType
-
- SMALLINT - Static variable in class org.jooq.util.ase.ASEDataType
-
- SMALLINT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- SMALLINT - Static variable in class org.jooq.util.db2.DB2DataType
-
- SMALLINT - Static variable in class org.jooq.util.derby.DerbyDataType
-
- SMALLINT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- SMALLINT - Static variable in class org.jooq.util.h2.H2DataType
-
- SMALLINT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- SMALLINT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- SMALLINT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- SMALLINT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- SMALLINT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- SMALLINT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- SMALLINT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- SMALLINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- SMALLINTUNSIGNED - Static variable in class org.jooq.impl.SQLDataType
-
- SMALLINTUNSIGNED - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- SMALLMONEY - Static variable in class org.jooq.util.ase.ASEDataType
-
- SMALLMONEY - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- SMALLMONEY - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- sort(SortOrder) - Method in interface org.jooq.Field
-
Create an ascending/descending sort field from this field
- sort(Map<T, Z>) - Method in interface org.jooq.Field
-
Create a sort field of the form (in pseudo code)
CASE [this] WHEN [sortMap.key(0)] THEN sortMap.value(0)
WHEN [sortMap.key(1)] THEN sortMap.value(1)
...
- sortAsc(Collection<T>) - Method in interface org.jooq.Field
-
Create a sort field of the form
CASE [this] WHEN [sortList.get(0)] THEN 0
WHEN [sortList.get(1)] THEN 1
...
- sortAsc(T...) - Method in interface org.jooq.Field
-
Create a sort field of the form
CASE [this] WHEN [sortList[0]] THEN 0
WHEN [sortList[1]] THEN 1
...
- sortAsc(Field<T>) - Method in interface org.jooq.Result
-
Sort this result by one of its contained fields.
- sortAsc(int) - Method in interface org.jooq.Result
-
Sort this result by one of its contained fields.
- sortAsc(String) - Method in interface org.jooq.Result
-
Sort this result by one of its contained fields.
- sortAsc(Field<T>, Comparator<? super T>) - Method in interface org.jooq.Result
-
Sort this result by one of its contained fields using a comparator.
- sortAsc(int, Comparator<?>) - Method in interface org.jooq.Result
-
Sort this result by one of its contained fields using a comparator.
- sortAsc(String, Comparator<?>) - Method in interface org.jooq.Result
-
Sort this result by one of its contained fields using a comparator.
- sortAsc(Comparator<? super R>) - Method in interface org.jooq.Result
-
Sort this result using a comparator that can compare records.
- sortDesc(Collection<T>) - Method in interface org.jooq.Field
-
Create a sort field of the form
CASE [this] WHEN [sortList.get(0)] THEN 0
WHEN [sortList.get(1)] THEN 1
...
- sortDesc(T...) - Method in interface org.jooq.Field
-
Create a sort field of the form
CASE [this] WHEN [sortList[0]] THEN 0
WHEN [sortList[1]] THEN 1
...
- sortDesc(Field<T>) - Method in interface org.jooq.Result
-
Reverse-sort this result by one of its contained fields.
- sortDesc(int) - Method in interface org.jooq.Result
-
Reverse-sort this result by one of its contained fields.
- sortDesc(String) - Method in interface org.jooq.Result
-
Reverse-sort this result by one of its contained fields.
- sortDesc(Field<T>, Comparator<? super T>) - Method in interface org.jooq.Result
-
Reverse-sort this result by one of its contained fields using a
comparator.
- sortDesc(int, Comparator<?>) - Method in interface org.jooq.Result
-
Reverse-sort this result by one of its contained fields using a
comparator.
- sortDesc(String, Comparator<?>) - Method in interface org.jooq.Result
-
Reverse-sort this result by one of its contained fields using a
comparator.
- sortDesc(Comparator<? super R>) - Method in interface org.jooq.Result
-
Reverse-sort this result using a comparator that can compare records.
- SortField<T> - Interface in org.jooq
-
- SortOrder - Enum in org.jooq
-
The sorting order used in OrderByFieldLists
- split(String, CharSequence) - Static method in class org.jooq.tools.StringUtils
-
- splitDebug(String) - Method in class org.jooq.tools.StopWatch
-
Split the time and debug log a message, if trace logging is enabled
- splitInfo(String) - Method in class org.jooq.tools.StopWatch
-
Split the time and info log a message, if trace logging is enabled
- splitTrace(String) - Method in class org.jooq.tools.StopWatch
-
Split the time and trace log a message, if trace logging is enabled
- sql() - Method in interface org.jooq.ExecuteContext
-
The SQL that is being executed or null
if the SQL statement
is unknown or if there was no SQL statement
- sql(String) - Method in interface org.jooq.ExecuteContext
-
Override the SQL statement that is being executed.
- sql(String) - Method in interface org.jooq.RenderContext
-
- sql(char) - Method in interface org.jooq.RenderContext
-
- sql(int) - Method in interface org.jooq.RenderContext
-
- sql(QueryPart) - Method in interface org.jooq.RenderContext
-
Recurse rendering
- sql() - Method in class org.jooq.tools.jdbc.MockExecuteContext
-
Get the single (or first "multi batch") SQL statement.
- SQLDataType - Class in org.jooq.impl
-
The SQL standard data types, as described in
Types
.
- SQLDialect - Enum in org.jooq
-
This enumeration lists all supported dialects.
- SQLDialectNotSupportedException - Exception in org.jooq.exception
-
- SQLDialectNotSupportedException(String) - Constructor for exception org.jooq.exception.SQLDialectNotSupportedException
-
- SQLDialectNotSupportedException(String, boolean) - Constructor for exception org.jooq.exception.SQLDialectNotSupportedException
-
- sqlException() - Method in interface org.jooq.ExecuteContext
-
- sqlException(SQLException) - Method in interface org.jooq.ExecuteContext
-
- SQLiteDataType - Class in org.jooq.util.sqlite
-
- SQLiteDataType() - Constructor for class org.jooq.util.sqlite.SQLiteDataType
-
- SQLiteFactory - Class in org.jooq.util.sqlite
-
- SQLServerDataType - Class in org.jooq.util.sqlserver
-
- SQLServerDataType() - Constructor for class org.jooq.util.sqlserver.SQLServerDataType
-
- SQLServerFactory - Class in org.jooq.util.sqlserver
-
- sqrt() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- sqrt(Number) - Static method in class org.jooq.impl.Factory
-
Get the sqrt(field) function.
- sqrt(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sqrt(field) function.
- start(ExecuteContext) - Method in interface org.jooq.ExecuteListener
-
- start(ExecuteContext) - Method in class org.jooq.impl.DefaultExecuteListener
-
- start(ExecuteContext) - Method in class org.jooq.tools.StopWatchListener
-
- startsWith(T) - Method in interface org.jooq.Field
-
Convenience method for
Field.like(String, char)
including proper
adding of wildcards and escaping
SQL:
this like (escape(value, '\') || '%') escape '\'
Note: This also works with numbers, for instance
val(1133).startsWith(11)
- startsWith(Field<T>) - Method in interface org.jooq.Field
-
Convenience method for
Field.like(String, char)
including proper
adding of wildcards and escaping
SQL:
this like (escape(value, '\') || '%') escape '\'
Note: This also works with numbers, for instance
val(1133).startsWith(11)
- startWith(Condition) - Method in interface org.jooq.SelectStartWithStep
-
Add an Oracle-specific START WITH
clause to the query's
CONNECT BY
clause
- startWith(String) - Method in interface org.jooq.SelectStartWithStep
-
Add an Oracle-specific START WITH
clause to the query's
CONNECT BY
clause
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- startWith(String, Object...) - Method in interface org.jooq.SelectStartWithStep
-
Add an Oracle-specific START WITH
clause to the query's
CONNECT BY
clause
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- startWith(String, QueryPart...) - Method in interface org.jooq.SelectStartWithStep
-
Add an Oracle-specific START WITH
clause to the query's
CONNECT BY
clause
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- statement() - Method in interface org.jooq.BindContext
-
- statement() - Method in interface org.jooq.ExecuteContext
-
The
PreparedStatement
that is being executed or
null
if the statement is unknown or if there was no statement.
- statement(PreparedStatement) - Method in interface org.jooq.ExecuteContext
-
- statementType - Variable in class org.jooq.conf.Settings
-
- StatementType - Enum in org.jooq.conf
-
Java class for StatementType.
- stddevPop() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- stddevPop(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the population standard deviation of a numeric field: stddev_pop(field).
- stddevPopOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- stddevSamp() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- stddevSamp(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sample standard deviation of a numeric field: stddev_samp(field).
- stddevSampOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- StopWatch - Class in org.jooq.tools
-
A time measuring device
- StopWatch() - Constructor for class org.jooq.tools.StopWatch
-
Initialise the stop watch
- StopWatchListener - Class in org.jooq.tools
-
- StopWatchListener() - Constructor for class org.jooq.tools.StopWatchListener
-
- store() - Method in class org.jooq.impl.UpdatableRecordImpl
-
- store() - Method in interface org.jooq.UpdatableRecord
-
Store this record back to the database.
- stored() - Method in interface org.jooq.Loader
-
The number of inserted or updated rows
- StoreQuery<R extends Record> - Interface in org.jooq
-
A query storing objects to the database.
- STRING - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- StringUtils - Class in org.jooq.tools
-
Operations on
String
that are
null
safe.
- sub(Number) - Method in interface org.jooq.Field
-
An arithmetic expression subtracting value from this.
- sub(Field<?>) - Method in interface org.jooq.Field
-
An arithmetic expression subtracting value from this.
- subquery() - Method in interface org.jooq.Context
-
Whether the current context is rendering a sub-query (nested query)
- subquery(boolean) - Method in interface org.jooq.Context
-
- substring(int) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- substring(Field<? extends Number>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- substring(int, int) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- substring(Field<? extends Number>, Field<? extends Number>) - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- substring(Field<String>, int) - Static method in class org.jooq.impl.Factory
-
Get the substring(field, startingPosition) function.
- substring(Field<String>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the substring(field, startingPosition) function.
- substring(Field<String>, int, int) - Static method in class org.jooq.impl.Factory
-
Get the substring(field, startingPosition, length) function.
- substring(Field<String>, Field<? extends Number>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the substring(field, startingPosition, length) function.
- sum() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- sum(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sum over a numeric field: sum(field).
- sumDistinct(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sum over a numeric field: sum(distinct field).
- sumOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- Support - Annotation Type in org.jooq
-
A formal declaration of whether any API element is supported by a given
SQLDialect
The annotation is mainly used in three modes:
The annotation is absent on a method.
- SybaseDataType - Class in org.jooq.util.sybase
-
- SybaseDataType() - Constructor for class org.jooq.util.sybase.SybaseDataType
-
- SybaseFactory - Class in org.jooq.util.sybase
-
- sysConnectByPath(Field<?>, String) - Static method in class org.jooq.impl.Factory
-
Retrieve the Oracle-specific
SYS_CONNECT_BY_PATH(field, separator)
function (to be used
along with CONNECT BY
clauses).
- sysContext(String, String) - Static method in class org.jooq.util.oracle.OracleFactory
-
The Oracle-specific SYS_CONTEXT
function
- sysContext(String, String, int) - Static method in class org.jooq.util.oracle.OracleFactory
-
The Oracle-specific SYS_CONTEXT
function
- SYSNAME - Static variable in class org.jooq.util.ase.ASEDataType
-
T
- table(Select<R>) - Static method in class org.jooq.impl.Factory
-
- table(List<?>) - Static method in class org.jooq.impl.Factory
-
- table(Object[]) - Static method in class org.jooq.impl.Factory
-
- table(ArrayRecord<?>) - Static method in class org.jooq.impl.Factory
-
- table(Field<?>) - Static method in class org.jooq.impl.Factory
-
- table(String) - Static method in class org.jooq.impl.Factory
-
A custom SQL clause that can render arbitrary table expressions.
- table(String, Object...) - Static method in class org.jooq.impl.Factory
-
A custom SQL clause that can render arbitrary table expressions.
- table(String, QueryPart...) - Static method in class org.jooq.impl.Factory
-
A custom SQL clause that can render arbitrary table expressions.
- Table<R extends Record> - Interface in org.jooq
-
A table to be used in queries
- tableByName(String...) - Static method in class org.jooq.impl.Factory
-
Create a qualified table, given its table name.
- TableField<R extends Record,T> - Interface in org.jooq
-
A field contained in a table
- TableImpl<R extends Record> - Class in org.jooq.impl
-
A common base type for tables
This type is for JOOQ INTERNAL USE only.
- TableImpl(String) - Constructor for class org.jooq.impl.TableImpl
-
- TableImpl(String, Schema) - Constructor for class org.jooq.impl.TableImpl
-
- TableImpl(String, Schema, Table<R>) - Constructor for class org.jooq.impl.TableImpl
-
- TableLike<R extends Record> - Interface in org.jooq
-
An object that can behave like a table (a table-like object)
- TableOnConditionStep - Interface in org.jooq
-
An intermediate (optional) type for the construction of a
JOIN
clause, where the join criteria is added using an
ON
clause
(with a
Condition
.
- TableOnStep - Interface in org.jooq
-
An intermediate type for the construction of a
JOIN
clause,
where there must be a join criteria added using an
ON
clause
(with a
Condition
), or using a
USING
clause (with a list
of
Field
)
- TableOptionalOnStep - Interface in org.jooq
-
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
)
- TablePartitionByStep - Interface in org.jooq
-
An intermediate type for the construction of a partitioned
SQLDialect.ORACLE
OUTER JOIN
clause.
- TableRecord<R extends TableRecord<R>> - Interface in org.jooq
-
A record originating from a single table
- TableRecordImpl<R extends TableRecord<R>> - Class in org.jooq.impl
-
A record implementation for a record originating from a single table
This type is for JOOQ INTERNAL USE only.
- TableRecordImpl(Table<R>) - Constructor for class org.jooq.impl.TableRecordImpl
-
- tables - Variable in class org.jooq.conf.MappedSchema
-
- tan() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- tan(Number) - Static method in class org.jooq.impl.Factory
-
Get the tangent(field) function.
- tan(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the tangent(field) function.
- tanh() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- tanh(Number) - Static method in class org.jooq.impl.Factory
-
Get the hyperbolic tangent function: tanh(field).
- tanh(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the hyperbolic tangent function: tanh(field).
- TEXT - Static variable in class org.jooq.util.ase.ASEDataType
-
- TEXT - Static variable in class org.jooq.util.h2.H2DataType
-
- TEXT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TEXT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- TEXT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TEXT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- TEXT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- TEXT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- TID - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIME - Static variable in class org.jooq.impl.SQLDataType
-
- TIME - Static variable in class org.jooq.util.ase.ASEDataType
-
- TIME - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- TIME - Static variable in class org.jooq.util.db2.DB2DataType
-
- TIME - Static variable in class org.jooq.util.derby.DerbyDataType
-
- TIME - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- TIME - Static variable in class org.jooq.util.h2.H2DataType
-
- TIME - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- TIME - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIME - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- TIME - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIME - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- TIME - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- TIMESTAMP - Static variable in class org.jooq.impl.SQLDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.ase.ASEDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.db2.DB2DataType
-
- TIMESTAMP - Static variable in class org.jooq.util.derby.DerbyDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.h2.H2DataType
-
- TIMESTAMP - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.oracle.OracleDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- TIMESTAMP - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- timestampAdd(Timestamp, Number) - Static method in class org.jooq.impl.Factory
-
Add an interval to a timestamp.
- timestampAdd(Field<Timestamp>, Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Add an interval to a timestamp.
- timestampDiff(Timestamp, Timestamp) - Static method in class org.jooq.impl.Factory
-
Get the timestamp difference as a INTERVAL DAY TO SECOND
type.
- timestampDiff(Field<Timestamp>, Timestamp) - Static method in class org.jooq.impl.Factory
-
Get the timestamp difference as a INTERVAL DAY TO SECOND
type.
- timestampDiff(Timestamp, Field<Timestamp>) - Static method in class org.jooq.impl.Factory
-
Get the timestamp difference as a INTERVAL DAY TO SECOND
type.
- timestampDiff(Field<Timestamp>, Field<Timestamp>) - Static method in class org.jooq.impl.Factory
-
Get the timestamp difference as a INTERVAL DAY TO SECOND
type.
- TIMESTAMPTZ - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIMESTAMPWITHLOCALTIMEZONE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMESTAMPWITHOUTTIMEZONE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMESTAMPWITHOUTTIMEZONE - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIMESTAMPWITHTIMEZONE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMESTAMPWITHTIMEZONE - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIMESTAMPWITHTIMEZONE - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- TIMETZ - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIMEWITHLOCALTIMEZONE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMEWITHOUTTIMEZONE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMEWITHOUTTIMEZONE - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TIMEWITHTIMEZONE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TIMEWITHTIMEZONE - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- TINYBLOB - Static variable in class org.jooq.util.h2.H2DataType
-
- TINYBLOB - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- TINYINT - Static variable in class org.jooq.impl.SQLDataType
-
- TINYINT - Static variable in class org.jooq.util.ase.ASEDataType
-
- TINYINT - Static variable in class org.jooq.util.h2.H2DataType
-
- TINYINT - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- TINYINT - Static variable in class org.jooq.util.ingres.IngresDataType
-
- TINYINT - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- TINYINT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- TINYINT - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- TINYINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- TINYINTUNSIGNED - Static variable in class org.jooq.impl.SQLDataType
-
- TINYINTUNSIGNED - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- TINYTEXT - Static variable in class org.jooq.util.h2.H2DataType
-
- to(U) - Method in interface org.jooq.Converter
-
Convert a user object to a database object
- to(U) - Method in class org.jooq.impl.EnumConverter
-
Subclasses may override this method to provide a custom reverse mapping
implementation
Convert a user object to a database object
- toBigInteger() - Method in class org.jooq.types.UByte
-
- toBigInteger() - Method in class org.jooq.types.UNumber
-
- toBytes(String) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Parse a Postgres-encoded bytea
string
- toCamelCase(String) - Static method in class org.jooq.tools.StringUtils
-
Convert a string to camel case
- toCamelCaseLC(String) - Static method in class org.jooq.tools.StringUtils
-
Convert a string to camel case starting with a lower case letter
- toDayToSecond(Object) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Convert a Postgres interval to a jOOQ DAY TO SECOND
interval
- toJSONString(List<?>) - Static method in class org.jooq.tools.json.JSONArray
-
Convert a list to JSON text.
- toJSONString(Map<?, ?>) - Static method in class org.jooq.tools.json.JSONObject
-
Convert a map to JSON text.
- toJSONString(Object) - Static method in class org.jooq.tools.json.JSONValue
-
Convert an object to JSON text.
- toLC(String) - Static method in class org.jooq.tools.StringUtils
-
Change a string's first letter to lower case
- toPGArrayString(Object[]) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Create a Postgres string representation of an array
- toPGInterval(DayToSecond) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Convert a jOOQ DAY TO SECOND
interval to a Postgres representation
- toPGInterval(YearToMonth) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Convert a jOOQ YEAR TO MONTH
interval to a Postgres representation
- toPGObject(String) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Tokenize a PGObject input string
- toSQL() - Method in enum org.jooq.Comparator
-
- toSQL() - Method in enum org.jooq.DatePart
-
- toSQL(RenderContext) - Method in class org.jooq.impl.AbstractRoutine
-
- toSQL(RenderContext) - Method in class org.jooq.impl.CatalogImpl
-
- toSQL(RenderContext) - Method in class org.jooq.impl.CustomCondition
-
Subclasses must implement this method
Render this
QueryPart
to a SQL string contained in
context.sql()
.
- toSQL(RenderContext) - Method in class org.jooq.impl.CustomField
-
Subclasses must implement this method
Render this
QueryPart
to a SQL string contained in
context.sql()
.
- toSQL(RenderContext) - Method in class org.jooq.impl.PackageImpl
-
- toSQL(RenderContext) - Method in class org.jooq.impl.SchemaImpl
-
- toSQL(RenderContext) - Method in class org.jooq.impl.TableImpl
-
- toSQL(RenderContext) - Method in class org.jooq.impl.UDTImpl
-
- toSQL() - Method in enum org.jooq.JoinType
-
- toSQL(RenderContext) - Method in interface org.jooq.QueryPartInternal
-
Render this
QueryPart
to a SQL string contained in
context.sql()
.
- toSQL() - Method in enum org.jooq.SortOrder
-
- toString() - Method in class org.jooq.impl.ArrayRecordImpl
-
- toString() - Method in class org.jooq.impl.DefaultDataType
-
- toString() - Method in class org.jooq.impl.Executor
-
- toString() - Method in class org.jooq.impl.UDTRecordImpl
-
- toString() - Method in interface org.jooq.QueryPart
-
Render a SQL string of this QueryPart
For improved debugging, this renders a SQL string of this
QueryPart
with inlined bind variables.
- toString() - Method in class org.jooq.SchemaMapping
-
Deprecated.
- toString() - Method in class org.jooq.tools.jdbc.MockResult
-
- toString() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- toString(String, Object) - Static method in class org.jooq.tools.json.JSONObject
-
- toString() - Method in class org.jooq.tools.reflect.Reflect
- toString() - Method in class org.jooq.types.DayToSecond
-
- toString() - Method in class org.jooq.types.UByte
-
- toString() - Method in class org.jooq.types.UInteger
-
- toString() - Method in class org.jooq.types.ULong
-
- toString() - Method in class org.jooq.types.UShort
-
- toString() - Method in class org.jooq.types.YearToMonth
-
- toType() - Method in interface org.jooq.Converter
-
The user type
- toType() - Method in class org.jooq.impl.EnumConverter
-
- toYearToMonth(Object) - Static method in class org.jooq.util.postgres.PostgresUtils
-
Convert a Postgres interval to a jOOQ YEAR TO MONTH
interval
- trace(Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in TRACE
level.
- trace(Object, Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in TRACE
level.
- trace(Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in TRACE
level.
- trace(Object, Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in TRACE
level.
- trim() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- trim(String) - Static method in class org.jooq.impl.Factory
-
Get the trim(field) function.
- trim(Field<String>) - Static method in class org.jooq.impl.Factory
-
Get the trim(field) function.
- TRUE_VALUES - Static variable in class org.jooq.tools.Convert
-
All string values that can be transformed into a boolean true
value.
- trueCondition() - Static method in class org.jooq.impl.Factory
-
Return a Condition
that will always evaluate to true.
- trunc(T) - Static method in class org.jooq.impl.Factory
-
Truncate a number to a given number of decimals.
- trunc(T, int) - Static method in class org.jooq.impl.Factory
-
Truncate a number to a given number of decimals.
- trunc(Field<T>, int) - Static method in class org.jooq.impl.Factory
-
Truncate a number to a given number of decimals.
- trunc(T, Field<Integer>) - Static method in class org.jooq.impl.Factory
-
Truncate a number to a given number of decimals.
- trunc(Field<T>, Field<Integer>) - Static method in class org.jooq.impl.Factory
-
Truncate a number to a given number of decimals.
- truncate(Table<R>) - Method in class org.jooq.impl.Executor
-
Create a new DSL truncate statement.
- Truncate<R extends Record> - Interface in org.jooq
-
A
Query
that can truncate a table in the database.
- two() - Static method in class org.jooq.impl.Factory
-
A 2
literal.
- type() - Method in interface org.jooq.ExecuteContext
-
The type of database interaction that is being executed
- type(int) - Method in interface org.jooq.Row
-
Get the type for a given field index
- type(String) - Method in interface org.jooq.Row
-
Get the type for a given field name
- type() - Method in class org.jooq.tools.reflect.Reflect
-
Get the type of the wrapped object.
- types() - Method in interface org.jooq.Row
-
Get an array of types for this row.
U
- UByte - Class in org.jooq.types
-
The unsigned byte
type
- ubyte(String) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned byte
- ubyte(byte) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned byte
by masking it with 0xFF
i.e.
- ubyte(short) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned byte
- ubyte(int) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned byte
- ubyte(long) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned byte
- UDT<R extends UDTRecord<R>> - Interface in org.jooq
-
UDT definition
- UDTField<R extends UDTRecord<R>,T> - Interface in org.jooq
-
A field contained in a UDT
- UDTImpl<R extends UDTRecord<R>> - Class in org.jooq.impl
-
A common base type for UDT's
This type is for JOOQ INTERNAL USE only.
- UDTImpl(String, Schema) - Constructor for class org.jooq.impl.UDTImpl
-
- UDTRecord<R extends UDTRecord<R>> - Interface in org.jooq
-
An object holding data of a UDT
- UDTRecordImpl<R extends UDTRecord<R>> - Class in org.jooq.impl
-
A record implementation for a record originating from a single UDT
This type is for JOOQ INTERNAL USE only.
- UDTRecordImpl(UDT<R>) - Constructor for class org.jooq.impl.UDTRecordImpl
-
- uint(String) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned int
- uint(int) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned int
by masking it with
0xFFFFFFFF
i.e.
- uint(long) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned int
- UInteger - Class in org.jooq.types
-
The unsigned int
type
- ULong - Class in org.jooq.types
-
The unsigned long
type
- ulong(String) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned long
- ulong(long) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned long
by masking it with
0xFFFFFFFFFFFFFFFF
i.e.
- ulong(BigInteger) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned long
- uncompress(String) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific UNCOMPRESS()
function
- uncompress(Field<String>) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific UNCOMPRESS()
function
- uncompressedLength(String) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific UNCOMPRESSED_LENGTH()
function
- uncompressedLength(Field<String>) - Static method in class org.jooq.util.mysql.MySQLFactory
-
Get the MySQL-specific UNCOMPRESSED_LENGTH()
function
- UNICHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- union(Select<? extends R>) - Method in interface org.jooq.Select
-
Combine with other selects
- unionAll(Select<? extends R>) - Method in interface org.jooq.Select
-
Combine with other selects
- UNIQUEIDENTIFIER - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- UNIQUEIDENTIFIER - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- UNIQUEIDENTIFIERSTR - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- UniqueKey<R extends Record> - Interface in org.jooq
-
A UniqueKey
is an object representing a UNIQUE KEY
or a PRIMARY KEY
.
- UNITEXT - Static variable in class org.jooq.util.ase.ASEDataType
-
- UNIVARCHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- unnest(List<?>) - Static method in class org.jooq.impl.Factory
-
Create a table from a list of values.
- unnest(Object[]) - Static method in class org.jooq.impl.Factory
-
Create a table from an array of values.
- unnest(ArrayRecord<?>) - Static method in class org.jooq.impl.Factory
-
Create a table from an array of values.
- unnest(Field<?>) - Static method in class org.jooq.impl.Factory
-
Create a table from a field.
- Unsigned - Class in org.jooq.types
-
A utility class for static access to unsigned number functionality.
- UNSIGNEDBIGINT - Static variable in class org.jooq.util.ase.ASEDataType
-
- UNSIGNEDBIGINT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- UNSIGNEDBIGINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- UNSIGNEDINT - Static variable in class org.jooq.util.ase.ASEDataType
-
- UNSIGNEDINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- UNSIGNEDSMALLLINT - Static variable in class org.jooq.util.ase.ASEDataType
-
- UNSIGNEDSMALLLINT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- UNumber - Class in org.jooq.types
-
A base type for unsigned numbers.
- UNumber() - Constructor for class org.jooq.types.UNumber
-
- unwrap(Class<T>) - Method in class org.jooq.tools.jdbc.DefaultConnection
-
- unwrap(Class<T>) - Method in class org.jooq.tools.jdbc.DefaultStatement
-
- unwrap(Class<T>) - Method in class org.jooq.tools.jdbc.MockConnection
-
- unwrap(Class<T>) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- unwrap(Class<T>) - Method in class org.jooq.tools.jdbc.MockResultSetMetaData
-
- unwrap(Class<T>) - Method in class org.jooq.tools.jdbc.MockStatement
-
- UpdatableRecord<R extends UpdatableRecord<R>> - Interface in org.jooq
-
A common interface for records that can be stored back to the database again.
- UpdatableRecordImpl<R extends UpdatableRecord<R>> - Class in org.jooq.impl
-
A record implementation for a record holding a primary key
This type is for JOOQ INTERNAL USE only.
- UpdatableRecordImpl(UpdatableTable<R>) - Constructor for class org.jooq.impl.UpdatableRecordImpl
-
- UpdatableTable<R extends Record> - Interface in org.jooq
-
A common interface for tables whose records can be stored back to the
database again.
- UpdatableTableImpl<R extends Record> - Class in org.jooq.impl
-
A table implementation for a table holding a primary key
This type is for JOOQ INTERNAL USE only.
- UpdatableTableImpl(String) - Constructor for class org.jooq.impl.UpdatableTableImpl
-
- UpdatableTableImpl(String, Schema) - Constructor for class org.jooq.impl.UpdatableTableImpl
-
- UpdatableTableImpl(String, Schema, Table<R>) - Constructor for class org.jooq.impl.UpdatableTableImpl
-
- update(P) - Method in interface org.jooq.DAO
-
Performs an UPDATE
statement for a given POJO
- update(P...) - Method in interface org.jooq.DAO
-
Performs a batch UPDATE
statement for a given set of POJOs
- update(Collection<P>) - Method in interface org.jooq.DAO
-
Performs a batch UPDATE
statement for a given set of POJOs
- update(P) - Method in class org.jooq.impl.DAOImpl
-
- update(P...) - Method in class org.jooq.impl.DAOImpl
-
- update(Collection<P>) - Method in class org.jooq.impl.DAOImpl
-
- update(Table<R>) - Method in class org.jooq.impl.Executor
-
Create a new DSL update statement.
- update() - Method in class org.jooq.impl.UpdatableRecordImpl
-
- update() - Method in interface org.jooq.UpdatableRecord
-
Store this record back to the database using an UPDATE
statement.
- Update<R extends Record> - Interface in org.jooq
-
A
Query
that can update data in the database.
- updateArray(int, Array) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateArray(String, Array) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateAsciiStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateAsciiStream(String, InputStream, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateAsciiStream(int, InputStream, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateAsciiStream(String, InputStream, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateAsciiStream(int, InputStream) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateAsciiStream(String, InputStream) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBigDecimal(int, BigDecimal) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBigDecimal(String, BigDecimal) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBinaryStream(int, InputStream, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBinaryStream(String, InputStream, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBinaryStream(int, InputStream, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBinaryStream(String, InputStream, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBinaryStream(int, InputStream) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBinaryStream(String, InputStream) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBlob(int, Blob) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBlob(String, Blob) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBlob(int, InputStream, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBlob(String, InputStream, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBlob(int, InputStream) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBlob(String, InputStream) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBoolean(int, boolean) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBoolean(String, boolean) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateByte(int, byte) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateByte(String, byte) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBytes(int, byte[]) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateBytes(String, byte[]) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateCharacterStream(int, Reader, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateCharacterStream(String, Reader, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateCharacterStream(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateCharacterStream(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateCharacterStream(int, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateCharacterStream(String, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateClob(int, Clob) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateClob(String, Clob) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateClob(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateClob(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateClob(int, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateClob(String, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- UpdateConditionStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- updateDate(int, Date) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateDate(String, Date) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateDouble(int, double) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateDouble(String, double) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- UpdateFinalStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- updateFloat(int, float) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateFloat(String, float) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateInt(int, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateInt(String, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateLong(int, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateLong(String, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNCharacterStream(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNCharacterStream(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNCharacterStream(int, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNCharacterStream(String, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNClob(int, NClob) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNClob(String, NClob) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNClob(int, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNClob(String, Reader, long) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNClob(int, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNClob(String, Reader) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNString(int, String) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNString(String, String) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNull(int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateNull(String) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateObject(int, Object, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateObject(int, Object) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateObject(String, Object, int) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateObject(String, Object) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateQuery(Table<R>) - Method in class org.jooq.impl.Executor
-
- UpdateQuery<R extends Record> - Interface in org.jooq
-
A query for data updating
- updateRef(int, Ref) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateRef(String, Ref) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- UpdateResultStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- UpdateReturningStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- updateRow() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateRowId(int, RowId) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateRowId(String, RowId) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- UpdateSetFirstStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- UpdateSetMoreStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- UpdateSetStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- updateShort(int, short) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateShort(String, short) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateSQLXML(int, SQLXML) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateSQLXML(String, SQLXML) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateString(int, String) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateString(String, String) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateTime(int, Time) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateTime(String, Time) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateTimestamp(int, Timestamp) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- updateTimestamp(String, Timestamp) - Method in class org.jooq.tools.jdbc.MockResultSet
-
- UpdateWhereStep<R extends Record> - Interface in org.jooq
-
This type is used for the
Update
's DSL API.
- upper() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- upper(String) - Static method in class org.jooq.impl.Factory
-
Get the upper(field) function.
- upper(Field<String>) - Static method in class org.jooq.impl.Factory
-
Get the upper(field) function.
- use(Schema) - Method in class org.jooq.impl.Executor
-
Use a schema as the default schema of the underlying connection.
- use(String) - Method in class org.jooq.impl.Executor
-
Use a schema as the default schema of the underlying connection.
- use(Schema) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Set a schema as the default schema.
- use(String) - Method in class org.jooq.SchemaMapping
-
Deprecated.
Set a schema as the default schema.
- ushort(String) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned short
- ushort(short) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned short
by masking it with
0xFFFF
i.e.
- ushort(int) - Static method in class org.jooq.types.Unsigned
-
Create an unsigned short
- UShort - Class in org.jooq.types
-
The unsigned short
type
- using(TableLike<?>) - Method in interface org.jooq.MergeUsingStep
-
Add the USING
clause to the SQL standard MERGE
statement
- using(Field<?>...) - Method in interface org.jooq.SelectOnStep
-
Join the previous table with the USING(column [, column...])
- using(Collection<? extends Field<?>>) - Method in interface org.jooq.SelectOnStep
-
Join the previous table with the USING(column [, column...])
- using(Field<?>...) - Method in interface org.jooq.TableOnStep
-
Join the table with the USING(column [, column...])
- using(Collection<? extends Field<?>>) - Method in interface org.jooq.TableOnStep
-
Join the table with the USING(column [, column...])
- usingDual() - Method in interface org.jooq.MergeUsingStep
-
Add a dummy USING
clause to the SQL standard
MERGE
statement
This results in USING(SELECT 1 FROM DUAL)
for most RDBMS, or
in USING(SELECT 1) AS [dummy_table(dummy_field)]
in SQL
Server, where derived tables need to be aliased.
- UUID - Static variable in class org.jooq.impl.SQLDataType
-
The
UUID
type
This is not a SQL or JDBC standard.
- UUID - Static variable in class org.jooq.util.h2.H2DataType
-
- UUID - Static variable in class org.jooq.util.postgres.PostgresDataType
-
V
- val(T) - Static method in class org.jooq.impl.Factory
-
Get a bind value.
- val(Object, Class<T>) - Static method in class org.jooq.impl.Factory
-
Get a bind value with an associated type, taken from a field.
- val(Object, Field<T>) - Static method in class org.jooq.impl.Factory
-
Get a bind value with an associated type, taken from a field.
- val(Object, DataType<T>) - Static method in class org.jooq.impl.Factory
-
Get a bind value with an associated type.
- value(V) - Method in interface org.jooq.Case
-
This construct can be used to create expressions of the type
CASE value WHEN 1 THEN 'one'
WHEN 2 THEN 'two'
ELSE 'three'
END
- value(Field<V>) - Method in interface org.jooq.Case
-
This construct can be used to create expressions of the type
CASE value WHEN 1 THEN 'one'
WHEN 2 THEN 'two'
ELSE 'three'
END
- value() - Method in enum org.jooq.conf.RenderKeywordStyle
-
- value() - Method in enum org.jooq.conf.RenderNameStyle
-
- value() - Method in enum org.jooq.conf.StatementType
-
- value(T) - Static method in class org.jooq.impl.Factory
-
A synonym for
Factory.val(Object)
to be used in Scala and Groovy, where
val
is a reserved keyword.
- value(Object, Class<T>) - Static method in class org.jooq.impl.Factory
-
- value(Object, Field<T>) - Static method in class org.jooq.impl.Factory
-
- value(Object, DataType<T>) - Static method in class org.jooq.impl.Factory
-
- value1() - Method in interface org.jooq.Record1
-
Get the first value
- value1() - Method in interface org.jooq.Record10
-
Get the first value
- value1() - Method in interface org.jooq.Record11
-
Get the first value
- value1() - Method in interface org.jooq.Record12
-
Get the first value
- value1() - Method in interface org.jooq.Record13
-
Get the first value
- value1() - Method in interface org.jooq.Record14
-
Get the first value
- value1() - Method in interface org.jooq.Record15
-
Get the first value
- value1() - Method in interface org.jooq.Record16
-
Get the first value
- value1() - Method in interface org.jooq.Record17
-
Get the first value
- value1() - Method in interface org.jooq.Record18
-
Get the first value
- value1() - Method in interface org.jooq.Record19
-
Get the first value
- value1() - Method in interface org.jooq.Record2
-
Get the first value
- value1() - Method in interface org.jooq.Record20
-
Get the first value
- value1() - Method in interface org.jooq.Record21
-
Get the first value
- value1() - Method in interface org.jooq.Record22
-
Get the first value
- value1() - Method in interface org.jooq.Record3
-
Get the first value
- value1() - Method in interface org.jooq.Record4
-
Get the first value
- value1() - Method in interface org.jooq.Record5
-
Get the first value
- value1() - Method in interface org.jooq.Record6
-
Get the first value
- value1() - Method in interface org.jooq.Record7
-
Get the first value
- value1() - Method in interface org.jooq.Record8
-
Get the first value
- value1() - Method in interface org.jooq.Record9
-
Get the first value
- value10() - Method in interface org.jooq.Record10
-
Get the tenth value
- value10() - Method in interface org.jooq.Record11
-
Get the tenth value
- value10() - Method in interface org.jooq.Record12
-
Get the tenth value
- value10() - Method in interface org.jooq.Record13
-
Get the tenth value
- value10() - Method in interface org.jooq.Record14
-
Get the tenth value
- value10() - Method in interface org.jooq.Record15
-
Get the tenth value
- value10() - Method in interface org.jooq.Record16
-
Get the tenth value
- value10() - Method in interface org.jooq.Record17
-
Get the tenth value
- value10() - Method in interface org.jooq.Record18
-
Get the tenth value
- value10() - Method in interface org.jooq.Record19
-
Get the tenth value
- value10() - Method in interface org.jooq.Record20
-
Get the tenth value
- value10() - Method in interface org.jooq.Record21
-
Get the tenth value
- value10() - Method in interface org.jooq.Record22
-
Get the tenth value
- value11() - Method in interface org.jooq.Record11
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record12
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record13
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record14
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record15
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record16
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record17
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record18
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record19
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record20
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record21
-
Get the eleventh value
- value11() - Method in interface org.jooq.Record22
-
Get the eleventh value
- value12() - Method in interface org.jooq.Record12
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record13
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record14
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record15
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record16
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record17
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record18
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record19
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record20
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record21
-
Get the twelfth value
- value12() - Method in interface org.jooq.Record22
-
Get the twelfth value
- value13() - Method in interface org.jooq.Record13
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record14
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record15
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record16
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record17
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record18
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record19
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record20
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record21
-
Get the thirteenth value
- value13() - Method in interface org.jooq.Record22
-
Get the thirteenth value
- value14() - Method in interface org.jooq.Record14
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record15
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record16
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record17
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record18
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record19
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record20
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record21
-
Get the fourteenth value
- value14() - Method in interface org.jooq.Record22
-
Get the fourteenth value
- value15() - Method in interface org.jooq.Record15
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record16
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record17
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record18
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record19
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record20
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record21
-
Get the fifteenth value
- value15() - Method in interface org.jooq.Record22
-
Get the fifteenth value
- value16() - Method in interface org.jooq.Record16
-
Get the sixteenth value
- value16() - Method in interface org.jooq.Record17
-
Get the sixteenth value
- value16() - Method in interface org.jooq.Record18
-
Get the sixteenth value
- value16() - Method in interface org.jooq.Record19
-
Get the sixteenth value
- value16() - Method in interface org.jooq.Record20
-
Get the sixteenth value
- value16() - Method in interface org.jooq.Record21
-
Get the sixteenth value
- value16() - Method in interface org.jooq.Record22
-
Get the sixteenth value
- value17() - Method in interface org.jooq.Record17
-
Get the seventeenth value
- value17() - Method in interface org.jooq.Record18
-
Get the seventeenth value
- value17() - Method in interface org.jooq.Record19
-
Get the seventeenth value
- value17() - Method in interface org.jooq.Record20
-
Get the seventeenth value
- value17() - Method in interface org.jooq.Record21
-
Get the seventeenth value
- value17() - Method in interface org.jooq.Record22
-
Get the seventeenth value
- value18() - Method in interface org.jooq.Record18
-
Get the eighteenth value
- value18() - Method in interface org.jooq.Record19
-
Get the eighteenth value
- value18() - Method in interface org.jooq.Record20
-
Get the eighteenth value
- value18() - Method in interface org.jooq.Record21
-
Get the eighteenth value
- value18() - Method in interface org.jooq.Record22
-
Get the eighteenth value
- value19() - Method in interface org.jooq.Record19
-
Get the ninteenth value
- value19() - Method in interface org.jooq.Record20
-
Get the ninteenth value
- value19() - Method in interface org.jooq.Record21
-
Get the ninteenth value
- value19() - Method in interface org.jooq.Record22
-
Get the ninteenth value
- value2() - Method in interface org.jooq.Record10
-
Get the second value
- value2() - Method in interface org.jooq.Record11
-
Get the second value
- value2() - Method in interface org.jooq.Record12
-
Get the second value
- value2() - Method in interface org.jooq.Record13
-
Get the second value
- value2() - Method in interface org.jooq.Record14
-
Get the second value
- value2() - Method in interface org.jooq.Record15
-
Get the second value
- value2() - Method in interface org.jooq.Record16
-
Get the second value
- value2() - Method in interface org.jooq.Record17
-
Get the second value
- value2() - Method in interface org.jooq.Record18
-
Get the second value
- value2() - Method in interface org.jooq.Record19
-
Get the second value
- value2() - Method in interface org.jooq.Record2
-
Get the second value
- value2() - Method in interface org.jooq.Record20
-
Get the second value
- value2() - Method in interface org.jooq.Record21
-
Get the second value
- value2() - Method in interface org.jooq.Record22
-
Get the second value
- value2() - Method in interface org.jooq.Record3
-
Get the second value
- value2() - Method in interface org.jooq.Record4
-
Get the second value
- value2() - Method in interface org.jooq.Record5
-
Get the second value
- value2() - Method in interface org.jooq.Record6
-
Get the second value
- value2() - Method in interface org.jooq.Record7
-
Get the second value
- value2() - Method in interface org.jooq.Record8
-
Get the second value
- value2() - Method in interface org.jooq.Record9
-
Get the second value
- value20() - Method in interface org.jooq.Record20
-
Get the twentieth value
- value20() - Method in interface org.jooq.Record21
-
Get the twentieth value
- value20() - Method in interface org.jooq.Record22
-
Get the twentieth value
- value21() - Method in interface org.jooq.Record21
-
Get the twenty-first value
- value21() - Method in interface org.jooq.Record22
-
Get the twenty-first value
- value22() - Method in interface org.jooq.Record22
-
Get the twenty-second value
- value3() - Method in interface org.jooq.Record10
-
Get the third value
- value3() - Method in interface org.jooq.Record11
-
Get the third value
- value3() - Method in interface org.jooq.Record12
-
Get the third value
- value3() - Method in interface org.jooq.Record13
-
Get the third value
- value3() - Method in interface org.jooq.Record14
-
Get the third value
- value3() - Method in interface org.jooq.Record15
-
Get the third value
- value3() - Method in interface org.jooq.Record16
-
Get the third value
- value3() - Method in interface org.jooq.Record17
-
Get the third value
- value3() - Method in interface org.jooq.Record18
-
Get the third value
- value3() - Method in interface org.jooq.Record19
-
Get the third value
- value3() - Method in interface org.jooq.Record20
-
Get the third value
- value3() - Method in interface org.jooq.Record21
-
Get the third value
- value3() - Method in interface org.jooq.Record22
-
Get the third value
- value3() - Method in interface org.jooq.Record3
-
Get the third value
- value3() - Method in interface org.jooq.Record4
-
Get the third value
- value3() - Method in interface org.jooq.Record5
-
Get the third value
- value3() - Method in interface org.jooq.Record6
-
Get the third value
- value3() - Method in interface org.jooq.Record7
-
Get the third value
- value3() - Method in interface org.jooq.Record8
-
Get the third value
- value3() - Method in interface org.jooq.Record9
-
Get the third value
- value4() - Method in interface org.jooq.Record10
-
Get the fourth value
- value4() - Method in interface org.jooq.Record11
-
Get the fourth value
- value4() - Method in interface org.jooq.Record12
-
Get the fourth value
- value4() - Method in interface org.jooq.Record13
-
Get the fourth value
- value4() - Method in interface org.jooq.Record14
-
Get the fourth value
- value4() - Method in interface org.jooq.Record15
-
Get the fourth value
- value4() - Method in interface org.jooq.Record16
-
Get the fourth value
- value4() - Method in interface org.jooq.Record17
-
Get the fourth value
- value4() - Method in interface org.jooq.Record18
-
Get the fourth value
- value4() - Method in interface org.jooq.Record19
-
Get the fourth value
- value4() - Method in interface org.jooq.Record20
-
Get the fourth value
- value4() - Method in interface org.jooq.Record21
-
Get the fourth value
- value4() - Method in interface org.jooq.Record22
-
Get the fourth value
- value4() - Method in interface org.jooq.Record4
-
Get the fourth value
- value4() - Method in interface org.jooq.Record5
-
Get the fourth value
- value4() - Method in interface org.jooq.Record6
-
Get the fourth value
- value4() - Method in interface org.jooq.Record7
-
Get the fourth value
- value4() - Method in interface org.jooq.Record8
-
Get the fourth value
- value4() - Method in interface org.jooq.Record9
-
Get the fourth value
- value5() - Method in interface org.jooq.Record10
-
Get the fifth value
- value5() - Method in interface org.jooq.Record11
-
Get the fifth value
- value5() - Method in interface org.jooq.Record12
-
Get the fifth value
- value5() - Method in interface org.jooq.Record13
-
Get the fifth value
- value5() - Method in interface org.jooq.Record14
-
Get the fifth value
- value5() - Method in interface org.jooq.Record15
-
Get the fifth value
- value5() - Method in interface org.jooq.Record16
-
Get the fifth value
- value5() - Method in interface org.jooq.Record17
-
Get the fifth value
- value5() - Method in interface org.jooq.Record18
-
Get the fifth value
- value5() - Method in interface org.jooq.Record19
-
Get the fifth value
- value5() - Method in interface org.jooq.Record20
-
Get the fifth value
- value5() - Method in interface org.jooq.Record21
-
Get the fifth value
- value5() - Method in interface org.jooq.Record22
-
Get the fifth value
- value5() - Method in interface org.jooq.Record5
-
Get the fifth value
- value5() - Method in interface org.jooq.Record6
-
Get the fifth value
- value5() - Method in interface org.jooq.Record7
-
Get the fifth value
- value5() - Method in interface org.jooq.Record8
-
Get the fifth value
- value5() - Method in interface org.jooq.Record9
-
Get the fifth value
- value6() - Method in interface org.jooq.Record10
-
Get the sixth value
- value6() - Method in interface org.jooq.Record11
-
Get the sixth value
- value6() - Method in interface org.jooq.Record12
-
Get the sixth value
- value6() - Method in interface org.jooq.Record13
-
Get the sixth value
- value6() - Method in interface org.jooq.Record14
-
Get the sixth value
- value6() - Method in interface org.jooq.Record15
-
Get the sixth value
- value6() - Method in interface org.jooq.Record16
-
Get the sixth value
- value6() - Method in interface org.jooq.Record17
-
Get the sixth value
- value6() - Method in interface org.jooq.Record18
-
Get the sixth value
- value6() - Method in interface org.jooq.Record19
-
Get the sixth value
- value6() - Method in interface org.jooq.Record20
-
Get the sixth value
- value6() - Method in interface org.jooq.Record21
-
Get the sixth value
- value6() - Method in interface org.jooq.Record22
-
Get the sixth value
- value6() - Method in interface org.jooq.Record6
-
Get the sixth value
- value6() - Method in interface org.jooq.Record7
-
Get the sixth value
- value6() - Method in interface org.jooq.Record8
-
Get the sixth value
- value6() - Method in interface org.jooq.Record9
-
Get the sixth value
- value7() - Method in interface org.jooq.Record10
-
Get the seventh value
- value7() - Method in interface org.jooq.Record11
-
Get the seventh value
- value7() - Method in interface org.jooq.Record12
-
Get the seventh value
- value7() - Method in interface org.jooq.Record13
-
Get the seventh value
- value7() - Method in interface org.jooq.Record14
-
Get the seventh value
- value7() - Method in interface org.jooq.Record15
-
Get the seventh value
- value7() - Method in interface org.jooq.Record16
-
Get the seventh value
- value7() - Method in interface org.jooq.Record17
-
Get the seventh value
- value7() - Method in interface org.jooq.Record18
-
Get the seventh value
- value7() - Method in interface org.jooq.Record19
-
Get the seventh value
- value7() - Method in interface org.jooq.Record20
-
Get the seventh value
- value7() - Method in interface org.jooq.Record21
-
Get the seventh value
- value7() - Method in interface org.jooq.Record22
-
Get the seventh value
- value7() - Method in interface org.jooq.Record7
-
Get the seventh value
- value7() - Method in interface org.jooq.Record8
-
Get the seventh value
- value7() - Method in interface org.jooq.Record9
-
Get the seventh value
- value8() - Method in interface org.jooq.Record10
-
Get the eighth value
- value8() - Method in interface org.jooq.Record11
-
Get the eighth value
- value8() - Method in interface org.jooq.Record12
-
Get the eighth value
- value8() - Method in interface org.jooq.Record13
-
Get the eighth value
- value8() - Method in interface org.jooq.Record14
-
Get the eighth value
- value8() - Method in interface org.jooq.Record15
-
Get the eighth value
- value8() - Method in interface org.jooq.Record16
-
Get the eighth value
- value8() - Method in interface org.jooq.Record17
-
Get the eighth value
- value8() - Method in interface org.jooq.Record18
-
Get the eighth value
- value8() - Method in interface org.jooq.Record19
-
Get the eighth value
- value8() - Method in interface org.jooq.Record20
-
Get the eighth value
- value8() - Method in interface org.jooq.Record21
-
Get the eighth value
- value8() - Method in interface org.jooq.Record22
-
Get the eighth value
- value8() - Method in interface org.jooq.Record8
-
Get the eighth value
- value8() - Method in interface org.jooq.Record9
-
Get the eighth value
- value9() - Method in interface org.jooq.Record10
-
Get the ninth value
- value9() - Method in interface org.jooq.Record11
-
Get the ninth value
- value9() - Method in interface org.jooq.Record12
-
Get the ninth value
- value9() - Method in interface org.jooq.Record13
-
Get the ninth value
- value9() - Method in interface org.jooq.Record14
-
Get the ninth value
- value9() - Method in interface org.jooq.Record15
-
Get the ninth value
- value9() - Method in interface org.jooq.Record16
-
Get the ninth value
- value9() - Method in interface org.jooq.Record17
-
Get the ninth value
- value9() - Method in interface org.jooq.Record18
-
Get the ninth value
- value9() - Method in interface org.jooq.Record19
-
Get the ninth value
- value9() - Method in interface org.jooq.Record20
-
Get the ninth value
- value9() - Method in interface org.jooq.Record21
-
Get the ninth value
- value9() - Method in interface org.jooq.Record22
-
Get the ninth value
- value9() - Method in interface org.jooq.Record9
-
Get the ninth value
- valueOf(String) - Static method in enum org.jooq.Comparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.conf.RenderKeywordStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.conf.RenderNameStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.conf.StatementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.ExecuteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.RenderContext.CastMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.SQLDialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jooq.types.DayToSecond
-
Parse a string representation of a INTERVAL DAY TO SECOND
- valueOf(double) - Static method in class org.jooq.types.DayToSecond
-
Load a
Double
representation of a
INTERVAL DAY TO SECOND
- valueOf(String) - Static method in class org.jooq.types.UByte
-
Get an instance of an unsigned byte
- valueOf(byte) - Static method in class org.jooq.types.UByte
-
Get an instance of an unsigned byte
by masking it with
0xFF
i.e.
- valueOf(short) - Static method in class org.jooq.types.UByte
-
Get an instance of an unsigned byte
- valueOf(int) - Static method in class org.jooq.types.UByte
-
Get an instance of an unsigned byte
- valueOf(long) - Static method in class org.jooq.types.UByte
-
Get an instance of an unsigned byte
- valueOf(String) - Static method in class org.jooq.types.UInteger
-
Create an unsigned int
- valueOf(int) - Static method in class org.jooq.types.UInteger
-
Create an unsigned int
by masking it with
0xFFFFFFFF
i.e.
- valueOf(long) - Static method in class org.jooq.types.UInteger
-
Create an unsigned int
- valueOf(String) - Static method in class org.jooq.types.ULong
-
Create an unsigned long
- valueOf(long) - Static method in class org.jooq.types.ULong
-
Create an unsigned long
by masking it with
0xFFFFFFFFFFFFFFFF
i.e.
- valueOf(BigInteger) - Static method in class org.jooq.types.ULong
-
Create an unsigned long
- valueOf(String) - Static method in class org.jooq.types.UShort
-
Create an unsigned short
- valueOf(short) - Static method in class org.jooq.types.UShort
-
Create an unsigned short
by masking it with
0xFFFF
i.e.
- valueOf(int) - Static method in class org.jooq.types.UShort
-
Create an unsigned short
- valueOf(String) - Static method in class org.jooq.types.YearToMonth
-
Parse a string representation of a INTERVAL YEAR TO MONTH
- values() - Static method in enum org.jooq.Comparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.conf.RenderKeywordStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.conf.RenderNameStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.conf.StatementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.DatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.ExecuteType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Row1<T1>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 1
.
- values(Row2<T1, T2>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 2
.
- values(Row3<T1, T2, T3>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 3
.
- values(Row4<T1, T2, T3, T4>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 4
.
- values(Row5<T1, T2, T3, T4, T5>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 5
.
- values(Row6<T1, T2, T3, T4, T5, T6>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 6
.
- values(Row7<T1, T2, T3, T4, T5, T6, T7>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 7
.
- values(Row8<T1, T2, T3, T4, T5, T6, T7, T8>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 8
.
- values(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 9
.
- values(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 10
.
- values(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 11
.
- values(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 12
.
- values(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 13
.
- values(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 14
.
- values(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 15
.
- values(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 16
.
- values(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 17
.
- values(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 18
.
- values(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 19
.
- values(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 20
.
- values(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 21
.
- values(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>...) - Static method in class org.jooq.impl.Factory
-
Create a VALUES()
expression of degree 22
.
- values(Object...) - Method in interface org.jooq.InsertSetStep
-
Add values to the insert statement with implicit field names.
- values(Field<?>...) - Method in interface org.jooq.InsertSetStep
-
Add values to the insert statement with implicit field names.
- values(Collection<?>) - Method in interface org.jooq.InsertSetStep
-
Add values to the insert statement with implicit field names.
- values(T1) - Method in interface org.jooq.InsertValuesStep1
-
Add values to the insert statement.
- values(Field<T1>) - Method in interface org.jooq.InsertValuesStep1
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep1
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.InsertValuesStep10
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.InsertValuesStep10
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep10
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.InsertValuesStep11
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.InsertValuesStep11
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep11
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.InsertValuesStep12
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.InsertValuesStep12
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep12
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.InsertValuesStep13
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.InsertValuesStep13
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep13
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.InsertValuesStep14
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.InsertValuesStep14
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep14
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.InsertValuesStep15
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.InsertValuesStep15
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep15
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.InsertValuesStep16
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.InsertValuesStep16
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep16
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.InsertValuesStep17
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.InsertValuesStep17
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep17
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.InsertValuesStep18
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.InsertValuesStep18
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep18
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.InsertValuesStep19
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.InsertValuesStep19
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep19
-
Add values to the insert statement.
- values(T1, T2) - Method in interface org.jooq.InsertValuesStep2
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>) - Method in interface org.jooq.InsertValuesStep2
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep2
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.InsertValuesStep20
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.InsertValuesStep20
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep20
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.InsertValuesStep21
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.InsertValuesStep21
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep21
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.InsertValuesStep22
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.InsertValuesStep22
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep22
-
Add values to the insert statement.
- values(T1, T2, T3) - Method in interface org.jooq.InsertValuesStep3
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.InsertValuesStep3
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep3
-
Add values to the insert statement.
- values(T1, T2, T3, T4) - Method in interface org.jooq.InsertValuesStep4
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.InsertValuesStep4
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep4
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5) - Method in interface org.jooq.InsertValuesStep5
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.InsertValuesStep5
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep5
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.InsertValuesStep6
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.InsertValuesStep6
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep6
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.InsertValuesStep7
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.InsertValuesStep7
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep7
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.InsertValuesStep8
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.InsertValuesStep8
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep8
-
Add values to the insert statement.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.InsertValuesStep9
-
Add values to the insert statement.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.InsertValuesStep9
-
Add values to the insert statement.
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStep9
-
Add values to the insert statement.
- values(Object...) - Method in interface org.jooq.InsertValuesStepN
-
Add values to the insert statement
- values(Field<?>...) - Method in interface org.jooq.InsertValuesStepN
-
Add values to the insert statement
- values(Collection<?>) - Method in interface org.jooq.InsertValuesStepN
-
Add values to the insert statement
- values() - Static method in enum org.jooq.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(T1) - Method in interface org.jooq.MergeNotMatchedValuesStep1
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>) - Method in interface org.jooq.MergeNotMatchedValuesStep1
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep1
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.MergeNotMatchedValuesStep10
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.MergeNotMatchedValuesStep10
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep10
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.MergeNotMatchedValuesStep11
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.MergeNotMatchedValuesStep11
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep11
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.MergeNotMatchedValuesStep12
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.MergeNotMatchedValuesStep12
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep12
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.MergeNotMatchedValuesStep13
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.MergeNotMatchedValuesStep13
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep13
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.MergeNotMatchedValuesStep14
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.MergeNotMatchedValuesStep14
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep14
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.MergeNotMatchedValuesStep15
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.MergeNotMatchedValuesStep15
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep15
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.MergeNotMatchedValuesStep16
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.MergeNotMatchedValuesStep16
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep16
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.MergeNotMatchedValuesStep17
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.MergeNotMatchedValuesStep17
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep17
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.MergeNotMatchedValuesStep18
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.MergeNotMatchedValuesStep18
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep18
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.MergeNotMatchedValuesStep19
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.MergeNotMatchedValuesStep19
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep19
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2) - Method in interface org.jooq.MergeNotMatchedValuesStep2
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>) - Method in interface org.jooq.MergeNotMatchedValuesStep2
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep2
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.MergeNotMatchedValuesStep20
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.MergeNotMatchedValuesStep20
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep20
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.MergeNotMatchedValuesStep21
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.MergeNotMatchedValuesStep21
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep21
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.MergeNotMatchedValuesStep22
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.MergeNotMatchedValuesStep22
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep22
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3) - Method in interface org.jooq.MergeNotMatchedValuesStep3
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.MergeNotMatchedValuesStep3
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep3
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4) - Method in interface org.jooq.MergeNotMatchedValuesStep4
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.MergeNotMatchedValuesStep4
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep4
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5) - Method in interface org.jooq.MergeNotMatchedValuesStep5
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.MergeNotMatchedValuesStep5
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep5
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.MergeNotMatchedValuesStep6
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.MergeNotMatchedValuesStep6
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep6
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.MergeNotMatchedValuesStep7
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.MergeNotMatchedValuesStep7
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep7
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.MergeNotMatchedValuesStep8
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.MergeNotMatchedValuesStep8
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep8
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.MergeNotMatchedValuesStep9
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.MergeNotMatchedValuesStep9
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStep9
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Object...) - Method in interface org.jooq.MergeNotMatchedValuesStepN
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Field<?>...) - Method in interface org.jooq.MergeNotMatchedValuesStepN
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(Collection<?>) - Method in interface org.jooq.MergeNotMatchedValuesStepN
-
Set VALUES
for INSERT
in the MERGE
statement's WHEN NOT MATCHED THEN INSERT
clause.
- values(T1) - Method in interface org.jooq.MergeValuesStep1
-
Specify a VALUES
clause
- values(Field<T1>) - Method in interface org.jooq.MergeValuesStep1
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep1
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.jooq.MergeValuesStep10
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.MergeValuesStep10
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep10
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.jooq.MergeValuesStep11
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.MergeValuesStep11
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep11
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.jooq.MergeValuesStep12
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.MergeValuesStep12
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep12
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.jooq.MergeValuesStep13
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.MergeValuesStep13
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep13
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.jooq.MergeValuesStep14
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.MergeValuesStep14
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep14
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.jooq.MergeValuesStep15
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.MergeValuesStep15
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep15
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.jooq.MergeValuesStep16
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.MergeValuesStep16
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep16
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.jooq.MergeValuesStep17
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.MergeValuesStep17
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep17
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.jooq.MergeValuesStep18
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.MergeValuesStep18
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep18
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.jooq.MergeValuesStep19
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.MergeValuesStep19
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep19
-
Specify a VALUES
clause
- values(T1, T2) - Method in interface org.jooq.MergeValuesStep2
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>) - Method in interface org.jooq.MergeValuesStep2
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep2
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.jooq.MergeValuesStep20
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.MergeValuesStep20
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep20
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.jooq.MergeValuesStep21
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.MergeValuesStep21
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep21
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.jooq.MergeValuesStep22
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.MergeValuesStep22
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep22
-
Specify a VALUES
clause
- values(T1, T2, T3) - Method in interface org.jooq.MergeValuesStep3
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.MergeValuesStep3
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep3
-
Specify a VALUES
clause
- values(T1, T2, T3, T4) - Method in interface org.jooq.MergeValuesStep4
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.MergeValuesStep4
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep4
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5) - Method in interface org.jooq.MergeValuesStep5
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.MergeValuesStep5
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep5
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.MergeValuesStep6
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.MergeValuesStep6
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep6
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.MergeValuesStep7
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.MergeValuesStep7
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep7
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.MergeValuesStep8
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.MergeValuesStep8
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep8
-
Specify a VALUES
clause
- values(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.jooq.MergeValuesStep9
-
Specify a VALUES
clause
- values(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.MergeValuesStep9
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStep9
-
Specify a VALUES
clause
- values(Object...) - Method in interface org.jooq.MergeValuesStepN
-
Specify a VALUES
clause
- values(Field<?>...) - Method in interface org.jooq.MergeValuesStepN
-
Specify a VALUES
clause
- values(Collection<?>) - Method in interface org.jooq.MergeValuesStepN
-
Specify a VALUES
clause
- values() - Static method in enum org.jooq.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.RenderContext.CastMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jooq.SQLDialect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesRow() - Method in class org.jooq.impl.TableRecordImpl
-
- valuesRow() - Method in class org.jooq.impl.UDTRecordImpl
-
- valuesRow() - Method in interface org.jooq.Record
-
Get this record's values as a
Row
- valuesRow() - Method in interface org.jooq.Record1
-
Get this record's values as a
Row1
- valuesRow() - Method in interface org.jooq.Record10
-
Get this record's values as a
Row10
- valuesRow() - Method in interface org.jooq.Record11
-
Get this record's values as a
Row11
- valuesRow() - Method in interface org.jooq.Record12
-
Get this record's values as a
Row12
- valuesRow() - Method in interface org.jooq.Record13
-
Get this record's values as a
Row13
- valuesRow() - Method in interface org.jooq.Record14
-
Get this record's values as a
Row14
- valuesRow() - Method in interface org.jooq.Record15
-
Get this record's values as a
Row15
- valuesRow() - Method in interface org.jooq.Record16
-
Get this record's values as a
Row16
- valuesRow() - Method in interface org.jooq.Record17
-
Get this record's values as a
Row17
- valuesRow() - Method in interface org.jooq.Record18
-
Get this record's values as a
Row18
- valuesRow() - Method in interface org.jooq.Record19
-
Get this record's values as a
Row19
- valuesRow() - Method in interface org.jooq.Record2
-
Get this record's values as a
Row2
- valuesRow() - Method in interface org.jooq.Record20
-
Get this record's values as a
Row20
- valuesRow() - Method in interface org.jooq.Record21
-
Get this record's values as a
Row21
- valuesRow() - Method in interface org.jooq.Record22
-
Get this record's values as a
Row22
- valuesRow() - Method in interface org.jooq.Record3
-
Get this record's values as a
Row3
- valuesRow() - Method in interface org.jooq.Record4
-
Get this record's values as a
Row4
- valuesRow() - Method in interface org.jooq.Record5
-
Get this record's values as a
Row5
- valuesRow() - Method in interface org.jooq.Record6
-
Get this record's values as a
Row6
- valuesRow() - Method in interface org.jooq.Record7
-
Get this record's values as a
Row7
- valuesRow() - Method in interface org.jooq.Record8
-
Get this record's values as a
Row8
- valuesRow() - Method in interface org.jooq.Record9
-
Get this record's values as a
Row9
- VARBINARY - Static variable in class org.jooq.impl.SQLDataType
-
- VARBINARY - Static variable in class org.jooq.util.ase.ASEDataType
-
- VARBINARY - Static variable in class org.jooq.util.h2.H2DataType
-
- VARBINARY - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- VARBINARY - Static variable in class org.jooq.util.ingres.IngresDataType
-
- VARBINARY - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- VARBINARY - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- VARBINARY - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- VARBIT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- VARBIT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- VARBIT - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- VARBYTE - Static variable in class org.jooq.util.ingres.IngresDataType
-
- VARCHAR - Static variable in class org.jooq.impl.SQLDataType
-
- VARCHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- VARCHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- VARCHAR - Static variable in class org.jooq.util.db2.DB2DataType
-
- VARCHAR - Static variable in class org.jooq.util.derby.DerbyDataType
-
- VARCHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- VARCHAR - Static variable in class org.jooq.util.h2.H2DataType
-
- VARCHAR - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- VARCHAR - Static variable in class org.jooq.util.ingres.IngresDataType
-
- VARCHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- VARCHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- VARCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- VARCHAR - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- VARCHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- VARCHAR - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- VARCHAR2 - Static variable in class org.jooq.util.h2.H2DataType
-
- VARCHAR2 - Static variable in class org.jooq.util.oracle.OracleDataType
-
- VARCHAR_CASESENSITIVE - Static variable in class org.jooq.util.h2.H2DataType
-
- VARCHAR_IGNORECASE - Static variable in class org.jooq.util.h2.H2DataType
-
- VARCHARFORBITDATA - Static variable in class org.jooq.util.db2.DB2DataType
-
- VARCHARFORBITDATA - Static variable in class org.jooq.util.derby.DerbyDataType
-
- VARCHARIGNORECASE - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- VARGRAPHIC - Static variable in class org.jooq.util.db2.DB2DataType
-
- varPop() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- varPop(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the population variance of a numeric field: var_pop(field).
- varPopOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- varSamp() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- varSamp(Field<? extends Number>) - Static method in class org.jooq.impl.Factory
-
Get the sample variance of a numeric field: var_samp(field).
- varSampOver() - Method in interface org.jooq.Field
-
This method is part of the pre-2.0 API.
- VARYINGCHARACTER - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- VERSION - Static variable in class org.jooq.Constants
-
The latest jOOQ version
W
- wait(int) - Method in interface org.jooq.SelectForUpdateWaitStep
-
Add a WAIT
clause to the FOR UPDATE
clause at
the end of the query.
- warn(Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in WARN
level.
- warn(Object, Object) - Method in class org.jooq.tools.JooqLogger
-
Log a message in WARN
level.
- warn(Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in WARN
level.
- warn(Object, Object, Throwable) - Method in class org.jooq.tools.JooqLogger
-
Log a message in WARN
level.
- wasNull() - Method in class org.jooq.tools.jdbc.DefaultCallableStatement
-
- wasNull(SQLInput, T) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Convenient way to check if a JDBC-originated record was null
This is useful to check if primitive types obtained from the JDBC API
were actually SQL NULL values.
- wasNull(ResultSet, T) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Convenient way to check if a JDBC-originated record was null
This is useful to check if primitive types obtained from the JDBC API
were actually SQL NULL values.
- wasNull(CallableStatement, T) - Static method in class org.jooq.tools.jdbc.JDBCUtils
-
Convenient way to check if a JDBC-originated record was null
This is useful to check if primitive types obtained from the JDBC API
were actually SQL NULL values.
- wasNull() - Method in class org.jooq.tools.jdbc.MockResultSet
-
- wasNull() - Method in class org.jooq.tools.jdbc.MockStatement
-
- when(Condition, T) - Method in interface org.jooq.Case
-
This construct can be used to create expressions of the type
CASE WHEN x < 1 THEN 'one'
WHEN x >= 2 THEN 'two'
ELSE 'three'
END
Instances of Case are created through the
- when(Condition, Field<T>) - Method in interface org.jooq.Case
-
This construct can be used to create expressions of the type
CASE WHEN x < 1 THEN 'one'
WHEN x >= 2 THEN 'two'
ELSE 'three'
END
Instances of Case are created through the
- when(Condition, T) - Method in interface org.jooq.CaseConditionStep
-
Compare a condition to the already constructed case statement, return
result if the condition holds true
- when(Condition, Field<T>) - Method in interface org.jooq.CaseConditionStep
-
Compare a condition to the already constructed case statement, return
result if the condition holds true
- when(V, T) - Method in interface org.jooq.CaseValueStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(V, Field<T>) - Method in interface org.jooq.CaseValueStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(Field<V>, T) - Method in interface org.jooq.CaseValueStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(Field<V>, Field<T>) - Method in interface org.jooq.CaseValueStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(V, T) - Method in interface org.jooq.CaseWhenStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(V, Field<T>) - Method in interface org.jooq.CaseWhenStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(Field<V>, T) - Method in interface org.jooq.CaseWhenStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- when(Field<V>, Field<T>) - Method in interface org.jooq.CaseWhenStep
-
Compare a value to the already constructed case statement, return result
if values are equal.
- whenMatchedThenUpdate() - Method in interface org.jooq.MergeMatchedStep
-
Add the WHEN MATCHED THEN UPDATE
clause to the
MERGE
statement
- whenNotMatchedThenInsert() - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement.
- whenNotMatchedThenInsert(Field<T1>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Field<?>...) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN NOT MATCHED THEN INSERT
clause to the
MERGE
statement
- whenNotMatchedThenInsert(Collection<? extends Field<?>>) - Method in interface org.jooq.MergeNotMatchedStep
-
Add the WHEN MATCHED THEN UPDATE
clause to the
MERGE
statement
- where(Condition...) - Method in interface org.jooq.DeleteWhereStep
-
Add conditions to the query
- where(Collection<Condition>) - Method in interface org.jooq.DeleteWhereStep
-
Add conditions to the query
- where(String) - Method in interface org.jooq.DeleteWhereStep
-
Add conditions to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(String, Object...) - Method in interface org.jooq.DeleteWhereStep
-
Add conditions to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(String, QueryPart...) - Method in interface org.jooq.DeleteWhereStep
-
Add conditions to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(Condition) - Method in interface org.jooq.MergeMatchedWhereStep
-
Add an additional WHERE
clause to the preceding
WHEN MATCHED THEN UPDATE
clause.
- where(Condition) - Method in interface org.jooq.MergeNotMatchedWhereStep
-
Add an additional WHERE
clause to the preceding
WHEN NOT MATCHED THEN INSERT
clause.
- where(Condition...) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE
clause to the query
- where(Collection<Condition>) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE
clause to the query
- where(String) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE
clause to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(String, Object...) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE
clause to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(String, QueryPart...) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE
clause to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(Condition...) - Method in interface org.jooq.UpdateWhereStep
-
Add conditions to the query
- where(Collection<Condition>) - Method in interface org.jooq.UpdateWhereStep
-
Add conditions to the query
- where(String) - Method in interface org.jooq.UpdateWhereStep
-
Add conditions to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(String, Object...) - Method in interface org.jooq.UpdateWhereStep
-
Add conditions to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- where(String, QueryPart...) - Method in interface org.jooq.UpdateWhereStep
-
Add conditions to the query
NOTE: When inserting plain SQL into jOOQ objects, you must
guarantee syntax integrity.
- whereExists(Select<?>) - Method in interface org.jooq.DeleteWhereStep
-
Add an EXISTS clause to the query
- whereExists(Select<?>) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE EXISTS
clause to the query
- whereExists(Select<?>) - Method in interface org.jooq.UpdateWhereStep
-
Add an EXISTS clause to the query
- whereNotExists(Select<?>) - Method in interface org.jooq.DeleteWhereStep
-
Add a NOT EXISTS clause to the query
- whereNotExists(Select<?>) - Method in interface org.jooq.SelectWhereStep
-
Add a WHERE NOT EXISTS
clause to the query
- whereNotExists(Select<?>) - Method in interface org.jooq.UpdateWhereStep
-
Add a NOT EXISTS clause to the query
- WindowBeforeOverStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowFinalStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowIgnoreNullsStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowOrderByStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowOverStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowPartitionByStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowRowsAndStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- WindowRowsStep<T> - Interface in org.jooq
-
This type is used for the window function DSL API.
- with(String) - Method in interface org.jooq.Table
-
Specify a SQL Server style table hint for query optimisation
This makes sense only on an actual database table or view, not on other
composed table sources.
- withAttachRecords(Boolean) - Method in class org.jooq.conf.Settings
-
- withDefaultSchema(String) - Method in class org.jooq.conf.RenderMapping
-
- withExecuteLogging(Boolean) - Method in class org.jooq.conf.Settings
-
- withExecuteWithOptimisticLocking(Boolean) - Method in class org.jooq.conf.Settings
-
- withinGroupOrderBy(Field<?>...) - Method in interface org.jooq.OrderedAggregateFunction
-
Add an WITHIN GROUP (ORDER BY ..)
- withinGroupOrderBy(SortField<?>...) - Method in interface org.jooq.OrderedAggregateFunction
-
Add an WITHIN GROUP (ORDER BY ..)
- withinGroupOrderBy(Collection<SortField<?>>) - Method in interface org.jooq.OrderedAggregateFunction
-
Add an WITHIN GROUP (ORDER BY ..)
- withInput(String) - Method in class org.jooq.conf.MappedSchema
-
- withInput(String) - Method in class org.jooq.conf.MappedTable
-
- withOutput(String) - Method in class org.jooq.conf.MappedSchema
-
- withOutput(String) - Method in class org.jooq.conf.MappedTable
-
- withRenderFormatted(Boolean) - Method in class org.jooq.conf.Settings
-
- withRenderKeywordStyle(RenderKeywordStyle) - Method in class org.jooq.conf.Settings
-
- withRenderMapping(RenderMapping) - Method in class org.jooq.conf.Settings
-
- withRenderNameStyle(RenderNameStyle) - Method in class org.jooq.conf.Settings
-
- withRenderSchema(Boolean) - Method in class org.jooq.conf.Settings
-
- withSchemata(MappedSchema...) - Method in class org.jooq.conf.RenderMapping
-
- withSchemata(Collection<MappedSchema>) - Method in class org.jooq.conf.RenderMapping
-
- withSchemata(List<MappedSchema>) - Method in class org.jooq.conf.RenderMapping
-
- withStatementType(StatementType) - Method in class org.jooq.conf.Settings
-
- withTables(MappedTable...) - Method in class org.jooq.conf.MappedSchema
-
- withTables(Collection<MappedTable>) - Method in class org.jooq.conf.MappedSchema
-
- withTables(List<MappedTable>) - Method in class org.jooq.conf.MappedSchema
-
- wrapper(Class<?>) - Static method in class org.jooq.tools.reflect.Reflect
-
Get a wrapper type for a primitive type, or the argument type itself, if
it is not a primitive type.
- writeJSONString(List<?>, Writer) - Static method in class org.jooq.tools.json.JSONArray
-
Encode a list into JSON text and write it to out.
- writeJSONString(Map<?, ?>, Writer) - Static method in class org.jooq.tools.json.JSONObject
-
Encode a map into JSON text and write it to out.
- writeJSONString(Object, Writer) - Static method in class org.jooq.tools.json.JSONValue
-
Encode an object into JSON text and write it to out.
- writeSQL(SQLOutput) - Method in class org.jooq.impl.UDTRecordImpl
-
X
- XID - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- XML - Static variable in class org.jooq.util.db2.DB2DataType
-
- XML - Static variable in class org.jooq.util.sybase.SybaseDataType
-
Y
- year(Date) - Static method in class org.jooq.impl.Factory
-
Get the year part of a date.
- year(Field<? extends Date>) - Static method in class org.jooq.impl.Factory
-
Get the year part of a date.
- YEAR - Static variable in class org.jooq.util.h2.H2DataType
-
- YEAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- YearToMonth - Class in org.jooq.types
-
An implementation for the SQL standard INTERVAL YEAR TO MONTH
data type.
- YearToMonth(int) - Constructor for class org.jooq.types.YearToMonth
-
Create a new year-month interval.
- YearToMonth(int, int) - Constructor for class org.jooq.types.YearToMonth
-
Create a new year-month interval.
Z
- zero() - Static method in class org.jooq.impl.Factory
-
A 0
literal.
_
- __BIGINT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.ase.ASEDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.db2.DB2DataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.h2.H2DataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.ingres.IngresDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __BIGINTEGER - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- __BINARY - Static variable in class org.jooq.util.db2.DB2DataType
-
- __BINARY - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __BINARY - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __BINARY - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __BINARY - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __BINARY - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __BIT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __BIT - Static variable in class org.jooq.util.db2.DB2DataType
-
- __BIT - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __BIT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __BIT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __BIT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __BLOB - Static variable in class org.jooq.util.ase.ASEDataType
-
- __BLOB - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __BLOB - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- __BOOL - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __BOOLEAN - Static variable in class org.jooq.util.ase.ASEDataType
-
- __BOOLEAN - Static variable in class org.jooq.util.db2.DB2DataType
-
- __BOOLEAN - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __BOOLEAN - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __BOOLEAN - Static variable in class org.jooq.util.sybase.SybaseDataType
-
- __DOUBLE - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __DOUBLE - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __FLOAT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __FLOAT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __FLOAT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __FLOAT - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __INTEGER - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.ase.ASEDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.db2.DB2DataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.h2.H2DataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __LONGNVARCHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.ase.ASEDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.db2.DB2DataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __LONGVARBINARY - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __LONGVARCHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __LONGVARCHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __LONGVARCHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __LONGVARCHAR - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __LONGVARCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __LONGVARCHAR - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __NCHAR - Static variable in class org.jooq.util.db2.DB2DataType
-
- __NCHAR - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __NCHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __NCHAR - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- __NCHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __NCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __NCLOB - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __NCLOB - Static variable in class org.jooq.util.db2.DB2DataType
-
- __NCLOB - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __NCLOB - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __NCLOB - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- __NCLOB - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __NCLOB - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __NCLOB - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __NCLOB - Static variable in class org.jooq.util.sqlserver.SQLServerDataType
-
- __NUMERIC - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __NUMERIC - Static variable in class org.jooq.util.db2.DB2DataType
-
- __NUMERIC - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __NVARCHAR - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __NVARCHAR - Static variable in class org.jooq.util.db2.DB2DataType
-
- __NVARCHAR - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __NVARCHAR - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __NVARCHAR - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- __NVARCHAR - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __NVARCHAR - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __REAL - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __RESULT - Static variable in class org.jooq.util.h2.H2DataType
-
- __SMALLINT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __TIME - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __TIME - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __TINYINT - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __TINYINT - Static variable in class org.jooq.util.db2.DB2DataType
-
- __TINYINT - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __TINYINT - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __TINYINT - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __TINYINT - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __UUID - Static variable in class org.jooq.util.ase.ASEDataType
-
- __UUID - Static variable in class org.jooq.util.cubrid.CUBRIDDataType
-
- __UUID - Static variable in class org.jooq.util.db2.DB2DataType
-
- __UUID - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __UUID - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __UUID - Static variable in class org.jooq.util.hsqldb.HSQLDBDataType
-
- __UUID - Static variable in class org.jooq.util.ingres.IngresDataType
-
- __UUID - Static variable in class org.jooq.util.mysql.MySQLDataType
-
- __UUID - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __UUID - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
- __VARBINARY - Static variable in class org.jooq.util.db2.DB2DataType
-
- __VARBINARY - Static variable in class org.jooq.util.derby.DerbyDataType
-
- __VARBINARY - Static variable in class org.jooq.util.firebird.FirebirdDataType
-
- __VARBINARY - Static variable in class org.jooq.util.oracle.OracleDataType
-
- __VARBINARY - Static variable in class org.jooq.util.postgres.PostgresDataType
-
- __VARBINARY - Static variable in class org.jooq.util.sqlite.SQLiteDataType
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 2013. All Rights Reserved.