@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class IApi extends org.jooq.impl.TableImpl<IApiRecord>
This class is generated by jOOQ.
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<IApiRecord,Boolean> |
ACTIVE
The column
DB_ETERNAL.I_API.ACTIVE. |
org.jooq.TableField<IApiRecord,String> |
COMMENT
The column
DB_ETERNAL.I_API.COMMENT. |
org.jooq.TableField<IApiRecord,String> |
CONSUMES
The column
DB_ETERNAL.I_API.CONSUMES. |
org.jooq.TableField<IApiRecord,LocalDateTime> |
CREATED_AT
The column
DB_ETERNAL.I_API.CREATED_AT. |
org.jooq.TableField<IApiRecord,String> |
CREATED_BY
The column
DB_ETERNAL.I_API.CREATED_BY. |
static IApi |
I_API
The reference instance of
DB_ETERNAL.I_API |
org.jooq.TableField<IApiRecord,String> |
IN_MAPPING
The column
DB_ETERNAL.I_API.IN_MAPPING. |
org.jooq.TableField<IApiRecord,String> |
IN_PLUG
The column
DB_ETERNAL.I_API.IN_PLUG. |
org.jooq.TableField<IApiRecord,String> |
IN_RULE
The column
DB_ETERNAL.I_API.IN_RULE. |
org.jooq.TableField<IApiRecord,String> |
IN_SCRIPT
The column
DB_ETERNAL.I_API.IN_SCRIPT. |
org.jooq.TableField<IApiRecord,String> |
KEY
The column
DB_ETERNAL.I_API.KEY. |
org.jooq.TableField<IApiRecord,String> |
LANGUAGE
The column
DB_ETERNAL.I_API.LANGUAGE. |
org.jooq.TableField<IApiRecord,String> |
METADATA
The column
DB_ETERNAL.I_API.METADATA. |
org.jooq.TableField<IApiRecord,String> |
METHOD
The column
DB_ETERNAL.I_API.METHOD. |
org.jooq.TableField<IApiRecord,String> |
NAME
The column
DB_ETERNAL.I_API.NAME. |
org.jooq.TableField<IApiRecord,String> |
OUT_WRITER
The column
DB_ETERNAL.I_API.OUT_WRITER. |
org.jooq.TableField<IApiRecord,String> |
PARAM_CONTAINED
The column
DB_ETERNAL.I_API.PARAM_CONTAINED. |
org.jooq.TableField<IApiRecord,String> |
PARAM_MODE
The column
DB_ETERNAL.I_API.PARAM_MODE. |
org.jooq.TableField<IApiRecord,String> |
PARAM_REQUIRED
The column
DB_ETERNAL.I_API.PARAM_REQUIRED. |
org.jooq.TableField<IApiRecord,String> |
PRODUCES
The column
DB_ETERNAL.I_API.PRODUCES. |
org.jooq.TableField<IApiRecord,Boolean> |
SECURE
The column
DB_ETERNAL.I_API.SECURE. |
org.jooq.TableField<IApiRecord,String> |
SERVICE_ID
The column
DB_ETERNAL.I_API.SERVICE_ID. |
org.jooq.TableField<IApiRecord,String> |
SIGMA
The column
DB_ETERNAL.I_API.SIGMA. |
org.jooq.TableField<IApiRecord,String> |
TYPE
The column
DB_ETERNAL.I_API.TYPE. |
org.jooq.TableField<IApiRecord,LocalDateTime> |
UPDATED_AT
The column
DB_ETERNAL.I_API.UPDATED_AT. |
org.jooq.TableField<IApiRecord,String> |
UPDATED_BY
The column
DB_ETERNAL.I_API.UPDATED_BY. |
org.jooq.TableField<IApiRecord,String> |
URI
The column
DB_ETERNAL.I_API.URI. |
org.jooq.TableField<IApiRecord,String> |
WORKER_ADDRESS
The column
DB_ETERNAL.I_API.WORKER_ADDRESS. |
org.jooq.TableField<IApiRecord,String> |
WORKER_CLASS
The column
DB_ETERNAL.I_API.WORKER_CLASS. |
org.jooq.TableField<IApiRecord,String> |
WORKER_CONSUMER
The column
DB_ETERNAL.I_API.WORKER_CONSUMER. |
org.jooq.TableField<IApiRecord,String> |
WORKER_JS
The column
DB_ETERNAL.I_API.WORKER_JS. |
org.jooq.TableField<IApiRecord,String> |
WORKER_TYPE
The column
DB_ETERNAL.I_API.WORKER_TYPE. |
| Constructor and Description |
|---|
IApi()
Create a
DB_ETERNAL.I_API table reference |
IApi(org.jooq.Name alias)
Create an aliased
DB_ETERNAL.I_API table reference |
IApi(String alias)
Create an aliased
DB_ETERNAL.I_API table reference |
| Modifier and Type | Method and Description |
|---|---|
IApi |
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) |
IApi |
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<IApiRecord>> |
getKeys() |
String |
getName() |
org.jooq.UniqueKey<IApiRecord> |
getPrimaryKey() |
org.jooq.Name |
getQualifiedName() |
Class<IApiRecord> |
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() |
IApi |
rename(org.jooq.Name name)
Rename this table
|
IApi |
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 IApi I_API
The reference instance of DB_ETERNAL.I_API
public final org.jooq.TableField<IApiRecord,String> KEY
The column DB_ETERNAL.I_API.KEY. 「key」- 接口ID
public final org.jooq.TableField<IApiRecord,String> NAME
The column DB_ETERNAL.I_API.NAME. 「name」- 接口名称
public final org.jooq.TableField<IApiRecord,String> URI
The column DB_ETERNAL.I_API.URI. 「uri」- 接口路径,安全路径位于 /api 之下
public final org.jooq.TableField<IApiRecord,String> METHOD
The column DB_ETERNAL.I_API.METHOD. 「method」- 接口对应的HTTP方法
public final org.jooq.TableField<IApiRecord,String> CONSUMES
The column DB_ETERNAL.I_API.CONSUMES. 「consumes」- 当前接口使用的客户端 MIME
public final org.jooq.TableField<IApiRecord,String> PRODUCES
The column DB_ETERNAL.I_API.PRODUCES. 「produces」- 当前接口使用的服务端 MIME
public final org.jooq.TableField<IApiRecord,Boolean> SECURE
The column DB_ETERNAL.I_API.SECURE. 「secure」- 是否走安全通道,默认为TRUE
public final org.jooq.TableField<IApiRecord,String> COMMENT
The column DB_ETERNAL.I_API.COMMENT. 「comment」- 备注信息
public final org.jooq.TableField<IApiRecord,String> TYPE
The column DB_ETERNAL.I_API.TYPE. 「type」- 通信类型,ONE-WAY / REQUEST-RESPONSE / PUBLISH-SUBSCRIBE
public final org.jooq.TableField<IApiRecord,String> PARAM_MODE
The column DB_ETERNAL.I_API.PARAM_MODE. 「paramMode」- 参数来源,QUERY / BODY / DEFINE / PATH
public final org.jooq.TableField<IApiRecord,String> PARAM_REQUIRED
The column DB_ETERNAL.I_API.PARAM_REQUIRED. 「paramRequired」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Query和Path)
public final org.jooq.TableField<IApiRecord,String> PARAM_CONTAINED
The column DB_ETERNAL.I_API.PARAM_CONTAINED. 「paramContained」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Body)
public final org.jooq.TableField<IApiRecord,String> IN_RULE
The column DB_ETERNAL.I_API.IN_RULE. 「inRule」- 参数验证、转换基本规则
public final org.jooq.TableField<IApiRecord,String> IN_MAPPING
The column DB_ETERNAL.I_API.IN_MAPPING. 「inMapping」- 参数映射规则
public final org.jooq.TableField<IApiRecord,String> IN_PLUG
The column DB_ETERNAL.I_API.IN_PLUG. 「inPlug」- 参数请求流程中的插件
public final org.jooq.TableField<IApiRecord,String> IN_SCRIPT
The column DB_ETERNAL.I_API.IN_SCRIPT. 「inScript」- 【保留】参数请求流程中的脚本控制
public final org.jooq.TableField<IApiRecord,String> OUT_WRITER
The column DB_ETERNAL.I_API.OUT_WRITER. 「outWriter」- 响应格式处理器
public final org.jooq.TableField<IApiRecord,String> WORKER_TYPE
The column DB_ETERNAL.I_API.WORKER_TYPE. 「workerType」- Worker类型:JS / PLUG / STD
public final org.jooq.TableField<IApiRecord,String> WORKER_ADDRESS
The column DB_ETERNAL.I_API.WORKER_ADDRESS. 「workerAddress」- 请求发送地址
public final org.jooq.TableField<IApiRecord,String> WORKER_CONSUMER
The column DB_ETERNAL.I_API.WORKER_CONSUMER. 「workerConsumer」- 请求地址消费专用组件
public final org.jooq.TableField<IApiRecord,String> WORKER_CLASS
The column DB_ETERNAL.I_API.WORKER_CLASS. 「workerClass」- OX | PLUG专用,请求执行器对应的JavaClass名称
public final org.jooq.TableField<IApiRecord,String> WORKER_JS
The column DB_ETERNAL.I_API.WORKER_JS. 「workerJs」- JS 专用,JavaScript路径:runtime/workers/<app>/下的执行器
public final org.jooq.TableField<IApiRecord,String> SERVICE_ID
The column DB_ETERNAL.I_API.SERVICE_ID. 「serviceId」- 关联的服务ID
public final org.jooq.TableField<IApiRecord,String> SIGMA
The column DB_ETERNAL.I_API.SIGMA. 「sigma」- 统一标识
public final org.jooq.TableField<IApiRecord,String> LANGUAGE
The column DB_ETERNAL.I_API.LANGUAGE. 「language」- 使用的语言
public final org.jooq.TableField<IApiRecord,Boolean> ACTIVE
The column DB_ETERNAL.I_API.ACTIVE. 「active」- 是否启用
public final org.jooq.TableField<IApiRecord,String> METADATA
The column DB_ETERNAL.I_API.METADATA. 「metadata」- 附加配置数据
public final org.jooq.TableField<IApiRecord,LocalDateTime> CREATED_AT
The column DB_ETERNAL.I_API.CREATED_AT. 「createdAt」- 创建时间
public final org.jooq.TableField<IApiRecord,String> CREATED_BY
The column DB_ETERNAL.I_API.CREATED_BY. 「createdBy」- 创建人
public final org.jooq.TableField<IApiRecord,LocalDateTime> UPDATED_AT
The column DB_ETERNAL.I_API.UPDATED_AT. 「updatedAt」- 更新时间
public final org.jooq.TableField<IApiRecord,String> UPDATED_BY
The column DB_ETERNAL.I_API.UPDATED_BY. 「updatedBy」- 更新人
public IApi()
Create a DB_ETERNAL.I_API table reference
public IApi(String alias)
Create an aliased DB_ETERNAL.I_API table reference
public IApi(org.jooq.Name alias)
Create an aliased DB_ETERNAL.I_API table reference
public Class<IApiRecord> getRecordType()
The class holding records for this type
getRecordType in interface org.jooq.Table<IApiRecord>getRecordType in class org.jooq.impl.TableImpl<IApiRecord>public org.jooq.Schema getSchema()
getSchema in interface org.jooq.Table<IApiRecord>getSchema in class org.jooq.impl.TableImpl<IApiRecord>public List<org.jooq.Index> getIndexes()
getIndexes in interface org.jooq.Table<IApiRecord>getIndexes in class org.jooq.impl.TableImpl<IApiRecord>public org.jooq.UniqueKey<IApiRecord> getPrimaryKey()
getPrimaryKey in interface org.jooq.Table<IApiRecord>getPrimaryKey in class org.jooq.impl.TableImpl<IApiRecord>public List<org.jooq.UniqueKey<IApiRecord>> getKeys()
getKeys in interface org.jooq.Table<IApiRecord>getKeys in class org.jooq.impl.TableImpl<IApiRecord>public IApi as(String alias)
as in interface org.jooq.Table<IApiRecord>as in class org.jooq.impl.TableImpl<IApiRecord>public IApi as(org.jooq.Name alias)
as in interface org.jooq.Table<IApiRecord>as in class org.jooq.impl.TableImpl<IApiRecord>public IApi rename(String name)
Rename this table
rename in class org.jooq.impl.TableImpl<IApiRecord>public IApi rename(org.jooq.Name name)
Rename this table
rename in class org.jooq.impl.TableImpl<IApiRecord>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.