@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiField extends org.jooq.impl.TableImpl<UiFieldRecord>
This class is generated by jOOQ.
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<UiFieldRecord,Boolean> |
ACTIVE
The column
DB_ETERNAL.UI_FIELD.ACTIVE. |
org.jooq.TableField<UiFieldRecord,String> |
CONTAINER
The column
DB_ETERNAL.UI_FIELD.CONTAINER. |
org.jooq.TableField<UiFieldRecord,String> |
CONTROL_ID
The column
DB_ETERNAL.UI_FIELD.CONTROL_ID. |
org.jooq.TableField<UiFieldRecord,LocalDateTime> |
CREATED_AT
The column
DB_ETERNAL.UI_FIELD.CREATED_AT. |
org.jooq.TableField<UiFieldRecord,String> |
CREATED_BY
The column
DB_ETERNAL.UI_FIELD.CREATED_BY. |
org.jooq.TableField<UiFieldRecord,Boolean> |
HIDDEN
The column
DB_ETERNAL.UI_FIELD.HIDDEN. |
org.jooq.TableField<UiFieldRecord,String> |
KEY
The column
DB_ETERNAL.UI_FIELD.KEY. |
org.jooq.TableField<UiFieldRecord,String> |
LABEL
The column
DB_ETERNAL.UI_FIELD.LABEL. |
org.jooq.TableField<UiFieldRecord,String> |
LANGUAGE
The column
DB_ETERNAL.UI_FIELD.LANGUAGE. |
org.jooq.TableField<UiFieldRecord,String> |
METADATA
The column
DB_ETERNAL.UI_FIELD.METADATA. |
org.jooq.TableField<UiFieldRecord,String> |
NAME
The column
DB_ETERNAL.UI_FIELD.NAME. |
org.jooq.TableField<UiFieldRecord,String> |
OPTION_CONFIG
The column
DB_ETERNAL.UI_FIELD.OPTION_CONFIG. |
org.jooq.TableField<UiFieldRecord,String> |
OPTION_ITEM
The column
DB_ETERNAL.UI_FIELD.OPTION_ITEM. |
org.jooq.TableField<UiFieldRecord,String> |
OPTION_JSX
The column
DB_ETERNAL.UI_FIELD.OPTION_JSX. |
org.jooq.TableField<UiFieldRecord,String> |
RENDER
The column
DB_ETERNAL.UI_FIELD.RENDER. |
org.jooq.TableField<UiFieldRecord,String> |
ROW_TYPE
The column
DB_ETERNAL.UI_FIELD.ROW_TYPE. |
org.jooq.TableField<UiFieldRecord,String> |
RULES
The column
DB_ETERNAL.UI_FIELD.RULES. |
org.jooq.TableField<UiFieldRecord,String> |
SIGMA
The column
DB_ETERNAL.UI_FIELD.SIGMA. |
org.jooq.TableField<UiFieldRecord,Integer> |
SPAN
The column
DB_ETERNAL.UI_FIELD.SPAN. |
static UiField |
UI_FIELD
The reference instance of
DB_ETERNAL.UI_FIELD |
org.jooq.TableField<UiFieldRecord,LocalDateTime> |
UPDATED_AT
The column
DB_ETERNAL.UI_FIELD.UPDATED_AT. |
org.jooq.TableField<UiFieldRecord,String> |
UPDATED_BY
The column
DB_ETERNAL.UI_FIELD.UPDATED_BY. |
org.jooq.TableField<UiFieldRecord,Integer> |
X_POINT
The column
DB_ETERNAL.UI_FIELD.X_POINT. |
org.jooq.TableField<UiFieldRecord,Integer> |
Y_POINT
The column
DB_ETERNAL.UI_FIELD.Y_POINT. |
| Constructor and Description |
|---|
UiField()
Create a
DB_ETERNAL.UI_FIELD table reference |
UiField(org.jooq.Name alias)
Create an aliased
DB_ETERNAL.UI_FIELD table reference |
UiField(String alias)
Create an aliased
DB_ETERNAL.UI_FIELD table reference |
| Modifier and Type | Method and Description |
|---|---|
UiField |
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) |
UiField |
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<UiFieldRecord>> |
getKeys() |
String |
getName() |
org.jooq.UniqueKey<UiFieldRecord> |
getPrimaryKey() |
org.jooq.Name |
getQualifiedName() |
Class<UiFieldRecord> |
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() |
UiField |
rename(org.jooq.Name name)
Rename this table
|
UiField |
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 UiField UI_FIELD
The reference instance of DB_ETERNAL.UI_FIELD
public final org.jooq.TableField<UiFieldRecord,String> KEY
The column DB_ETERNAL.UI_FIELD.KEY. 「key」- 字段主键
public final org.jooq.TableField<UiFieldRecord,Integer> X_POINT
The column DB_ETERNAL.UI_FIELD.X_POINT. 「xPoint] - 字段的X坐标(列)
public final org.jooq.TableField<UiFieldRecord,Integer> Y_POINT
The column DB_ETERNAL.UI_FIELD.Y_POINT. 「yPoint」- 字段的Y坐标(行)
public final org.jooq.TableField<UiFieldRecord,String> LABEL
The column DB_ETERNAL.UI_FIELD.LABEL. 「label」- 字段标签
public final org.jooq.TableField<UiFieldRecord,String> NAME
The column DB_ETERNAL.UI_FIELD.NAME. 「name」- 字段名称
public final org.jooq.TableField<UiFieldRecord,Integer> SPAN
The column DB_ETERNAL.UI_FIELD.SPAN. 「span」- 字段宽度
public final org.jooq.TableField<UiFieldRecord,Boolean> HIDDEN
The column DB_ETERNAL.UI_FIELD.HIDDEN. 「hidden」- button专用
public final org.jooq.TableField<UiFieldRecord,String> RENDER
The column DB_ETERNAL.UI_FIELD.RENDER. 「render」- 使用的Render函数
public final org.jooq.TableField<UiFieldRecord,String> CONTAINER
The column DB_ETERNAL.UI_FIELD.CONTAINER. 「container」- 容器字段专用容器信息,映射到 name 中
public final org.jooq.TableField<UiFieldRecord,String> OPTION_JSX
The column DB_ETERNAL.UI_FIELD.OPTION_JSX. 「optionJsx」- 字段专用配置
public final org.jooq.TableField<UiFieldRecord,String> OPTION_CONFIG
The column DB_ETERNAL.UI_FIELD.OPTION_CONFIG. 「optionConfig」- 字段专用配置
public final org.jooq.TableField<UiFieldRecord,String> OPTION_ITEM
The column DB_ETERNAL.UI_FIELD.OPTION_ITEM. 「optionItem」- 字段专用配置
public final org.jooq.TableField<UiFieldRecord,String> RULES
The column DB_ETERNAL.UI_FIELD.RULES. 「rules」- optionConfig.rules 验证专用的配置,描述规则
public final org.jooq.TableField<UiFieldRecord,String> CONTROL_ID
The column DB_ETERNAL.UI_FIELD.CONTROL_ID. 「controlId」- 关联的表单ID
public final org.jooq.TableField<UiFieldRecord,String> ROW_TYPE
The column DB_ETERNAL.UI_FIELD.ROW_TYPE. 「rowType」- 行类型
public final org.jooq.TableField<UiFieldRecord,Boolean> ACTIVE
The column DB_ETERNAL.UI_FIELD.ACTIVE. 「active」- 是否启用
public final org.jooq.TableField<UiFieldRecord,String> SIGMA
The column DB_ETERNAL.UI_FIELD.SIGMA. 「sigma」- 统一标识
public final org.jooq.TableField<UiFieldRecord,String> METADATA
The column DB_ETERNAL.UI_FIELD.METADATA. 「metadata」- 附加配置
public final org.jooq.TableField<UiFieldRecord,String> LANGUAGE
The column DB_ETERNAL.UI_FIELD.LANGUAGE. 「language」- 使用的语言
public final org.jooq.TableField<UiFieldRecord,LocalDateTime> CREATED_AT
The column DB_ETERNAL.UI_FIELD.CREATED_AT. 「createdAt」- 创建时间
public final org.jooq.TableField<UiFieldRecord,String> CREATED_BY
The column DB_ETERNAL.UI_FIELD.CREATED_BY. 「createdBy」- 创建人
public final org.jooq.TableField<UiFieldRecord,LocalDateTime> UPDATED_AT
The column DB_ETERNAL.UI_FIELD.UPDATED_AT. 「updatedAt」- 更新时间
public final org.jooq.TableField<UiFieldRecord,String> UPDATED_BY
The column DB_ETERNAL.UI_FIELD.UPDATED_BY. 「updatedBy」- 更新人
public UiField()
Create a DB_ETERNAL.UI_FIELD table reference
public UiField(String alias)
Create an aliased DB_ETERNAL.UI_FIELD table reference
public UiField(org.jooq.Name alias)
Create an aliased DB_ETERNAL.UI_FIELD table reference
public Class<UiFieldRecord> getRecordType()
The class holding records for this type
getRecordType in interface org.jooq.Table<UiFieldRecord>getRecordType in class org.jooq.impl.TableImpl<UiFieldRecord>public org.jooq.Schema getSchema()
getSchema in interface org.jooq.Table<UiFieldRecord>getSchema in class org.jooq.impl.TableImpl<UiFieldRecord>public List<org.jooq.Index> getIndexes()
getIndexes in interface org.jooq.Table<UiFieldRecord>getIndexes in class org.jooq.impl.TableImpl<UiFieldRecord>public org.jooq.UniqueKey<UiFieldRecord> getPrimaryKey()
getPrimaryKey in interface org.jooq.Table<UiFieldRecord>getPrimaryKey in class org.jooq.impl.TableImpl<UiFieldRecord>public List<org.jooq.UniqueKey<UiFieldRecord>> getKeys()
getKeys in interface org.jooq.Table<UiFieldRecord>getKeys in class org.jooq.impl.TableImpl<UiFieldRecord>public UiField as(String alias)
as in interface org.jooq.Table<UiFieldRecord>as in class org.jooq.impl.TableImpl<UiFieldRecord>public UiField as(org.jooq.Name alias)
as in interface org.jooq.Table<UiFieldRecord>as in class org.jooq.impl.TableImpl<UiFieldRecord>public UiField rename(String name)
Rename this table
rename in class org.jooq.impl.TableImpl<UiFieldRecord>public UiField rename(org.jooq.Name name)
Rename this table
rename in class org.jooq.impl.TableImpl<UiFieldRecord>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 © 2021. All rights reserved.