Package org.jooq.generated.tables
Class RowGroups
java.lang.Object
org.jooq.impl.TableImpl<RowGroupsRecord>
org.jooq.generated.tables.RowGroups
- All Implemented Interfaces:
Serializable
,org.jooq.Named
,org.jooq.QueryPart
,org.jooq.QueryPartInternal
,org.jooq.Table<RowGroupsRecord>
,org.jooq.TableLike<RowGroupsRecord>
This class is generated by jOOQ.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.ADDITIONAL_METADATA
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.COLUMN_STATISTICS
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.HOST_AFFINITY
.final org.jooq.TableField<RowGroupsRecord,
Long> The columnROW_GROUPS.LAST_MODIFIED_TIME
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.LOCATION
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.METADATA_IDENTIFIER
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.METADATA_KEY
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.METADATA_STATISTICS
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.METADATA_TYPE
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.PATH
.final org.jooq.TableField<RowGroupsRecord,
Integer> The columnROW_GROUPS.ROW_GROUP_INDEX
.static final RowGroups
The reference instance ofROW_GROUPS
final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.SCHEMA
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.STORAGE_PLUGIN
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.TABLE_NAME
.final org.jooq.TableField<RowGroupsRecord,
String> The columnROW_GROUPS.WORKSPACE
.Fields inherited from class org.jooq.impl.TableImpl
parameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jooq.Table<RowGroupsRecord>
final org.jooq.Table<RowGroupsRecord>
as
(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) final org.jooq.Table<RowGroupsRecord>
as
(org.jooq.Name alias) final org.jooq.Table<RowGroupsRecord>
as
(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Name> arg1) final org.jooq.Table<RowGroupsRecord>
final org.jooq.Table<RowGroupsRecord>
as
(org.jooq.Table<?> arg0) final org.jooq.Table<RowGroupsRecord>
as
(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Field<?>> arg1) final org.jooq.Table<RowGroupsRecord>
final org.jooq.Table<RowGroupsRecord>
as
(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) final org.jooq.Table<RowGroupsRecord>
asTable()
final org.jooq.Table<RowGroupsRecord>
final org.jooq.Table<RowGroupsRecord>
final org.jooq.Table<RowGroupsRecord>
asTable
(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) final org.jooq.Table<RowGroupsRecord>
final org.jooq.QualifiedAsterisk
asterisk()
final void
bind
(org.jooq.BindContext arg0) Deprecated.protected final org.jooq.DSLContext
create()
Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Context<?> arg0) Deprecated.protected final <T extends Object>
org.jooq.TableField<RowGroupsRecord,T> createField
(String arg0, org.jooq.DataType<T> arg1) Deprecated.protected final <T extends Object>
org.jooq.TableField<RowGroupsRecord,T> createField
(String arg0, org.jooq.DataType<T> arg1, String arg2) Deprecated.protected final <T extends Object,
U extends Object>
org.jooq.TableField<RowGroupsRecord,U> createField
(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) Deprecated.protected final <T extends Object,
U extends Object>
org.jooq.TableField<RowGroupsRecord,U> createField
(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) Deprecated.protected final <T extends Object,
X extends Object, U extends Object>
org.jooq.TableField<RowGroupsRecord,U> createField
(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) Deprecated.protected static final <R extends org.jooq.Record,
T extends Object>
org.jooq.TableField<R,T> createField
(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) Deprecated.protected static final <R extends org.jooq.Record,
T extends Object>
org.jooq.TableField<R,T> createField
(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) Deprecated.protected static final <R extends org.jooq.Record,
T extends Object, U extends Object>
org.jooq.TableField<R,U> createField
(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) Deprecated.protected static final <R extends org.jooq.Record,
T extends Object, U extends Object>
org.jooq.TableField<R,U> createField
(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) Deprecated.protected static final <R extends org.jooq.Record,
T extends Object, X extends Object, U extends Object>
org.jooq.TableField<R,U> createField
(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) Deprecated.protected final <T extends Object>
org.jooq.TableField<RowGroupsRecord,T> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1) protected final <T extends Object>
org.jooq.TableField<RowGroupsRecord,T> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2) protected final <T extends Object,
U extends Object>
org.jooq.TableField<RowGroupsRecord,U> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) protected final <T extends Object,
U extends Object>
org.jooq.TableField<RowGroupsRecord,U> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) protected final <T extends Object,
X extends Object, U extends Object>
org.jooq.TableField<RowGroupsRecord,U> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) protected static final <R extends org.jooq.Record,
T extends Object>
org.jooq.TableField<R,T> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) protected static final <R extends org.jooq.Record,
T extends Object>
org.jooq.TableField<R,T> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) protected static final <R extends org.jooq.Record,
T extends Object, U extends Object>
org.jooq.TableField<R,U> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) protected static final <R extends org.jooq.Record,
T extends Object, U extends Object>
org.jooq.TableField<R,U> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) protected static final <R extends org.jooq.Record,
T extends Object, X extends Object, U extends Object>
org.jooq.TableField<R,U> createField
(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) final org.jooq.Table<org.jooq.Record>
crossApply
(String arg0) final org.jooq.Table<org.jooq.Record>
crossApply
(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>
crossApply
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>
crossApply
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
crossApply
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
crossApply
(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>
final org.jooq.Table<org.jooq.Record>
final org.jooq.Table<org.jooq.Record>
final org.jooq.Table<org.jooq.Record>
crossJoin
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
crossJoin
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
crossJoin
(org.jooq.TableLike<?> arg0) boolean
boolean
boolean
final org.jooq.DivideByOnStep
divideBy
(org.jooq.Table<?> arg0) final org.jooq.Condition
eq
(org.jooq.Table<RowGroupsRecord> arg0) final org.jooq.Condition
equal
(org.jooq.Table<RowGroupsRecord> arg0) final org.jooq.Field<?>
field
(int arg0) final <T extends Object>
org.jooq.Field<T>final <T extends Object>
org.jooq.Field<T>field
(int arg0, org.jooq.DataType<T> arg1) final org.jooq.Field<?>
final <T extends Object>
org.jooq.Field<T>final <T extends Object>
org.jooq.Field<T>final <T extends Object>
org.jooq.Field<T>field
(org.jooq.Field<T> arg0) final org.jooq.Field<?>
field
(org.jooq.Name arg0) final <T extends Object>
org.jooq.Field<T>final <T extends Object>
org.jooq.Field<T>field
(org.jooq.Name arg0, org.jooq.DataType<T> arg1) final org.jooq.Field<?>[]
fields()
final org.jooq.Field<?>[]
fields
(int... arg0) final org.jooq.Field<?>[]
final org.jooq.Field<?>[]
fields
(org.jooq.Field<?>... arg0) final org.jooq.Field<?>[]
fields
(org.jooq.Name... arg0) org.jooq.Row15<String,
String, String, String, String, String, String, String, String, String, String, Integer, String, Long, String> final Stream<org.jooq.Field<?>>
final org.jooq.Table<RowGroupsRecord>
forceIndex
(String... arg0) final org.jooq.Table<RowGroupsRecord>
forceIndexForGroupBy
(String... arg0) final org.jooq.Table<RowGroupsRecord>
forceIndexForJoin
(String... arg0) final org.jooq.Table<RowGroupsRecord>
forceIndexForOrderBy
(String... arg0) final RowGroupsRecord
from
(org.jooq.Record arg0) final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
fullJoin
(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>
fullJoin
(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>
fullJoin
(org.jooq.TableLike<?> arg0) final org.jooq.TableOnStep<org.jooq.Record>
fullOuterJoin
(String arg0) final org.jooq.TableOnStep<org.jooq.Record>
fullOuterJoin
(String arg0, Object... arg1) final org.jooq.TableOnStep<org.jooq.Record>
fullOuterJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TableOnStep<org.jooq.Record>
fullOuterJoin
(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>
fullOuterJoin
(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>
fullOuterJoin
(org.jooq.TableLike<?> arg0) boolean
final org.jooq.Catalog
List<org.jooq.Check<RowGroupsRecord>>
final String
final org.jooq.DataType<RowGroupsRecord>
org.jooq.Identity<RowGroupsRecord,
?> List<org.jooq.Index>
List<org.jooq.UniqueKey<RowGroupsRecord>>
getKeys()
final String
getName()
final org.jooq.TableOptions
org.jooq.UniqueKey<RowGroupsRecord>
org.jooq.Name
org.jooq.TableField<RowGroupsRecord,
?> The class holding records for this typeorg.jooq.TableField<RowGroupsRecord,
?> List<org.jooq.ForeignKey<RowGroupsRecord,
?>> final <O extends org.jooq.Record>
List<org.jooq.ForeignKey<O,RowGroupsRecord>> getReferencesFrom
(org.jooq.Table<O> arg0) final <O extends org.jooq.Record>
List<org.jooq.ForeignKey<RowGroupsRecord,O>> getReferencesTo
(org.jooq.Table<O> arg0) org.jooq.Schema
final org.jooq.TableOptions.TableType
getType()
final org.jooq.Name
int
hashCode()
final org.jooq.Table<RowGroupsRecord>
ignoreIndex
(String... arg0) final org.jooq.Table<RowGroupsRecord>
ignoreIndexForGroupBy
(String... arg0) final org.jooq.Table<RowGroupsRecord>
ignoreIndexForJoin
(String... arg0) final org.jooq.Table<RowGroupsRecord>
ignoreIndexForOrderBy
(String... arg0) final int
final int
indexOf
(org.jooq.Field<?> arg0) final int
indexOf
(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
innerJoin
(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>
innerJoin
(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>
innerJoin
(org.jooq.TableLike<?> arg0) final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
final org.jooq.TableOnStep<org.jooq.Record>
join
(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>
join
(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>
join
(org.jooq.TableLike<?> arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>
join
(org.jooq.TableLike<?> arg0, org.jooq.JoinType arg1) final org.jooq.TableOnStep<RowGroupsRecord>
leftAntiJoin
(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
final org.jooq.TablePartitionByStep<org.jooq.Record>
final org.jooq.TablePartitionByStep<org.jooq.Record>
final org.jooq.TablePartitionByStep<org.jooq.Record>
leftJoin
(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftJoin
(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftJoin
(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftOuterJoin
(String arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftOuterJoin
(String arg0, Object... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftOuterJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftOuterJoin
(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftOuterJoin
(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
leftOuterJoin
(org.jooq.TableLike<?> arg0) final org.jooq.TableOnStep<RowGroupsRecord>
leftSemiJoin
(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>
naturalFullOuterJoin
(String arg0) final org.jooq.Table<org.jooq.Record>
naturalFullOuterJoin
(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>
naturalFullOuterJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>
naturalFullOuterJoin
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
naturalFullOuterJoin
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
naturalFullOuterJoin
(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>
naturalJoin
(String arg0) final org.jooq.Table<org.jooq.Record>
naturalJoin
(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>
naturalJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>
naturalJoin
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
naturalJoin
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
naturalJoin
(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>
naturalLeftOuterJoin
(String arg0) final org.jooq.Table<org.jooq.Record>
naturalLeftOuterJoin
(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>
naturalLeftOuterJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>
naturalLeftOuterJoin
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
naturalLeftOuterJoin
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
naturalLeftOuterJoin
(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>
naturalRightOuterJoin
(String arg0) final org.jooq.Table<org.jooq.Record>
naturalRightOuterJoin
(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>
naturalRightOuterJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>
naturalRightOuterJoin
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
naturalRightOuterJoin
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
naturalRightOuterJoin
(org.jooq.TableLike<?> arg0) final org.jooq.Condition
ne
(org.jooq.Table<RowGroupsRecord> arg0) final RowGroupsRecord
final org.jooq.Condition
notEqual
(org.jooq.Table<RowGroupsRecord> arg0) final org.jooq.Table<org.jooq.Record>
outerApply
(String arg0) final org.jooq.Table<org.jooq.Record>
outerApply
(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>
outerApply
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>
outerApply
(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>
outerApply
(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>
outerApply
(org.jooq.TableLike<?> arg0) final org.jooq.RecordType<RowGroupsRecord>
Rename this tablerename
(org.jooq.Name name) Rename this tablefinal org.jooq.TablePartitionByStep<org.jooq.Record>
final org.jooq.TablePartitionByStep<org.jooq.Record>
final org.jooq.TablePartitionByStep<org.jooq.Record>
final org.jooq.TablePartitionByStep<org.jooq.Record>
rightJoin
(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightJoin
(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightJoin
(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightOuterJoin
(String arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightOuterJoin
(String arg0, Object... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightOuterJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightOuterJoin
(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightOuterJoin
(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>
rightOuterJoin
(org.jooq.TableLike<?> arg0) final org.jooq.Field<org.jooq.RowId>
rowid()
final org.jooq.TableOptionalOnStep<org.jooq.Record>
straightJoin
(String arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>
straightJoin
(String arg0, Object... arg1) final org.jooq.TableOptionalOnStep<org.jooq.Record>
straightJoin
(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TableOptionalOnStep<org.jooq.Record>
straightJoin
(org.jooq.Name arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>
straightJoin
(org.jooq.SQL arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>
straightJoin
(org.jooq.TableLike<?> arg0) final void
toSQL
(org.jooq.RenderContext arg0) Deprecated.toString()
protected final org.jooq.exception.DataAccessException
translate
(String arg0, SQLException arg1) final org.jooq.Table<RowGroupsRecord>
final org.jooq.Table<RowGroupsRecord>
useIndexForGroupBy
(String... arg0) final org.jooq.Table<RowGroupsRecord>
useIndexForJoin
(String... arg0) final org.jooq.Table<RowGroupsRecord>
useIndexForOrderBy
(String... arg0) org.jooq.Table<RowGroupsRecord>
org.jooq.Table<RowGroupsRecord>
org.jooq.Table<RowGroupsRecord>
org.jooq.Table<RowGroupsRecord>
where
(Collection<? extends org.jooq.Condition> arg0) org.jooq.Table<RowGroupsRecord>
where
(org.jooq.Condition arg0) org.jooq.Table<RowGroupsRecord>
where
(org.jooq.Condition... arg0) org.jooq.Table<RowGroupsRecord>
org.jooq.Table<RowGroupsRecord>
where
(org.jooq.SQL arg0) org.jooq.Table<RowGroupsRecord>
whereExists
(org.jooq.Select<?> arg0) org.jooq.Table<RowGroupsRecord>
whereNotExists
(org.jooq.Select<?> arg0) Methods inherited from class org.jooq.impl.TableImpl
accept, as, clauses, declaresTables, equals
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jooq.Named
getName, getQualifiedName, getUnqualifiedName
Methods inherited from interface org.jooq.QueryPart
hashCode, toString
Methods inherited from interface org.jooq.Table
getComment
-
Field Details
-
ROW_GROUPS
The reference instance ofROW_GROUPS
-
STORAGE_PLUGIN
The columnROW_GROUPS.STORAGE_PLUGIN
. -
WORKSPACE
The columnROW_GROUPS.WORKSPACE
. -
TABLE_NAME
The columnROW_GROUPS.TABLE_NAME
. -
METADATA_KEY
The columnROW_GROUPS.METADATA_KEY
. -
METADATA_IDENTIFIER
The columnROW_GROUPS.METADATA_IDENTIFIER
. -
METADATA_TYPE
The columnROW_GROUPS.METADATA_TYPE
. -
LOCATION
The columnROW_GROUPS.LOCATION
. -
SCHEMA
The columnROW_GROUPS.SCHEMA
. -
COLUMN_STATISTICS
The columnROW_GROUPS.COLUMN_STATISTICS
. -
METADATA_STATISTICS
The columnROW_GROUPS.METADATA_STATISTICS
. -
PATH
The columnROW_GROUPS.PATH
. -
ROW_GROUP_INDEX
The columnROW_GROUPS.ROW_GROUP_INDEX
. -
HOST_AFFINITY
The columnROW_GROUPS.HOST_AFFINITY
. -
LAST_MODIFIED_TIME
The columnROW_GROUPS.LAST_MODIFIED_TIME
. -
ADDITIONAL_METADATA
The columnROW_GROUPS.ADDITIONAL_METADATA
.
-
-
Constructor Details
-
RowGroups
public RowGroups()Create aROW_GROUPS
table reference -
RowGroups
Create an aliasedROW_GROUPS
table reference -
RowGroups
public RowGroups(org.jooq.Name alias) Create an aliasedROW_GROUPS
table reference -
RowGroups
-
-
Method Details
-
getRecordType
The class holding records for this type- Specified by:
getRecordType
in interfaceorg.jooq.Table<RowGroupsRecord>
- Overrides:
getRecordType
in classorg.jooq.impl.TableImpl<RowGroupsRecord>
-
getSchema
public org.jooq.Schema getSchema()- Specified by:
getSchema
in interfaceorg.jooq.Table<RowGroupsRecord>
-
getPrimaryKey
- Specified by:
getPrimaryKey
in interfaceorg.jooq.Table<RowGroupsRecord>
-
getKeys
- Specified by:
getKeys
in interfaceorg.jooq.Table<RowGroupsRecord>
-
as
- Specified by:
as
in interfaceorg.jooq.Table<RowGroupsRecord>
-
as
- Specified by:
as
in interfaceorg.jooq.Table<RowGroupsRecord>
- Overrides:
as
in classorg.jooq.impl.TableImpl<RowGroupsRecord>
-
rename
Rename this table- Overrides:
rename
in classorg.jooq.impl.TableImpl<RowGroupsRecord>
-
rename
Rename this table- Overrides:
rename
in classorg.jooq.impl.TableImpl<RowGroupsRecord>
-
fieldsRow
public org.jooq.Row15<String,String, fieldsRow()String, String, String, String, String, String, String, String, String, Integer, String, Long, String> - Specified by:
fieldsRow
in interfaceorg.jooq.TableLike<RowGroupsRecord>
- Overrides:
fieldsRow
in classorg.jooq.impl.TableImpl<RowGroupsRecord>
-
from
- Specified by:
from
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
asterisk
public final org.jooq.QualifiedAsterisk asterisk()- Specified by:
asterisk
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rowid
public final org.jooq.Field<org.jooq.RowId> rowid()- Specified by:
rowid
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getDataType
- Specified by:
getDataType
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
recordType
- Specified by:
recordType
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
newRecord
- Specified by:
newRecord
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fieldStream
- Specified by:
fieldStream
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
public final org.jooq.Field<?> field(org.jooq.Name arg0) - Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, org.jooq.DataType<T> arg1) - Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
public final org.jooq.Field<?> field(int arg0) - Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
field
- Specified by:
field
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
fields
public final org.jooq.Field<?>[] fields()- Specified by:
fields
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
fields
public final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0) - Specified by:
fields
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
fields
- Specified by:
fields
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
fields
public final org.jooq.Field<?>[] fields(org.jooq.Name... arg0) - Specified by:
fields
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
fields
public final org.jooq.Field<?>[] fields(int... arg0) - Specified by:
fields
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
indexOf
public final int indexOf(org.jooq.Field<?> arg0) - Specified by:
indexOf
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
indexOf
- Specified by:
indexOf
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
indexOf
public final int indexOf(org.jooq.Name arg0) - Specified by:
indexOf
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- Specified by:
asTable
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- Specified by:
asTable
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- Specified by:
asTable
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<RowGroupsRecord> asTable(String arg0, Function<? super org.jooq.Field<?>, ? extends String> arg1) - Specified by:
asTable
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<RowGroupsRecord> asTable(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) - Specified by:
asTable
in interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
as
- Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RowGroupsRecord> as(String arg0, Function<? super org.jooq.Field<?>, ? extends String> arg1) - Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RowGroupsRecord> as(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) - Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RowGroupsRecord> as(org.jooq.Name arg0, Function<? super org.jooq.Field<?>, ? extends org.jooq.Name> arg1) - Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RowGroupsRecord> as(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Name> arg1) - Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getType
public final org.jooq.TableOptions.TableType getType()- Specified by:
getType
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getOptions
public final org.jooq.TableOptions getOptions()- Specified by:
getOptions
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getCatalog
public final org.jooq.Catalog getCatalog()- Specified by:
getCatalog
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getIdentity
- Specified by:
getIdentity
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getRecordVersion
- Specified by:
getRecordVersion
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getRecordTimestamp
- Specified by:
getRecordTimestamp
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getIndexes
- Specified by:
getIndexes
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getReferencesFrom
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,RowGroupsRecord>> getReferencesFrom(org.jooq.Table<O> arg0) - Specified by:
getReferencesFrom
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getReferences
- Specified by:
getReferences
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getReferencesTo
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<RowGroupsRecord,O>> getReferencesTo(org.jooq.Table<O> arg0) - Specified by:
getReferencesTo
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getChecks
- Specified by:
getChecks
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) Deprecated. -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) Deprecated. -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object, org.jooq.TableField<R,U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) Deprecated. -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object, org.jooq.TableField<R,U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) Deprecated. -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object, org.jooq.TableField<R,X extends Object, U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) Deprecated. -
createField
@Deprecated protected final <T extends Object> org.jooq.TableField<RowGroupsRecord,T> createField(String arg0, org.jooq.DataType<T> arg1) Deprecated. -
createField
@Deprecated protected final <T extends Object> org.jooq.TableField<RowGroupsRecord,T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2) Deprecated. -
createField
@Deprecated protected final <T extends Object,U extends Object> org.jooq.TableField<RowGroupsRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) Deprecated. -
createField
@Deprecated protected final <T extends Object,U extends Object> org.jooq.TableField<RowGroupsRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) Deprecated. -
createField
@Deprecated protected final <T extends Object,X extends Object, org.jooq.TableField<RowGroupsRecord,U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) Deprecated. -
createField
protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) -
createField
-
createField
-
createField
-
createField
-
createField
protected final <T extends Object> org.jooq.TableField<RowGroupsRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1) -
createField
protected final <T extends Object> org.jooq.TableField<RowGroupsRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2) -
createField
protected final <T extends Object,U extends Object> org.jooq.TableField<RowGroupsRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) -
createField
protected final <T extends Object,U extends Object> org.jooq.TableField<RowGroupsRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) -
createField
protected final <T extends Object,X extends Object, org.jooq.TableField<RowGroupsRecord,U extends Object> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) -
eq
- Specified by:
eq
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
equal
- Specified by:
equal
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ne
- Specified by:
ne
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
notEqual
- Specified by:
notEqual
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndex
- Specified by:
useIndex
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndexForJoin
- Specified by:
useIndexForJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndexForOrderBy
- Specified by:
useIndexForOrderBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndexForGroupBy
- Specified by:
useIndexForGroupBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndex
- Specified by:
ignoreIndex
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForJoin
- Specified by:
ignoreIndexForJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForOrderBy
- Specified by:
ignoreIndexForOrderBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForGroupBy
- Specified by:
ignoreIndexForGroupBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndex
- Specified by:
forceIndex
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndexForJoin
- Specified by:
forceIndexForJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndexForOrderBy
- Specified by:
forceIndexForOrderBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndexForGroupBy
- Specified by:
forceIndexForGroupBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
- Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
- Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RowGroupsRecord> as(org.jooq.Table<?> arg0, Function<? super org.jooq.Field<?>, ? extends org.jooq.Field<?>> arg1) - Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RowGroupsRecord> as(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Field<?>> arg1) - Specified by:
as
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
divideBy
public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0) - Specified by:
divideBy
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftSemiJoin
- Specified by:
leftSemiJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftAntiJoin
- Specified by:
leftAntiJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
- Specified by:
where
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
whereExists
- Specified by:
whereExists
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
whereNotExists
- Specified by:
whereNotExists
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOptionalOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0, org.jooq.JoinType arg1) - Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0) - Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.SQL arg0) - Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
- Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
- Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
- Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.Name arg0) - Specified by:
join
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.TableLike<?> arg0) - Specified by:
innerJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.SQL arg0) - Specified by:
innerJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
- Specified by:
innerJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
- Specified by:
innerJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
innerJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.Name arg0) - Specified by:
innerJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.TableLike<?> arg0) - Specified by:
leftJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.SQL arg0) - Specified by:
leftJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
- Specified by:
leftJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
- Specified by:
leftJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
leftJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.Name arg0) - Specified by:
leftJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
leftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.SQL arg0) - Specified by:
leftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, Object... arg1) - Specified by:
leftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
leftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.Name arg0) - Specified by:
leftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.TableLike<?> arg0) - Specified by:
rightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.SQL arg0) - Specified by:
rightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
- Specified by:
rightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
- Specified by:
rightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
rightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.Name arg0) - Specified by:
rightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
rightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.SQL arg0) - Specified by:
rightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, Object... arg1) - Specified by:
rightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
rightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.Name arg0) - Specified by:
rightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
fullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.SQL arg0) - Specified by:
fullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
fullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.Name arg0) - Specified by:
fullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.TableLike<?> arg0) - Specified by:
fullJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.SQL arg0) - Specified by:
fullJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
- Specified by:
fullJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
- Specified by:
fullJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
fullJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.Name arg0) - Specified by:
fullJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0) - Specified by:
crossJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.SQL arg0) - Specified by:
crossJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
- Specified by:
crossJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
- Specified by:
crossJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
- Specified by:
crossJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.Name arg0) - Specified by:
crossJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0) - Specified by:
naturalJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.SQL arg0) - Specified by:
naturalJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.Name arg0) - Specified by:
naturalJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
naturalLeftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.SQL arg0) - Specified by:
naturalLeftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
naturalLeftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.Name arg0) - Specified by:
naturalLeftOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
naturalRightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.SQL arg0) - Specified by:
naturalRightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
naturalRightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.Name arg0) - Specified by:
naturalRightOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
naturalFullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.SQL arg0) - Specified by:
naturalFullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
naturalFullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.Name arg0) - Specified by:
naturalFullOuterJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.TableLike<?> arg0) - Specified by:
crossApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.SQL arg0) - Specified by:
crossApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
- Specified by:
crossApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
- Specified by:
crossApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
- Specified by:
crossApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.Name arg0) - Specified by:
crossApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.TableLike<?> arg0) - Specified by:
outerApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.SQL arg0) - Specified by:
outerApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
- Specified by:
outerApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
- Specified by:
outerApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
- Specified by:
outerApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.Name arg0) - Specified by:
outerApply
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.TableLike<?> arg0) - Specified by:
straightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.SQL arg0) - Specified by:
straightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, Object... arg1) - Specified by:
straightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
straightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.Name arg0) - Specified by:
straightJoin
in interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getName
- Specified by:
getName
in interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedName
in interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedName
in interfaceorg.jooq.Named
-
getComment
- Specified by:
getComment
in interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceorg.jooq.QueryPart
-
toSQL
Deprecated.- Specified by:
toSQL
in interfaceorg.jooq.QueryPartInternal
-
bind
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException Deprecated.- Specified by:
bind
in interfaceorg.jooq.QueryPartInternal
- Throws:
org.jooq.exception.DataAccessException
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFields
in interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindows
in interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTE
in interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCast
in interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-