@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiOp extends org.jooq.impl.TableImpl<UiOpRecord>
This class is generated by jOOQ.
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<UiOpRecord,String> |
ACTION
The column
DB_ETERNAL.UI_OP.ACTION. |
org.jooq.TableField<UiOpRecord,Boolean> |
ACTIVE
The column
DB_ETERNAL.UI_OP.ACTIVE. |
org.jooq.TableField<UiOpRecord,String> |
CLIENT_ID
The column
DB_ETERNAL.UI_OP.CLIENT_ID. |
org.jooq.TableField<UiOpRecord,String> |
CLIENT_KEY
The column
DB_ETERNAL.UI_OP.CLIENT_KEY. |
org.jooq.TableField<UiOpRecord,String> |
CONFIG
The column
DB_ETERNAL.UI_OP.CONFIG. |
org.jooq.TableField<UiOpRecord,String> |
CONTROL_ID
The column
DB_ETERNAL.UI_OP.CONTROL_ID. |
org.jooq.TableField<UiOpRecord,LocalDateTime> |
CREATED_AT
The column
DB_ETERNAL.UI_OP.CREATED_AT. |
org.jooq.TableField<UiOpRecord,String> |
CREATED_BY
The column
DB_ETERNAL.UI_OP.CREATED_BY. |
org.jooq.TableField<UiOpRecord,String> |
EVENT
The column
DB_ETERNAL.UI_OP.EVENT. |
org.jooq.TableField<UiOpRecord,String> |
KEY
The column
DB_ETERNAL.UI_OP.KEY. |
org.jooq.TableField<UiOpRecord,String> |
LANGUAGE
The column
DB_ETERNAL.UI_OP.LANGUAGE. |
org.jooq.TableField<UiOpRecord,String> |
METADATA
The column
DB_ETERNAL.UI_OP.METADATA. |
org.jooq.TableField<UiOpRecord,String> |
PLUGIN
The column
DB_ETERNAL.UI_OP.PLUGIN. |
org.jooq.TableField<UiOpRecord,String> |
SIGMA
The column
DB_ETERNAL.UI_OP.SIGMA. |
org.jooq.TableField<UiOpRecord,String> |
TEXT
The column
DB_ETERNAL.UI_OP.TEXT. |
static UiOp |
UI_OP
The reference instance of
DB_ETERNAL.UI_OP |
org.jooq.TableField<UiOpRecord,LocalDateTime> |
UPDATED_AT
The column
DB_ETERNAL.UI_OP.UPDATED_AT. |
org.jooq.TableField<UiOpRecord,String> |
UPDATED_BY
The column
DB_ETERNAL.UI_OP.UPDATED_BY. |
| Constructor and Description |
|---|
UiOp()
Create a
DB_ETERNAL.UI_OP table reference |
UiOp(org.jooq.Name alias)
Create an aliased
DB_ETERNAL.UI_OP table reference |
UiOp(String alias)
Create an aliased
DB_ETERNAL.UI_OP table reference |
| Modifier and Type | Method and Description |
|---|---|
UiOp |
as(org.jooq.Name alias) |
org.jooq.Table<R> |
as(org.jooq.Name arg0,
BiFunction<? super org.jooq.Field<?>,? super Integer,? extends org.jooq.Name> arg1) |
org.jooq.Table<R> |
as(org.jooq.Name arg0,
Function<? super org.jooq.Field<?>,? extends org.jooq.Name> arg1) |
UiOp |
as(String alias) |
org.jooq.Table<R> |
as(String arg0,
BiFunction<? super org.jooq.Field<?>,? super Integer,? extends String> arg1) |
org.jooq.Table<R> |
as(String arg0,
Function<? super org.jooq.Field<?>,? extends String> arg1) |
org.jooq.Table<R> |
as(org.jooq.Table<?> arg0) |
org.jooq.Table<R> |
as(org.jooq.Table<?> arg0,
BiFunction<? super org.jooq.Field<?>,? super Integer,? extends org.jooq.Field<?>> arg1) |
org.jooq.Table<R> |
as(org.jooq.Table<?> arg0,
org.jooq.Field<?>... arg1) |
org.jooq.Table<R> |
as(org.jooq.Table<?> arg0,
Function<? super org.jooq.Field<?>,? extends org.jooq.Field<?>> arg1) |
org.jooq.Table<R> |
asTable() |
org.jooq.Table<R> |
asTable(String arg0) |
org.jooq.Table<R> |
asTable(String arg0,
BiFunction<? super org.jooq.Field<?>,? super Integer,? extends String> arg1) |
org.jooq.Table<R> |
asTable(String arg0,
Function<? super org.jooq.Field<?>,? extends String> arg1) |
org.jooq.Table<R> |
asTable(String arg0,
String... arg1) |
void |
bind(org.jooq.BindContext arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create() |
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0) |
protected org.jooq.DSLContext |
create(org.jooq.Context<?> arg0) |
protected <T> org.jooq.TableField<R,T> |
createField(String arg0,
org.jooq.DataType<T> arg1) |
protected <T> org.jooq.TableField<R,T> |
createField(String arg0,
org.jooq.DataType<T> arg1,
String arg2) |
protected <T,U> org.jooq.TableField<R,U> |
createField(String arg0,
org.jooq.DataType<T> arg1,
String arg2,
org.jooq.Binding<T,U> arg3) |
protected <T,U> org.jooq.TableField<R,U> |
createField(String arg0,
org.jooq.DataType<T> arg1,
String arg2,
org.jooq.Converter<T,U> arg3) |
protected <T,X,U> org.jooq.TableField<R,U> |
createField(String arg0,
org.jooq.DataType<T> arg1,
String arg2,
org.jooq.Converter<X,U> arg3,
org.jooq.Binding<T,X> arg4) |
protected static <R extends org.jooq.Record,T> |
createField(String arg0,
org.jooq.DataType<T> arg1,
org.jooq.Table<R> arg2) |
protected static <R extends org.jooq.Record,T> |
createField(String arg0,
org.jooq.DataType<T> arg1,
org.jooq.Table<R> arg2,
String arg3) |
protected static <R extends org.jooq.Record,T,U> |
createField(String arg0,
org.jooq.DataType<T> arg1,
org.jooq.Table<R> arg2,
String arg3,
org.jooq.Binding<T,U> arg4) |
protected static <R extends org.jooq.Record,T,U> |
createField(String arg0,
org.jooq.DataType<T> arg1,
org.jooq.Table<R> arg2,
String arg3,
org.jooq.Converter<T,U> arg4) |
protected static <R extends org.jooq.Record,T,X,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) |
org.jooq.Table<org.jooq.Record> |
crossApply(org.jooq.Name arg0) |
org.jooq.Table<org.jooq.Record> |
crossApply(org.jooq.SQL arg0) |
org.jooq.Table<org.jooq.Record> |
crossApply(String arg0) |
org.jooq.Table<org.jooq.Record> |
crossApply(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
crossApply(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
crossApply(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
crossJoin(org.jooq.Name arg0) |
org.jooq.Table<org.jooq.Record> |
crossJoin(org.jooq.SQL arg0) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
crossJoin(org.jooq.TableLike<?> arg0) |
org.jooq.DivideByOnStep |
divideBy(org.jooq.Table<?> arg0) |
org.jooq.Condition |
eq(org.jooq.Table<R> arg0) |
org.jooq.Condition |
equal(org.jooq.Table<R> arg0) |
<T> org.jooq.Field<T> |
field(org.jooq.Field<T> arg0) |
org.jooq.Field<?> |
field(int arg0) |
<T> org.jooq.Field<T> |
field(int arg0,
Class<T> arg1) |
<T> org.jooq.Field<T> |
field(int arg0,
org.jooq.DataType<T> arg1) |
org.jooq.Field<?> |
field(org.jooq.Name arg0) |
<T> org.jooq.Field<T> |
field(org.jooq.Name arg0,
Class<T> arg1) |
<T> org.jooq.Field<T> |
field(org.jooq.Name arg0,
org.jooq.DataType<T> arg1) |
org.jooq.Field<?> |
field(String arg0) |
<T> org.jooq.Field<T> |
field(String arg0,
Class<T> arg1) |
<T> org.jooq.Field<T> |
field(String arg0,
org.jooq.DataType<T> arg1) |
org.jooq.Field<?>[] |
fields() |
org.jooq.Field<?>[] |
fields(org.jooq.Field<?>... arg0) |
org.jooq.Field<?>[] |
fields(int... arg0) |
org.jooq.Field<?>[] |
fields(org.jooq.Name... arg0) |
org.jooq.Field<?>[] |
fields(String... arg0) |
org.jooq.Row |
fieldsRow() |
Stream<org.jooq.Field<?>> |
fieldStream() |
org.jooq.Table<R> |
forceIndex(String... arg0) |
org.jooq.Table<R> |
forceIndexForGroupBy(String... arg0) |
org.jooq.Table<R> |
forceIndexForJoin(String... arg0) |
org.jooq.Table<R> |
forceIndexForOrderBy(String... arg0) |
R |
from(org.jooq.Record arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullJoin(org.jooq.Name arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullJoin(org.jooq.SQL arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullJoin(String arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullJoin(String arg0,
Object... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
fullJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
fullJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullOuterJoin(org.jooq.Name arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullOuterJoin(org.jooq.SQL arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullOuterJoin(String arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
fullOuterJoin(String arg0,
Object... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
fullOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
fullOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Catalog |
getCatalog() |
String |
getComment() |
org.jooq.DataType<R> |
getDataType() |
List<org.jooq.Index> |
getIndexes() |
List<org.jooq.UniqueKey<UiOpRecord>> |
getKeys() |
String |
getName() |
org.jooq.UniqueKey<UiOpRecord> |
getPrimaryKey() |
org.jooq.Name |
getQualifiedName() |
Class<UiOpRecord> |
getRecordType()
The class holding records for this type
|
<O extends org.jooq.Record> |
getReferencesFrom(org.jooq.Table<O> arg0) |
<O extends org.jooq.Record> |
getReferencesTo(org.jooq.Table<O> arg0) |
org.jooq.Schema |
getSchema() |
org.jooq.Name |
getUnqualifiedName() |
org.jooq.Table<R> |
ignoreIndex(String... arg0) |
org.jooq.Table<R> |
ignoreIndexForGroupBy(String... arg0) |
org.jooq.Table<R> |
ignoreIndexForJoin(String... arg0) |
org.jooq.Table<R> |
ignoreIndexForOrderBy(String... arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
innerJoin(org.jooq.Name arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
innerJoin(org.jooq.SQL arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
innerJoin(String arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
innerJoin(String arg0,
Object... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
innerJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
innerJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
join(org.jooq.Name arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
join(org.jooq.SQL arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
join(String arg0) |
org.jooq.TableOnStep<org.jooq.Record> |
join(String arg0,
Object... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
join(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep<org.jooq.Record> |
join(org.jooq.TableLike<?> arg0) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
join(org.jooq.TableLike<?> arg0,
org.jooq.JoinType arg1) |
org.jooq.TableOnStep<R> |
leftAntiJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftJoin(org.jooq.Name arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftJoin(org.jooq.SQL arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftJoin(String arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftOuterJoin(org.jooq.Name arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftOuterJoin(org.jooq.SQL arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftOuterJoin(String arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftOuterJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
leftOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TableOnStep<R> |
leftSemiJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(org.jooq.Name arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(org.jooq.SQL arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(org.jooq.Name arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(org.jooq.SQL arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(org.jooq.Name arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(org.jooq.SQL arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Condition |
ne(org.jooq.Table<R> arg0) |
R |
newRecord() |
org.jooq.Condition |
notEqual(org.jooq.Table<R> arg0) |
org.jooq.Table<org.jooq.Record> |
outerApply(org.jooq.Name arg0) |
org.jooq.Table<org.jooq.Record> |
outerApply(org.jooq.SQL arg0) |
org.jooq.Table<org.jooq.Record> |
outerApply(String arg0) |
org.jooq.Table<org.jooq.Record> |
outerApply(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
outerApply(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
outerApply(org.jooq.TableLike<?> arg0) |
org.jooq.RecordType<R> |
recordType() |
UiOp |
rename(org.jooq.Name name)
Rename this table
|
UiOp |
rename(String name)
Rename this table
|
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightJoin(org.jooq.Name arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightJoin(org.jooq.SQL arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightJoin(String arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightOuterJoin(org.jooq.Name arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightOuterJoin(org.jooq.SQL arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightOuterJoin(String arg0) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightOuterJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep<org.jooq.Record> |
rightOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
straightJoin(org.jooq.Name arg0) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
straightJoin(org.jooq.SQL arg0) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
straightJoin(String arg0) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
straightJoin(String arg0,
Object... arg1) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
straightJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOptionalOnStep<org.jooq.Record> |
straightJoin(org.jooq.TableLike<?> arg0) |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
org.jooq.Table<R> |
useIndex(String... arg0) |
org.jooq.Table<R> |
useIndexForGroupBy(String... arg0) |
org.jooq.Table<R> |
useIndexForJoin(String... arg0) |
org.jooq.Table<R> |
useIndexForOrderBy(String... arg0) |
public static final UiOp UI_OP
The reference instance of DB_ETERNAL.UI_OP
public final org.jooq.TableField<UiOpRecord,String> KEY
The column DB_ETERNAL.UI_OP.KEY. 「key」- 操作主键
public final org.jooq.TableField<UiOpRecord,String> ACTION
The column DB_ETERNAL.UI_OP.ACTION. 「action」- S_ACTION中的code(权限检查专用)
public final org.jooq.TableField<UiOpRecord,String> TEXT
The column DB_ETERNAL.UI_OP.TEXT. 「text」- 该操作上的文字信息
public final org.jooq.TableField<UiOpRecord,String> EVENT
The column DB_ETERNAL.UI_OP.EVENT. 「event」- 操作中的 event 事件名称
public final org.jooq.TableField<UiOpRecord,String> CLIENT_KEY
The column DB_ETERNAL.UI_OP.CLIENT_KEY. 「clientKey」- 一般是Html中对应的key信息,如 $opSave
public final org.jooq.TableField<UiOpRecord,String> CLIENT_ID
The column DB_ETERNAL.UI_OP.CLIENT_ID. 「clientId」- 没有特殊情况,clientId = clientKey
public final org.jooq.TableField<UiOpRecord,String> CONFIG
The column DB_ETERNAL.UI_OP.CONFIG. 「config」- 该按钮操作对应的配置数据信息, icon, type
public final org.jooq.TableField<UiOpRecord,String> PLUGIN
The column DB_ETERNAL.UI_OP.PLUGIN. 「plugin」- 该按钮中的插件,如 tooltip,component等
public final org.jooq.TableField<UiOpRecord,String> CONTROL_ID
The column DB_ETERNAL.UI_OP.CONTROL_ID. 「controlId」- 挂载专用的ID
public final org.jooq.TableField<UiOpRecord,Boolean> ACTIVE
The column DB_ETERNAL.UI_OP.ACTIVE. 「active」- 是否启用
public final org.jooq.TableField<UiOpRecord,String> SIGMA
The column DB_ETERNAL.UI_OP.SIGMA. 「sigma」- 统一标识
public final org.jooq.TableField<UiOpRecord,String> METADATA
The column DB_ETERNAL.UI_OP.METADATA. 「metadata」- 附加配置
public final org.jooq.TableField<UiOpRecord,String> LANGUAGE
The column DB_ETERNAL.UI_OP.LANGUAGE. 「language」- 使用的语言
public final org.jooq.TableField<UiOpRecord,LocalDateTime> CREATED_AT
The column DB_ETERNAL.UI_OP.CREATED_AT. 「createdAt」- 创建时间
public final org.jooq.TableField<UiOpRecord,String> CREATED_BY
The column DB_ETERNAL.UI_OP.CREATED_BY. 「createdBy」- 创建人
public final org.jooq.TableField<UiOpRecord,LocalDateTime> UPDATED_AT
The column DB_ETERNAL.UI_OP.UPDATED_AT. 「updatedAt」- 更新时间
public final org.jooq.TableField<UiOpRecord,String> UPDATED_BY
The column DB_ETERNAL.UI_OP.UPDATED_BY. 「updatedBy」- 更新人
public UiOp()
Create a DB_ETERNAL.UI_OP table reference
public UiOp(String alias)
Create an aliased DB_ETERNAL.UI_OP table reference
public UiOp(org.jooq.Name alias)
Create an aliased DB_ETERNAL.UI_OP table reference
public Class<UiOpRecord> getRecordType()
The class holding records for this type
getRecordType in interface org.jooq.Table<UiOpRecord>getRecordType in class org.jooq.impl.TableImpl<UiOpRecord>public org.jooq.Schema getSchema()
getSchema in interface org.jooq.Table<UiOpRecord>getSchema in class org.jooq.impl.TableImpl<UiOpRecord>public List<org.jooq.Index> getIndexes()
getIndexes in interface org.jooq.Table<UiOpRecord>getIndexes in class org.jooq.impl.TableImpl<UiOpRecord>public org.jooq.UniqueKey<UiOpRecord> getPrimaryKey()
getPrimaryKey in interface org.jooq.Table<UiOpRecord>getPrimaryKey in class org.jooq.impl.TableImpl<UiOpRecord>public List<org.jooq.UniqueKey<UiOpRecord>> getKeys()
getKeys in interface org.jooq.Table<UiOpRecord>getKeys in class org.jooq.impl.TableImpl<UiOpRecord>public UiOp as(String alias)
as in interface org.jooq.Table<UiOpRecord>as in class org.jooq.impl.TableImpl<UiOpRecord>public UiOp as(org.jooq.Name alias)
as in interface org.jooq.Table<UiOpRecord>as in class org.jooq.impl.TableImpl<UiOpRecord>public UiOp rename(String name)
Rename this table
rename in class org.jooq.impl.TableImpl<UiOpRecord>public UiOp rename(org.jooq.Name name)
Rename this table
rename in class org.jooq.impl.TableImpl<UiOpRecord>public final R from(org.jooq.Record arg0)
from in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.DataType<R> getDataType()
getDataType in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.RecordType<R> recordType()
recordType in interface org.jooq.Table<R extends org.jooq.Record>public final R newRecord()
newRecord in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Row fieldsRow()
fieldsRow in interface org.jooq.TableLike<R extends org.jooq.Record>public final Stream<org.jooq.Field<?>> fieldStream()
fieldStream in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?> field(String arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(String arg0, Class<T> arg1)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(String arg0, org.jooq.DataType<T> arg1)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?> field(org.jooq.Name arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(org.jooq.Name arg0,
Class<T> arg1)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(org.jooq.Name arg0,
org.jooq.DataType<T> arg1)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?> field(int arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(int arg0,
Class<T> arg1)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(int arg0,
org.jooq.DataType<T> arg1)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?>[] fields()
fields in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
fields in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?>[] fields(String... arg0)
fields in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
fields in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?>[] fields(int... arg0)
fields in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable()
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0, String... arg1)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0, Function<? super org.jooq.Field<?>,? extends String> arg1)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0, BiFunction<? super org.jooq.Field<?>,? super Integer,? extends String> arg1)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> as(String arg0, Function<? super org.jooq.Field<?>,? extends String> arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(String arg0, BiFunction<? super org.jooq.Field<?>,? super Integer,? extends String> arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(org.jooq.Name arg0,
Function<? super org.jooq.Field<?>,? extends org.jooq.Name> arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(org.jooq.Name arg0,
BiFunction<? super org.jooq.Field<?>,? super Integer,? extends org.jooq.Name> arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Catalog getCatalog()
getCatalog in interface org.jooq.Table<R extends org.jooq.Record>public final String getName()
getName in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Name getQualifiedName()
getQualifiedName in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Name getUnqualifiedName()
getUnqualifiedName in interface org.jooq.Table<R extends org.jooq.Record>public final String getComment()
getComment in interface org.jooq.Table<R extends org.jooq.Record>public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,R>> getReferencesFrom(org.jooq.Table<O> arg0)
getReferencesFrom in interface org.jooq.Table<R extends org.jooq.Record>public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,O>> getReferencesTo(org.jooq.Table<O> arg0)
getReferencesTo in interface org.jooq.Table<R extends org.jooq.Record>protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3)
protected static final <R extends org.jooq.Record,T,U> 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)
protected static final <R extends org.jooq.Record,T,U> 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)
protected static final <R extends org.jooq.Record,T,X,U> 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)
protected final <T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1)
protected final <T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2)
protected final <T,U> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T,U> arg3)
protected final <T,U> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T,U> arg3)
protected final <T,X,U> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X,U> arg3, org.jooq.Binding<T,X> arg4)
public final org.jooq.Condition eq(org.jooq.Table<R> arg0)
eq in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Condition equal(org.jooq.Table<R> arg0)
equal in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Condition ne(org.jooq.Table<R> arg0)
ne in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Condition notEqual(org.jooq.Table<R> arg0)
notEqual in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> useIndex(String... arg0)
useIndex in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> useIndexForJoin(String... arg0)
useIndexForJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> useIndexForOrderBy(String... arg0)
useIndexForOrderBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> useIndexForGroupBy(String... arg0)
useIndexForGroupBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> ignoreIndex(String... arg0)
ignoreIndex in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> ignoreIndexForJoin(String... arg0)
ignoreIndexForJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> ignoreIndexForOrderBy(String... arg0)
ignoreIndexForOrderBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> ignoreIndexForGroupBy(String... arg0)
ignoreIndexForGroupBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> forceIndex(String... arg0)
forceIndex in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> forceIndexForJoin(String... arg0)
forceIndexForJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> forceIndexForOrderBy(String... arg0)
forceIndexForOrderBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> forceIndexForGroupBy(String... arg0)
forceIndexForGroupBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(org.jooq.Table<?> arg0)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(org.jooq.Table<?> arg0,
org.jooq.Field<?>... arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(org.jooq.Table<?> arg0,
Function<? super org.jooq.Field<?>,? extends org.jooq.Field<?>> arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<R> as(org.jooq.Table<?> arg0,
BiFunction<? super org.jooq.Field<?>,? super Integer,? extends org.jooq.Field<?>> arg1)
as in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0)
divideBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<R> leftSemiJoin(org.jooq.TableLike<?> arg0)
leftSemiJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<R> leftAntiJoin(org.jooq.TableLike<?> arg0)
leftAntiJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0,
org.jooq.JoinType arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.SQL arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> join(String arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> join(String arg0, Object... arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> join(String arg0, org.jooq.QueryPart... arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.Name arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.TableLike<?> arg0)
innerJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.SQL arg0)
innerJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0)
innerJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, Object... arg1)
innerJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, org.jooq.QueryPart... arg1)
innerJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.Name arg0)
innerJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.TableLike<?> arg0)
leftJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.SQL arg0)
leftJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0)
leftJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, Object... arg1)
leftJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, org.jooq.QueryPart... arg1)
leftJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.Name arg0)
leftJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.TableLike<?> arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.SQL arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.Name arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.TableLike<?> arg0)
rightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.SQL arg0)
rightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0)
rightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, Object... arg1)
rightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, org.jooq.QueryPart... arg1)
rightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.Name arg0)
rightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.TableLike<?> arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.SQL arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.Name arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.TableLike<?> arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.SQL arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0, org.jooq.QueryPart... arg1)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.Name arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.TableLike<?> arg0)
fullJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.SQL arg0)
fullJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0)
fullJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0, Object... arg1)
fullJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0, org.jooq.QueryPart... arg1)
fullJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.Name arg0)
fullJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.SQL arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, Object... arg1)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, org.jooq.QueryPart... arg1)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.Name arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.SQL arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, Object... arg1)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, org.jooq.QueryPart... arg1)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.Name arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.SQL arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, Object... arg1)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.Name arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.SQL arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, Object... arg1)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.Name arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.TableLike<?> arg0)
crossApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.SQL arg0)
crossApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossApply(String arg0)
crossApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossApply(String arg0, Object... arg1)
crossApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossApply(String arg0, org.jooq.QueryPart... arg1)
crossApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.Name arg0)
crossApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.TableLike<?> arg0)
outerApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.SQL arg0)
outerApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> outerApply(String arg0)
outerApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> outerApply(String arg0, Object... arg1)
outerApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> outerApply(String arg0, org.jooq.QueryPart... arg1)
outerApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.Name arg0)
outerApply in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.TableLike<?> arg0)
straightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.SQL arg0)
straightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0)
straightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, Object... arg1)
straightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, org.jooq.QueryPart... arg1)
straightJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.Name arg0)
straightJoin in interface org.jooq.Table<R extends org.jooq.Record>@Deprecated public final void toSQL(org.jooq.RenderContext arg0)
toSQL in interface org.jooq.QueryPartInternal@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException
bind in interface org.jooq.QueryPartInternalorg.jooq.exception.DataAccessExceptionprotected final org.jooq.DSLContext create()
protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2020. All rights reserved.