类 RDictionaryItem
java.lang.Object
org.jooq.impl.TableImpl<RDictionaryItemRecord>
xyz.raylab.systemcommon.infrastructure.persistent.tables.RDictionaryItem
- 所有已实现的接口:
Serializable,org.jooq.Fields,org.jooq.GroupField,org.jooq.Named,org.jooq.Qualified,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.RecordQualifier<RDictionaryItemRecord>,org.jooq.Table<RDictionaryItemRecord>,org.jooq.TableLike<RDictionaryItemRecord>
字典项
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.code.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.created_by.final org.jooq.TableField<RDictionaryItemRecord,LocalDateTime> The columnr_dictionary_item.created_time.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.dictionary_id.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.enabled.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.id.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.linked_dictionary_item_id.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.name.final org.jooq.TableField<RDictionaryItemRecord,Integer> The columnr_dictionary_item.pk.static final RDictionaryItemThe reference instance ofr_dictionary_itemfinal org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.revision.final org.jooq.TableField<RDictionaryItemRecord,Integer> The columnr_dictionary_item.sort_number.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.tenant_id.final org.jooq.TableField<RDictionaryItemRecord,String> The columnr_dictionary_item.updated_by.final org.jooq.TableField<RDictionaryItemRecord,LocalDateTime> The columnr_dictionary_item.updated_time.从类继承的字段 org.jooq.impl.TableImpl
parameters -
构造器概要
构造器构造器说明Create ar_dictionary_itemtable referenceRDictionaryItem(String alias) Create an aliasedr_dictionary_itemtable referenceRDictionaryItem(org.jooq.Name alias) Create an aliasedr_dictionary_itemtable referenceRDictionaryItem(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RDictionaryItemRecord> key) -
方法概要
修饰符和类型方法说明final org.jooq.Name$name()final org.jooq.Schema$schema()org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>as(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) final org.jooq.Table<RDictionaryItemRecord>as(org.jooq.Name alias) final org.jooq.Table<RDictionaryItemRecord>as(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Name> arg1) final org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>as(org.jooq.Table<?> arg0) final org.jooq.Table<RDictionaryItemRecord>as(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Field<?>> arg1) final org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>as(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) final org.jooq.Table<RDictionaryItemRecord>asTable()final org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>asTable(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) final org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>asTable(org.jooq.Name arg0) final org.jooq.Table<RDictionaryItemRecord>asTable(org.jooq.Name arg0, org.jooq.Name... arg1) final org.jooq.Table<RDictionaryItemRecord>asTable(org.jooq.Table<?> arg0) final org.jooq.Table<RDictionaryItemRecord>asTable(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) final org.jooq.QualifiedAsteriskasterisk()protected final org.jooq.DSLContextcreate()已过时。protected final org.jooq.DSLContextcreate(org.jooq.Configuration arg0) 已过时。protected final org.jooq.DSLContextcreate(org.jooq.Context<?> arg0) 已过时。protected final <T extends Object>
org.jooq.TableField<RDictionaryItemRecord,T> createField(String arg0, org.jooq.DataType<T> arg1) 已过时。protected final <T extends Object>
org.jooq.TableField<RDictionaryItemRecord,T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2) 已过时。protected final <T extends Object,U extends Object>
org.jooq.TableField<RDictionaryItemRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) 已过时。protected final <T extends Object,U extends Object>
org.jooq.TableField<RDictionaryItemRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) 已过时。protected final <T extends Object,X extends Object, U extends Object>
org.jooq.TableField<RDictionaryItemRecord,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 final <R extends org.jooq.Record,T extends Object>
org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) 已过时。protected static final <R extends org.jooq.Record,T extends Object>
org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) 已过时。protected static final <R extends org.jooq.Record,T extends Object, U extends Object>
org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) 已过时。protected static final <R extends org.jooq.Record,T extends Object, U extends Object>
org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) 已过时。protected static final <R extends org.jooq.Record,T extends Object, X extends Object, U extends Object>
org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) 已过时。protected final <T extends Object>
org.jooq.TableField<RDictionaryItemRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1) protected final <T extends Object>
org.jooq.TableField<RDictionaryItemRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2) protected final <T extends Object,U extends Object>
org.jooq.TableField<RDictionaryItemRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) protected final <T extends Object,U extends Object>
org.jooq.TableField<RDictionaryItemRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) protected final <T extends Object,X extends Object, U extends Object>
org.jooq.TableField<RDictionaryItemRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) protected static final <R extends org.jooq.Record,T extends Object>
org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) protected static final <R extends org.jooq.Record,T extends Object>
org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) protected static final <R extends org.jooq.Record,T extends Object, U extends Object>
org.jooq.TableField<R,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) protected static final <R extends org.jooq.Record,T extends Object, U extends Object>
org.jooq.TableField<R,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) protected static final <R extends org.jooq.Record,T extends Object, X extends Object, U extends Object>
org.jooq.TableField<R,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) final org.jooq.Table<org.jooq.Record>crossApply(String arg0) final org.jooq.Table<org.jooq.Record>crossApply(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>crossApply(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>crossApply(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>crossApply(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>crossApply(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>final org.jooq.Table<org.jooq.Record>final org.jooq.Table<org.jooq.Record>final org.jooq.Table<org.jooq.Record>crossJoin(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>crossJoin(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>crossJoin(org.jooq.TableLike<?> arg0) default org.jooq.DataType<?>dataType(int arg0) default org.jooq.DataType<?>default org.jooq.DataType<?>dataType(org.jooq.Name arg0) default org.jooq.DataType<?>[]booleanbooleanbooleanfinal org.jooq.DivideByOnStepdivideBy(org.jooq.Table<?> arg0) final org.jooq.Conditioneq(org.jooq.Table<RDictionaryItemRecord> arg0) final org.jooq.Conditionequal(org.jooq.Table<RDictionaryItemRecord> arg0) default org.jooq.Field<?>field(int arg0) default <T extends Object>
org.jooq.Field<T>default <T extends Object>
org.jooq.Field<T>field(int arg0, org.jooq.DataType<T> arg1) default <T extends Object>
org.jooq.Field<T>field(org.jooq.Field<T> arg0) final org.jooq.Field<?>[]fields()default org.jooq.Field<?>[]fields(int... arg0) default org.jooq.Field<?>[]default org.jooq.Field<?>[]fields(org.jooq.Field<?>... arg0) default org.jooq.Field<?>[]fields(org.jooq.Name... arg0) org.jooq.Row14<Integer,String, String, String, String, Integer, String, String, String, LocalDateTime, String, LocalDateTime, String, String> default Stream<org.jooq.Field<?>>final org.jooq.Table<RDictionaryItemRecord>forceIndex(String... arg0) final org.jooq.Table<RDictionaryItemRecord>forceIndexForGroupBy(String... arg0) final org.jooq.Table<RDictionaryItemRecord>forceIndexForJoin(String... arg0) final org.jooq.Table<RDictionaryItemRecord>forceIndexForOrderBy(String... arg0) final RDictionaryItemRecordfrom(org.jooq.Record arg0) final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>fullJoin(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>fullJoin(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>fullJoin(org.jooq.TableLike<?> arg0) final org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(String arg0) final org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(String arg0, Object... arg1) final org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(org.jooq.TableLike<?> arg0) booleanfinal org.jooq.CatalogList<org.jooq.Check<RDictionaryItemRecord>>final Stringfinal org.jooq.Commentfinal org.jooq.DataType<RDictionaryItemRecord>org.jooq.Identity<RDictionaryItemRecord,Integer> List<org.jooq.Index>List<org.jooq.UniqueKey<RDictionaryItemRecord>>getKeys()final StringgetName()final org.jooq.TableOptionsfinal org.jooq.Packageorg.jooq.UniqueKey<RDictionaryItemRecord>org.jooq.Nameorg.jooq.TableField<RDictionaryItemRecord,?> The class holding records for this typeorg.jooq.TableField<RDictionaryItemRecord,?> List<org.jooq.ForeignKey<RDictionaryItemRecord,?>> final <O extends org.jooq.Record>
List<org.jooq.ForeignKey<O,RDictionaryItemRecord>> getReferencesFrom(org.jooq.Table<O> arg0) final <O extends org.jooq.Record>
List<org.jooq.ForeignKey<RDictionaryItemRecord,O>> getReferencesTo(org.jooq.Table<O> arg0) org.jooq.Schemafinal org.jooq.TableOptions.TableTypegetType()List<org.jooq.UniqueKey<RDictionaryItemRecord>>final org.jooq.Namefinal org.jooq.Table<RDictionaryItemRecord>ignoreIndex(String... arg0) final org.jooq.Table<RDictionaryItemRecord>ignoreIndexForGroupBy(String... arg0) final org.jooq.Table<RDictionaryItemRecord>ignoreIndexForJoin(String... arg0) final org.jooq.Table<RDictionaryItemRecord>ignoreIndexForOrderBy(String... arg0) default intdefault intindexOf(org.jooq.Field<?> arg0) default intindexOf(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>innerJoin(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>innerJoin(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>innerJoin(org.jooq.TableLike<?> arg0) final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>final org.jooq.TableOnStep<org.jooq.Record>join(org.jooq.Name arg0) final org.jooq.TableOnStep<org.jooq.Record>join(org.jooq.SQL arg0) final org.jooq.TableOnStep<org.jooq.Record>join(org.jooq.TableLike<?> arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>join(org.jooq.TableLike<?> arg0, org.jooq.JoinType arg1) final org.jooq.TableOnStep<RDictionaryItemRecord>leftAntiJoin(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>final org.jooq.TablePartitionByStep<org.jooq.Record>final org.jooq.TablePartitionByStep<org.jooq.Record>final org.jooq.TablePartitionByStep<org.jooq.Record>leftJoin(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>leftJoin(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>leftJoin(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(String arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(String arg0, Object... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(org.jooq.TableLike<?> arg0) final org.jooq.TableOnStep<RDictionaryItemRecord>leftSemiJoin(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(String arg0) final org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>naturalJoin(String arg0) final org.jooq.Table<org.jooq.Record>naturalJoin(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>naturalJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>naturalJoin(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>naturalJoin(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>naturalJoin(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(String arg0) final org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) final org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(String arg0) final org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(org.jooq.TableLike<?> arg0) final org.jooq.Conditionne(org.jooq.Table<RDictionaryItemRecord> arg0) final RDictionaryItemRecordfinal org.jooq.ConditionnotEqual(org.jooq.Table<RDictionaryItemRecord> arg0) final org.jooq.Table<org.jooq.Record>outerApply(String arg0) final org.jooq.Table<org.jooq.Record>outerApply(String arg0, Object... arg1) final org.jooq.Table<org.jooq.Record>outerApply(String arg0, org.jooq.QueryPart... arg1) final org.jooq.Table<org.jooq.Record>outerApply(org.jooq.Name arg0) final org.jooq.Table<org.jooq.Record>outerApply(org.jooq.SQL arg0) final org.jooq.Table<org.jooq.Record>outerApply(org.jooq.TableLike<?> arg0) final org.jooq.RecordType<RDictionaryItemRecord>Rename this tablerename(org.jooq.Name name) Rename this tablebooleanrendersContent(org.jooq.Context<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>final org.jooq.TablePartitionByStep<org.jooq.Record>final org.jooq.TablePartitionByStep<org.jooq.Record>final org.jooq.TablePartitionByStep<org.jooq.Record>rightJoin(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>rightJoin(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>rightJoin(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(String arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(String arg0, Object... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(org.jooq.Name arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(org.jooq.TableLike<?> arg0) org.jooq.Field<org.jooq.RowId>rowid()final org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(String arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(String arg0, Object... arg1) final org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(org.jooq.Name arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(org.jooq.SQL arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(org.jooq.TableLike<?> arg0) toString()protected final org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1) default Class<?>type(int arg0) default Class<?>default Class<?>type(org.jooq.Name arg0) default Class<?>[]types()final org.jooq.Table<RDictionaryItemRecord>final org.jooq.Table<RDictionaryItemRecord>useIndexForGroupBy(String... arg0) final org.jooq.Table<RDictionaryItemRecord>useIndexForJoin(String... arg0) final org.jooq.Table<RDictionaryItemRecord>useIndexForOrderBy(String... arg0) org.jooq.Table<RDictionaryItemRecord>org.jooq.Table<RDictionaryItemRecord>org.jooq.Table<RDictionaryItemRecord>org.jooq.Table<RDictionaryItemRecord>where(Collection<? extends org.jooq.Condition> arg0) org.jooq.Table<RDictionaryItemRecord>where(org.jooq.Condition arg0) org.jooq.Table<RDictionaryItemRecord>where(org.jooq.Condition... arg0) org.jooq.Table<RDictionaryItemRecord>org.jooq.Table<RDictionaryItemRecord>where(org.jooq.SQL arg0) org.jooq.Table<RDictionaryItemRecord>whereExists(org.jooq.Select<?> arg0) org.jooq.Table<RDictionaryItemRecord>whereNotExists(org.jooq.Select<?> arg0) 从类继承的方法 org.jooq.impl.TableImpl
$alias, $aliased, accept, aliased, as, clauses, declaresTables, equals, field, field, field, field, field, field, hashCode, isSimple, isSynthetic从接口继承的方法 org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName从接口继承的方法 org.jooq.QueryPart
toString从接口继承的方法 org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
-
字段详细资料
-
R_DICTIONARY_ITEM
The reference instance ofr_dictionary_item -
PK
The columnr_dictionary_item.pk. 主键 -
DICTIONARY_ID
The columnr_dictionary_item.dictionary_id. 字典id -
ID
The columnr_dictionary_item.id. 唯一标识 -
NAME
The columnr_dictionary_item.name. 名称 -
CODE
The columnr_dictionary_item.code. 编码 -
SORT_NUMBER
The columnr_dictionary_item.sort_number. 排序号 -
ENABLED
The columnr_dictionary_item.enabled. 是否已启用 -
LINKED_DICTIONARY_ITEM_ID
The columnr_dictionary_item.linked_dictionary_item_id. 联动的字典项id -
CREATED_BY
The columnr_dictionary_item.created_by. 创建人 -
CREATED_TIME
The columnr_dictionary_item.created_time. 创建时间 -
UPDATED_BY
The columnr_dictionary_item.updated_by. 更新人 -
UPDATED_TIME
The columnr_dictionary_item.updated_time. 更新时间 -
REVISION
The columnr_dictionary_item.revision. 乐观锁 -
TENANT_ID
The columnr_dictionary_item.tenant_id. 租户号
-
-
构造器详细资料
-
RDictionaryItem
Create an aliasedr_dictionary_itemtable reference -
RDictionaryItem
public RDictionaryItem(org.jooq.Name alias) Create an aliasedr_dictionary_itemtable reference -
RDictionaryItem
public RDictionaryItem()Create ar_dictionary_itemtable reference -
RDictionaryItem
-
-
方法详细资料
-
getRecordType
The class holding records for this type- 指定者:
getRecordType在接口中org.jooq.RecordQualifier<RDictionaryItemRecord>- 覆盖:
getRecordType在类中org.jooq.impl.TableImpl<RDictionaryItemRecord>
-
getSchema
public org.jooq.Schema getSchema()- 指定者:
getSchema在接口中org.jooq.Qualified
-
getIndexes
- 指定者:
getIndexes在接口中org.jooq.Table<RDictionaryItemRecord>
-
getIdentity
- 指定者:
getIdentity在接口中org.jooq.Table<RDictionaryItemRecord>
-
getPrimaryKey
- 指定者:
getPrimaryKey在接口中org.jooq.Table<RDictionaryItemRecord>
-
as
- 指定者:
as在接口中org.jooq.Table<RDictionaryItemRecord>
-
as
- 指定者:
as在接口中org.jooq.Table<RDictionaryItemRecord>- 覆盖:
as在类中org.jooq.impl.TableImpl<RDictionaryItemRecord>
-
rename
Rename this table- 覆盖:
rename在类中org.jooq.impl.TableImpl<RDictionaryItemRecord>
-
rename
Rename this table- 覆盖:
rename在类中org.jooq.impl.TableImpl<RDictionaryItemRecord>
-
fieldsRow
public org.jooq.Row14<Integer,String, fieldsRow()String, String, String, Integer, String, String, String, LocalDateTime, String, LocalDateTime, String, String> - 指定者:
fieldsRow在接口中org.jooq.Fields- 覆盖:
fieldsRow在类中org.jooq.impl.TableImpl<RDictionaryItemRecord>
-
from
- 指定者:
from在接口中org.jooq.Table<R extends org.jooq.Record>
-
asterisk
public final org.jooq.QualifiedAsterisk asterisk()- 指定者:
asterisk在接口中org.jooq.Table<R extends org.jooq.Record>
-
getDataType
- 指定者:
getDataType在接口中org.jooq.RecordQualifier<R extends org.jooq.Record>
-
recordType
- 指定者:
recordType在接口中org.jooq.Table<R extends org.jooq.Record>
-
newRecord
- 指定者:
newRecord在接口中org.jooq.RecordQualifier<R extends org.jooq.Record>
-
fields
public final org.jooq.Field<?>[] fields()- 指定者:
fields在接口中org.jooq.Fields
-
asTable
- 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<RDictionaryItemRecord> asTable(org.jooq.Name arg0, org.jooq.Name... arg1) - 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
- 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<RDictionaryItemRecord> asTable(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) - 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<RDictionaryItemRecord> asTable(String arg0, Function<? super org.jooq.Field<?>, ? extends String> arg1) - 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<RDictionaryItemRecord> asTable(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) - 指定者:
asTable在接口中org.jooq.TableLike<R extends org.jooq.Record>
-
as
- 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(String arg0, Function<? super org.jooq.Field<?>, ? extends String> arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(org.jooq.Name arg0, Function<? super org.jooq.Field<?>, ? extends org.jooq.Name> arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Name> arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
getType
public final org.jooq.TableOptions.TableType getType()- 指定者:
getType在接口中org.jooq.Table<R extends org.jooq.Record>
-
getOptions
public final org.jooq.TableOptions getOptions()- 指定者:
getOptions在接口中org.jooq.Table<R extends org.jooq.Record>
-
getCatalog
public final org.jooq.Catalog getCatalog()- 指定者:
getCatalog在接口中org.jooq.Qualified
-
getPackage
public final org.jooq.Package getPackage()- 指定者:
getPackage在接口中org.jooq.RecordQualifier<R extends org.jooq.Record>
-
getRecordVersion
- 指定者:
getRecordVersion在接口中org.jooq.Table<R extends org.jooq.Record>
-
getRecordTimestamp
- 指定者:
getRecordTimestamp在接口中org.jooq.Table<R extends org.jooq.Record>
-
getKeys
- 指定者:
getKeys在接口中org.jooq.Table<R extends org.jooq.Record>
-
getUniqueKeys
- 指定者:
getUniqueKeys在接口中org.jooq.Table<R extends org.jooq.Record>
-
getReferencesFrom
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,RDictionaryItemRecord>> getReferencesFrom(org.jooq.Table<O> arg0) - 指定者:
getReferencesFrom在接口中org.jooq.Table<R extends org.jooq.Record>
-
getReferences
- 指定者:
getReferences在接口中org.jooq.Table<R extends org.jooq.Record>
-
getReferencesTo
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<RDictionaryItemRecord,O>> getReferencesTo(org.jooq.Table<O> arg0) - 指定者:
getReferencesTo在接口中org.jooq.Table<R extends org.jooq.Record>
-
getChecks
- 指定者:
getChecks在接口中org.jooq.Table<R extends org.jooq.Record>
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) 已过时。 -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) 已过时。 -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object, org.jooq.TableField<R,U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) 已过时。 -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object, org.jooq.TableField<R,U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) 已过时。 -
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object, org.jooq.TableField<R,X extends Object, U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) 已过时。 -
createField
@Deprecated protected final <T extends Object> org.jooq.TableField<RDictionaryItemRecord,T> createField(String arg0, org.jooq.DataType<T> arg1) 已过时。 -
createField
@Deprecated protected final <T extends Object> org.jooq.TableField<RDictionaryItemRecord,T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2) 已过时。 -
createField
@Deprecated protected final <T extends Object,U extends Object> org.jooq.TableField<RDictionaryItemRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) 已过时。 -
createField
@Deprecated protected final <T extends Object,U extends Object> org.jooq.TableField<RDictionaryItemRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) 已过时。 -
createField
@Deprecated protected final <T extends Object,X extends Object, org.jooq.TableField<RDictionaryItemRecord,U extends Object> U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) 已过时。 -
createField
protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) -
createField
-
createField
-
createField
-
createField
-
createField
protected final <T extends Object> org.jooq.TableField<RDictionaryItemRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1) -
createField
protected final <T extends Object> org.jooq.TableField<RDictionaryItemRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2) -
createField
protected final <T extends Object,U extends Object> org.jooq.TableField<RDictionaryItemRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) -
createField
protected final <T extends Object,U extends Object> org.jooq.TableField<RDictionaryItemRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) -
createField
protected final <T extends Object,X extends Object, org.jooq.TableField<RDictionaryItemRecord,U extends Object> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) -
eq
- 指定者:
eq在接口中org.jooq.Table<R extends org.jooq.Record>
-
equal
- 指定者:
equal在接口中org.jooq.Table<R extends org.jooq.Record>
-
ne
- 指定者:
ne在接口中org.jooq.Table<R extends org.jooq.Record>
-
notEqual
- 指定者:
notEqual在接口中org.jooq.Table<R extends org.jooq.Record>
-
rowid
public org.jooq.Field<org.jooq.RowId> rowid()- 指定者:
rowid在接口中org.jooq.Table<R extends org.jooq.Record>
-
useIndex
- 指定者:
useIndex在接口中org.jooq.Table<R extends org.jooq.Record>
-
useIndexForJoin
- 指定者:
useIndexForJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
useIndexForOrderBy
- 指定者:
useIndexForOrderBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
useIndexForGroupBy
- 指定者:
useIndexForGroupBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
ignoreIndex
- 指定者:
ignoreIndex在接口中org.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForJoin
- 指定者:
ignoreIndexForJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForOrderBy
- 指定者:
ignoreIndexForOrderBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForGroupBy
- 指定者:
ignoreIndexForGroupBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
forceIndex
- 指定者:
forceIndex在接口中org.jooq.Table<R extends org.jooq.Record>
-
forceIndexForJoin
- 指定者:
forceIndexForJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
forceIndexForOrderBy
- 指定者:
forceIndexForOrderBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
forceIndexForGroupBy
- 指定者:
forceIndexForGroupBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
- 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(org.jooq.Table<?> arg0, Function<? super org.jooq.Field<?>, ? extends org.jooq.Field<?>> arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<RDictionaryItemRecord> as(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Field<?>> arg1) - 指定者:
as在接口中org.jooq.Table<R extends org.jooq.Record>
-
divideBy
public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0) - 指定者:
divideBy在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftSemiJoin
- 指定者:
leftSemiJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftAntiJoin
- 指定者:
leftAntiJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
where
- 指定者:
where在接口中org.jooq.Table<R extends org.jooq.Record>
-
whereExists
- 指定者:
whereExists在接口中org.jooq.Table<R extends org.jooq.Record>
-
whereNotExists
- 指定者:
whereNotExists在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOptionalOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0, org.jooq.JoinType arg1) - 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0) - 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.SQL arg0) - 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
- 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
- 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
- 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.Name arg0) - 指定者:
join在接口中org.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.TableLike<?> arg0) - 指定者:
innerJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.SQL arg0) - 指定者:
innerJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
innerJoin
- 指定者:
innerJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
innerJoin
- 指定者:
innerJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
innerJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.Name arg0) - 指定者:
innerJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.TableLike<?> arg0) - 指定者:
leftJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.SQL arg0) - 指定者:
leftJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftJoin
- 指定者:
leftJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftJoin
- 指定者:
leftJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
leftJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.Name arg0) - 指定者:
leftJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.TableLike<?> arg0) - 指定者:
leftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.SQL arg0) - 指定者:
leftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
- 指定者:
leftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, Object... arg1) - 指定者:
leftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
leftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.Name arg0) - 指定者:
leftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.TableLike<?> arg0) - 指定者:
rightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.SQL arg0) - 指定者:
rightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightJoin
- 指定者:
rightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightJoin
- 指定者:
rightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
rightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.Name arg0) - 指定者:
rightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.TableLike<?> arg0) - 指定者:
rightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.SQL arg0) - 指定者:
rightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
- 指定者:
rightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, Object... arg1) - 指定者:
rightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
rightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.Name arg0) - 指定者:
rightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.TableLike<?> arg0) - 指定者:
fullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.SQL arg0) - 指定者:
fullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
- 指定者:
fullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
- 指定者:
fullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
fullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.Name arg0) - 指定者:
fullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.TableLike<?> arg0) - 指定者:
fullJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.SQL arg0) - 指定者:
fullJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullJoin
- 指定者:
fullJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullJoin
- 指定者:
fullJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
fullJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.Name arg0) - 指定者:
fullJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0) - 指定者:
crossJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.SQL arg0) - 指定者:
crossJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossJoin
- 指定者:
crossJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossJoin
- 指定者:
crossJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossJoin
- 指定者:
crossJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.Name arg0) - 指定者:
crossJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0) - 指定者:
naturalJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.SQL arg0) - 指定者:
naturalJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
- 指定者:
naturalJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
- 指定者:
naturalJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
- 指定者:
naturalJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.Name arg0) - 指定者:
naturalJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) - 指定者:
naturalLeftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.SQL arg0) - 指定者:
naturalLeftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
- 指定者:
naturalLeftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
- 指定者:
naturalLeftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
naturalLeftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.Name arg0) - 指定者:
naturalLeftOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0) - 指定者:
naturalRightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.SQL arg0) - 指定者:
naturalRightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
- 指定者:
naturalRightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
- 指定者:
naturalRightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
naturalRightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.Name arg0) - 指定者:
naturalRightOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.TableLike<?> arg0) - 指定者:
naturalFullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.SQL arg0) - 指定者:
naturalFullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
- 指定者:
naturalFullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
- 指定者:
naturalFullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
naturalFullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.Name arg0) - 指定者:
naturalFullOuterJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.TableLike<?> arg0) - 指定者:
crossApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.SQL arg0) - 指定者:
crossApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossApply
- 指定者:
crossApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossApply
- 指定者:
crossApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossApply
- 指定者:
crossApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.Name arg0) - 指定者:
crossApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.TableLike<?> arg0) - 指定者:
outerApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.SQL arg0) - 指定者:
outerApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
outerApply
- 指定者:
outerApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
outerApply
- 指定者:
outerApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
outerApply
- 指定者:
outerApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.Name arg0) - 指定者:
outerApply在接口中org.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.TableLike<?> arg0) - 指定者:
straightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.SQL arg0) - 指定者:
straightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
straightJoin
- 指定者:
straightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, Object... arg1) - 指定者:
straightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, org.jooq.QueryPart... arg1) - 指定者:
straightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.Name arg0) - 指定者:
straightJoin在接口中org.jooq.Table<R extends org.jooq.Record>
-
$schema
public final org.jooq.Schema $schema()- 指定者:
$schema在接口中org.jooq.Qualified
-
fieldStream
- 指定者:
fieldStream在接口中org.jooq.Fields
-
field
- 指定者:
field在接口中org.jooq.Fields
-
field
default org.jooq.Field<?> field(int arg0) - 指定者:
field在接口中org.jooq.Fields
-
field
- 指定者:
field在接口中org.jooq.Fields
-
field
- 指定者:
field在接口中org.jooq.Fields
-
fields
default org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0) - 指定者:
fields在接口中org.jooq.Fields
-
fields
- 指定者:
fields在接口中org.jooq.Fields
-
fields
default org.jooq.Field<?>[] fields(org.jooq.Name... arg0) - 指定者:
fields在接口中org.jooq.Fields
-
fields
default org.jooq.Field<?>[] fields(int... arg0) - 指定者:
fields在接口中org.jooq.Fields
-
indexOf
default int indexOf(org.jooq.Field<?> arg0) - 指定者:
indexOf在接口中org.jooq.Fields
-
indexOf
- 指定者:
indexOf在接口中org.jooq.Fields
-
indexOf
default int indexOf(org.jooq.Name arg0) - 指定者:
indexOf在接口中org.jooq.Fields
-
types
- 指定者:
types在接口中org.jooq.Fields
-
type
- 指定者:
type在接口中org.jooq.Fields
-
type
- 指定者:
type在接口中org.jooq.Fields
-
type
- 指定者:
type在接口中org.jooq.Fields
-
dataTypes
default org.jooq.DataType<?>[] dataTypes()- 指定者:
dataTypes在接口中org.jooq.Fields
-
dataType
default org.jooq.DataType<?> dataType(int arg0) - 指定者:
dataType在接口中org.jooq.Fields
-
dataType
- 指定者:
dataType在接口中org.jooq.Fields
-
dataType
default org.jooq.DataType<?> dataType(org.jooq.Name arg0) - 指定者:
dataType在接口中org.jooq.Fields
-
getName
- 指定者:
getName在接口中org.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- 指定者:
getQualifiedName在接口中org.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- 指定者:
getUnqualifiedName在接口中org.jooq.Named
-
getComment
- 指定者:
getComment在接口中org.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()- 指定者:
getCommentPart在接口中org.jooq.Named
-
$name
public final org.jooq.Name $name()- 指定者:
$name在接口中org.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0) - 指定者:
rendersContent在接口中org.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()- 指定者:
declaresFields在接口中org.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- 指定者:
declaresWindows在接口中org.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- 指定者:
declaresCTE在接口中org.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- 指定者:
generatesCast在接口中org.jooq.QueryPartInternal
-
toString
-
create
已过时。 -
create
已过时。 -
create
已过时。 -
translate
-