Package cn.vertxup.ambient.domain.tables
Class XCategory
- java.lang.Object
-
- org.jooq.impl.TableImpl<XCategoryRecord>
-
- cn.vertxup.ambient.domain.tables.XCategory
-
- All Implemented Interfaces:
Serializable,org.jooq.Fields,org.jooq.GroupField,org.jooq.Named,org.jooq.Qualified,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.RecordQualifier<XCategoryRecord>,org.jooq.Table<XCategoryRecord>,org.jooq.TableLike<XCategoryRecord>
public class XCategory extends org.jooq.impl.TableImpl<XCategoryRecord>
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description org.jooq.TableField<XCategoryRecord,Boolean>ACTIVEThe columnDB_ETERNAL.X_CATEGORY.ACTIVE.org.jooq.TableField<XCategoryRecord,String>APP_IDThe columnDB_ETERNAL.X_CATEGORY.APP_ID.org.jooq.TableField<XCategoryRecord,String>CODEThe columnDB_ETERNAL.X_CATEGORY.CODE.org.jooq.TableField<XCategoryRecord,String>COMMENTThe columnDB_ETERNAL.X_CATEGORY.COMMENT.org.jooq.TableField<XCategoryRecord,LocalDateTime>CREATED_ATThe columnDB_ETERNAL.X_CATEGORY.CREATED_AT.org.jooq.TableField<XCategoryRecord,String>CREATED_BYThe columnDB_ETERNAL.X_CATEGORY.CREATED_BY.org.jooq.TableField<XCategoryRecord,String>ICONThe columnDB_ETERNAL.X_CATEGORY.ICON.org.jooq.TableField<XCategoryRecord,String>IDENTIFIERThe columnDB_ETERNAL.X_CATEGORY.IDENTIFIER.org.jooq.TableField<XCategoryRecord,String>KEYThe columnDB_ETERNAL.X_CATEGORY.KEY.org.jooq.TableField<XCategoryRecord,String>LANGUAGEThe columnDB_ETERNAL.X_CATEGORY.LANGUAGE.org.jooq.TableField<XCategoryRecord,Boolean>LEAFThe columnDB_ETERNAL.X_CATEGORY.LEAF.org.jooq.TableField<XCategoryRecord,String>METADATAThe columnDB_ETERNAL.X_CATEGORY.METADATA.org.jooq.TableField<XCategoryRecord,String>NAMEThe columnDB_ETERNAL.X_CATEGORY.NAME.org.jooq.TableField<XCategoryRecord,String>PARENT_IDThe columnDB_ETERNAL.X_CATEGORY.PARENT_ID.org.jooq.TableField<XCategoryRecord,String>RUN_COMPONENTThe columnDB_ETERNAL.X_CATEGORY.RUN_COMPONENT.org.jooq.TableField<XCategoryRecord,String>SIGMAThe columnDB_ETERNAL.X_CATEGORY.SIGMA.org.jooq.TableField<XCategoryRecord,Integer>SORTThe columnDB_ETERNAL.X_CATEGORY.SORT.org.jooq.TableField<XCategoryRecord,String>TREE_COMPONENTThe columnDB_ETERNAL.X_CATEGORY.TREE_COMPONENT.org.jooq.TableField<XCategoryRecord,String>TYPEThe columnDB_ETERNAL.X_CATEGORY.TYPE.org.jooq.TableField<XCategoryRecord,LocalDateTime>UPDATED_ATThe columnDB_ETERNAL.X_CATEGORY.UPDATED_AT.org.jooq.TableField<XCategoryRecord,String>UPDATED_BYThe columnDB_ETERNAL.X_CATEGORY.UPDATED_BY.static XCategoryX_CATEGORYThe reference instance ofDB_ETERNAL.X_CATEGORY
-
Constructor Summary
Constructors Constructor Description XCategory()Create aDB_ETERNAL.X_CATEGORYtable referenceXCategory(String alias)Create an aliasedDB_ETERNAL.X_CATEGORYtable referenceXCategory(org.jooq.Name alias)Create an aliasedDB_ETERNAL.X_CATEGORYtable referenceXCategory(org.jooq.Table<O> child, org.jooq.ForeignKey<O,XCategoryRecord> key)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Default Methods Deprecated Methods Modifier and Type Method Description org.jooq.Name$name()org.jooq.Schema$schema()XCategoryas(String alias)org.jooq.Table<R>as(String arg0, String... arg1)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)XCategoryas(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)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, Function<? super org.jooq.Field<?>,? extends org.jooq.Field<?>> arg1)org.jooq.Table<R>as(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)org.jooq.Table<R>asTable()org.jooq.Table<R>asTable(String arg0)org.jooq.Table<R>asTable(String arg0, String... arg1)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(org.jooq.Name arg0)org.jooq.Table<R>asTable(org.jooq.Name arg0, org.jooq.Name... arg1)org.jooq.Table<R>asTable(org.jooq.Table<?> arg0)org.jooq.Table<R>asTable(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)org.jooq.QualifiedAsteriskasterisk()protected org.jooq.DSLContextcreate()Deprecated.protected org.jooq.DSLContextcreate(org.jooq.Configuration arg0)Deprecated.protected org.jooq.DSLContextcreate(org.jooq.Context<?> arg0)Deprecated.protected <T extends Object>
org.jooq.TableField<R,T>createField(String arg0, org.jooq.DataType<T> arg1)Deprecated.protected <T extends Object>
org.jooq.TableField<R,T>createField(String arg0, org.jooq.DataType<T> arg1, String arg2)Deprecated.protected <T extends Object,U extends Object>
org.jooq.TableField<R,U>createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T,U> arg3)Deprecated.protected <T extends Object,U extends Object>
org.jooq.TableField<R,U>createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T,U> arg3)Deprecated.protected <T extends Object,X extends Object,U extends Object>
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)Deprecated.protected static <R extends org.jooq.Record,T extends Object>
org.jooq.TableField<R,T>createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)Deprecated.protected static <R extends org.jooq.Record,T extends Object>
org.jooq.TableField<R,T>createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3)Deprecated.protected static <R extends org.jooq.Record,T extends Object,U extends Object>
org.jooq.TableField<R,U>createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T,U> arg4)Deprecated.protected static <R extends org.jooq.Record,T extends Object,U extends Object>
org.jooq.TableField<R,U>createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T,U> arg4)Deprecated.protected static <R extends org.jooq.Record,T extends Object,X extends Object,U extends Object>
org.jooq.TableField<R,U>createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X,U> arg4, org.jooq.Binding<T,X> arg5)Deprecated.protected <T extends Object>
org.jooq.TableField<R,T>createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1)protected <T extends Object>
org.jooq.TableField<R,T>createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2)protected <T extends Object,U extends Object>
org.jooq.TableField<R,U>createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T,U> arg3)protected <T extends Object,U extends Object>
org.jooq.TableField<R,U>createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T,U> arg3)protected <T extends Object,X extends Object,U extends Object>
org.jooq.TableField<R,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 <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 <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 <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 <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 <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)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.Name arg0)org.jooq.Table<org.jooq.Record>crossApply(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>crossApply(org.jooq.TableLike<?> 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.Name arg0)org.jooq.Table<org.jooq.Record>crossJoin(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>crossJoin(org.jooq.TableLike<?> arg0)default org.jooq.DataType<?>dataType(int arg0)default org.jooq.DataType<?>dataType(String arg0)default org.jooq.DataType<?>dataType(org.jooq.Name arg0)default org.jooq.DataType<?>[]dataTypes()booleandeclaresCTE()booleandeclaresFields()booleandeclaresWindows()org.jooq.DivideByOnStepdivideBy(org.jooq.Table<?> arg0)org.jooq.Conditioneq(org.jooq.Table<R> arg0)org.jooq.Conditionequal(org.jooq.Table<R> arg0)default org.jooq.Field<?>field(int arg0)default <T extends Object>
org.jooq.Field<T>field(int arg0, Class<T> arg1)default <T extends Object>
org.jooq.Field<T>field(int arg0, org.jooq.DataType<T> arg1)default org.jooq.Field<?>field(String arg0)Deprecated.default <T extends Object>
org.jooq.Field<T>field(String arg0, Class<T> arg1)Deprecated.default <T extends Object>
org.jooq.Field<T>field(String arg0, org.jooq.DataType<T> arg1)Deprecated.default <T extends Object>
org.jooq.Field<T>field(org.jooq.Field<T> arg0)default org.jooq.Field<?>field(org.jooq.Name arg0)Deprecated.default <T extends Object>
org.jooq.Field<T>field(org.jooq.Name arg0, Class<T> arg1)Deprecated.default <T extends Object>
org.jooq.Field<T>field(org.jooq.Name arg0, org.jooq.DataType<T> arg1)Deprecated.org.jooq.Field<?>[]fields()default org.jooq.Field<?>[]fields(int... arg0)default org.jooq.Field<?>[]fields(String... arg0)default org.jooq.Field<?>[]fields(org.jooq.Field<?>... arg0)default org.jooq.Field<?>[]fields(org.jooq.Name... arg0)org.jooq.Row21<String,String,String,String,String,Integer,Boolean,String,String,String,String,String,String,Boolean,String,String,String,LocalDateTime,String,LocalDateTime,String>fieldsRow()default 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)Rfrom(org.jooq.Record 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.Name arg0)org.jooq.TableOnStep<org.jooq.Record>fullJoin(org.jooq.SQL arg0)org.jooq.TableOnStep<org.jooq.Record>fullJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(org.jooq.SQL arg0)org.jooq.TableOnStep<org.jooq.Record>fullOuterJoin(org.jooq.TableLike<?> arg0)booleangeneratesCast()org.jooq.CataloggetCatalog()List<org.jooq.Check<R>>getChecks()StringgetComment()org.jooq.CommentgetCommentPart()org.jooq.DataType<R>getDataType()org.jooq.Identity<R,?>getIdentity()List<org.jooq.Index>getIndexes()List<org.jooq.UniqueKey<R>>getKeys()StringgetName()org.jooq.TableOptionsgetOptions()org.jooq.PackagegetPackage()org.jooq.UniqueKey<XCategoryRecord>getPrimaryKey()org.jooq.NamegetQualifiedName()org.jooq.TableField<R,?>getRecordTimestamp()Class<XCategoryRecord>getRecordType()The class holding records for this typeorg.jooq.TableField<R,?>getRecordVersion()List<org.jooq.ForeignKey<R,?>>getReferences()<O extends org.jooq.Record>
List<org.jooq.ForeignKey<O,R>>getReferencesFrom(org.jooq.Table<O> arg0)<O extends org.jooq.Record>
List<org.jooq.ForeignKey<R,O>>getReferencesTo(org.jooq.Table<O> arg0)org.jooq.SchemagetSchema()org.jooq.TableOptions.TableTypegetType()List<org.jooq.UniqueKey<XCategoryRecord>>getUniqueKeys()org.jooq.NamegetUnqualifiedName()inthashCode()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)default intindexOf(String arg0)default intindexOf(org.jooq.Field<?> arg0)default intindexOf(org.jooq.Name 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.Name arg0)org.jooq.TableOnStep<org.jooq.Record>innerJoin(org.jooq.SQL arg0)org.jooq.TableOnStep<org.jooq.Record>innerJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.TableOnStep<org.jooq.Record>join(org.jooq.SQL arg0)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(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.Name arg0)org.jooq.TablePartitionByStep<org.jooq.Record>leftJoin(org.jooq.SQL arg0)org.jooq.TablePartitionByStep<org.jooq.Record>leftJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.TablePartitionByStep<org.jooq.Record>leftOuterJoin(org.jooq.SQL arg0)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>naturalFullOuterJoin(String arg0)org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(String arg0, Object... arg1)org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(String arg0, org.jooq.QueryPart... arg1)org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(org.jooq.Name arg0)org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>naturalFullOuterJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.Table<org.jooq.Record>naturalJoin(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>naturalJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>naturalLeftOuterJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>naturalRightOuterJoin(org.jooq.TableLike<?> arg0)org.jooq.Conditionne(org.jooq.Table<R> arg0)RnewRecord()org.jooq.ConditionnotEqual(org.jooq.Table<R> 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.Name arg0)org.jooq.Table<org.jooq.Record>outerApply(org.jooq.SQL arg0)org.jooq.Table<org.jooq.Record>outerApply(org.jooq.TableLike<?> arg0)org.jooq.RecordType<R>recordType()XCategoryrename(String name)Rename this tableXCategoryrename(org.jooq.Name name)Rename this tablebooleanrendersContent(org.jooq.Context<?> 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.Name arg0)org.jooq.TablePartitionByStep<org.jooq.Record>rightJoin(org.jooq.SQL arg0)org.jooq.TablePartitionByStep<org.jooq.Record>rightJoin(org.jooq.TableLike<?> 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.Name arg0)org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(org.jooq.SQL arg0)org.jooq.TablePartitionByStep<org.jooq.Record>rightOuterJoin(org.jooq.TableLike<?> arg0)org.jooq.Field<org.jooq.RowId>rowid()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.Name arg0)org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(org.jooq.SQL arg0)org.jooq.TableOptionalOnStep<org.jooq.Record>straightJoin(org.jooq.TableLike<?> arg0)StringtoString()protected org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1)default Class<?>type(int arg0)default Class<?>type(String arg0)default Class<?>type(org.jooq.Name arg0)default Class<?>[]types()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)org.jooq.Table<R>where(String arg0)org.jooq.Table<R>where(String arg0, Object... arg1)org.jooq.Table<R>where(String arg0, org.jooq.QueryPart... arg1)org.jooq.Table<R>where(Collection<? extends org.jooq.Condition> arg0)org.jooq.Table<R>where(org.jooq.Condition arg0)org.jooq.Table<R>where(org.jooq.Condition... arg0)org.jooq.Table<R>where(org.jooq.Field<Boolean> arg0)org.jooq.Table<R>where(org.jooq.SQL arg0)org.jooq.Table<R>whereExists(org.jooq.Select<?> arg0)org.jooq.Table<R>whereNotExists(org.jooq.Select<?> arg0)-
Methods inherited from class org.jooq.impl.TableImpl
accept, aliased, as, clauses, declaresTables, equals, isSimple, isSynthetic
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
X_CATEGORY
public static final XCategory X_CATEGORY
The reference instance ofDB_ETERNAL.X_CATEGORY
-
KEY
public final org.jooq.TableField<XCategoryRecord,String> KEY
The columnDB_ETERNAL.X_CATEGORY.KEY. 「key」- 类型主键
-
NAME
public final org.jooq.TableField<XCategoryRecord,String> NAME
The columnDB_ETERNAL.X_CATEGORY.NAME. 「name」- 类型名称
-
CODE
public final org.jooq.TableField<XCategoryRecord,String> CODE
The columnDB_ETERNAL.X_CATEGORY.CODE. 「code」- 类型编号
-
ICON
public final org.jooq.TableField<XCategoryRecord,String> ICON
The columnDB_ETERNAL.X_CATEGORY.ICON. 「icon」- 类型图标
-
TYPE
public final org.jooq.TableField<XCategoryRecord,String> TYPE
The columnDB_ETERNAL.X_CATEGORY.TYPE. 「type」- 类型的分类
-
SORT
public final org.jooq.TableField<XCategoryRecord,Integer> SORT
The columnDB_ETERNAL.X_CATEGORY.SORT. 「sort」- 排序信息
-
LEAF
public final org.jooq.TableField<XCategoryRecord,Boolean> LEAF
The columnDB_ETERNAL.X_CATEGORY.LEAF. 「leaf」- 是否叶节点
-
PARENT_ID
public final org.jooq.TableField<XCategoryRecord,String> PARENT_ID
The columnDB_ETERNAL.X_CATEGORY.PARENT_ID. 「parentId」- 父类ID
-
IDENTIFIER
public final org.jooq.TableField<XCategoryRecord,String> IDENTIFIER
The columnDB_ETERNAL.X_CATEGORY.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
-
COMMENT
public final org.jooq.TableField<XCategoryRecord,String> COMMENT
The columnDB_ETERNAL.X_CATEGORY.COMMENT. 「comment」- 备注信息
-
APP_ID
public final org.jooq.TableField<XCategoryRecord,String> APP_ID
The columnDB_ETERNAL.X_CATEGORY.APP_ID. 「appId」- 关联的应用程序ID
-
TREE_COMPONENT
public final org.jooq.TableField<XCategoryRecord,String> TREE_COMPONENT
The columnDB_ETERNAL.X_CATEGORY.TREE_COMPONENT. 「treeComponent」- 目录组件
-
RUN_COMPONENT
public final org.jooq.TableField<XCategoryRecord,String> RUN_COMPONENT
The columnDB_ETERNAL.X_CATEGORY.RUN_COMPONENT. 「runComponent」- 执行组件
-
ACTIVE
public final org.jooq.TableField<XCategoryRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_CATEGORY.ACTIVE. 「active」- 是否启用
-
SIGMA
public final org.jooq.TableField<XCategoryRecord,String> SIGMA
The columnDB_ETERNAL.X_CATEGORY.SIGMA. 「sigma」- 统一标识
-
METADATA
public final org.jooq.TableField<XCategoryRecord,String> METADATA
The columnDB_ETERNAL.X_CATEGORY.METADATA. 「metadata」- 附加配置
-
LANGUAGE
public final org.jooq.TableField<XCategoryRecord,String> LANGUAGE
The columnDB_ETERNAL.X_CATEGORY.LANGUAGE. 「language」- 使用的语言
-
CREATED_AT
public final org.jooq.TableField<XCategoryRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_CATEGORY.CREATED_AT. 「createdAt」- 创建时间
-
CREATED_BY
public final org.jooq.TableField<XCategoryRecord,String> CREATED_BY
The columnDB_ETERNAL.X_CATEGORY.CREATED_BY. 「createdBy」- 创建人
-
UPDATED_AT
public final org.jooq.TableField<XCategoryRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_CATEGORY.UPDATED_AT. 「updatedAt」- 更新时间
-
UPDATED_BY
public final org.jooq.TableField<XCategoryRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_CATEGORY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Constructor Detail
-
XCategory
public XCategory(String alias)
Create an aliasedDB_ETERNAL.X_CATEGORYtable reference
-
XCategory
public XCategory(org.jooq.Name alias)
Create an aliasedDB_ETERNAL.X_CATEGORYtable reference
-
XCategory
public XCategory()
Create aDB_ETERNAL.X_CATEGORYtable reference
-
XCategory
public XCategory(org.jooq.Table<O> child, org.jooq.ForeignKey<O,XCategoryRecord> key)
-
-
Method Detail
-
getRecordType
public Class<XCategoryRecord> getRecordType()
The class holding records for this type- Specified by:
getRecordTypein interfaceorg.jooq.RecordQualifier<XCategoryRecord>- Overrides:
getRecordTypein classorg.jooq.impl.TableImpl<XCategoryRecord>
-
getSchema
public org.jooq.Schema getSchema()
- Specified by:
getSchemain interfaceorg.jooq.Qualified
-
getIndexes
public List<org.jooq.Index> getIndexes()
- Specified by:
getIndexesin interfaceorg.jooq.Table<XCategoryRecord>
-
getPrimaryKey
public org.jooq.UniqueKey<XCategoryRecord> getPrimaryKey()
- Specified by:
getPrimaryKeyin interfaceorg.jooq.Table<XCategoryRecord>
-
getUniqueKeys
public List<org.jooq.UniqueKey<XCategoryRecord>> getUniqueKeys()
- Specified by:
getUniqueKeysin interfaceorg.jooq.Table<XCategoryRecord>
-
as
public XCategory as(String alias)
- Specified by:
asin interfaceorg.jooq.Table<XCategoryRecord>
-
as
public XCategory as(org.jooq.Name alias)
- Specified by:
asin interfaceorg.jooq.Table<XCategoryRecord>- Overrides:
asin classorg.jooq.impl.TableImpl<XCategoryRecord>
-
rename
public XCategory rename(String name)
Rename this table- Overrides:
renamein classorg.jooq.impl.TableImpl<XCategoryRecord>
-
rename
public XCategory rename(org.jooq.Name name)
Rename this table- Overrides:
renamein classorg.jooq.impl.TableImpl<XCategoryRecord>
-
fieldsRow
public org.jooq.Row21<String,String,String,String,String,Integer,Boolean,String,String,String,String,String,String,Boolean,String,String,String,LocalDateTime,String,LocalDateTime,String> fieldsRow()
- Specified by:
fieldsRowin interfaceorg.jooq.Fields- Overrides:
fieldsRowin classorg.jooq.impl.TableImpl<XCategoryRecord>
-
from
public final R from(org.jooq.Record arg0)
- Specified by:
fromin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
asterisk
public final org.jooq.QualifiedAsterisk asterisk()
- Specified by:
asteriskin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getDataType
public final org.jooq.DataType<R> getDataType()
- Specified by:
getDataTypein interfaceorg.jooq.RecordQualifier<R extends org.jooq.Record>
-
recordType
public final org.jooq.RecordType<R> recordType()
- Specified by:
recordTypein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
newRecord
public final R newRecord()
- Specified by:
newRecordin interfaceorg.jooq.RecordQualifier<R extends org.jooq.Record>
-
fields
public final org.jooq.Field<?>[] fields()
- Specified by:
fieldsin interfaceorg.jooq.Fields
-
asTable
public final org.jooq.Table<R> asTable()
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(String arg0)
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(String arg0, String... arg1)
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(org.jooq.Name arg0)
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(org.jooq.Name arg0, org.jooq.Name... arg1)- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(org.jooq.Table<?> arg0)
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(String arg0, Function<? super org.jooq.Field<?>,? extends String> arg1)
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
asTable
public final org.jooq.Table<R> asTable(String arg0, BiFunction<? super org.jooq.Field<?>,? super Integer,? extends String> arg1)
- Specified by:
asTablein interfaceorg.jooq.TableLike<R extends org.jooq.Record>
-
as
public org.jooq.Table<R> as(String arg0, String... arg1)
- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(String arg0, Function<? super org.jooq.Field<?>,? extends String> arg1)
- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(String arg0, BiFunction<? super org.jooq.Field<?>,? super Integer,? extends String> arg1)
- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(org.jooq.Name arg0, Function<? super org.jooq.Field<?>,? extends org.jooq.Name> arg1)- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>,? super Integer,? extends org.jooq.Name> arg1)- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getType
public final org.jooq.TableOptions.TableType getType()
- Specified by:
getTypein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getOptions
public final org.jooq.TableOptions getOptions()
- Specified by:
getOptionsin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getCatalog
public final org.jooq.Catalog getCatalog()
- Specified by:
getCatalogin interfaceorg.jooq.Qualified
-
getPackage
public final org.jooq.Package getPackage()
- Specified by:
getPackagein interfaceorg.jooq.RecordQualifier<R extends org.jooq.Record>
-
getIdentity
public org.jooq.Identity<R,?> getIdentity()
- Specified by:
getIdentityin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getRecordVersion
public org.jooq.TableField<R,?> getRecordVersion()
- Specified by:
getRecordVersionin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getRecordTimestamp
public org.jooq.TableField<R,?> getRecordTimestamp()
- Specified by:
getRecordTimestampin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getKeys
public List<org.jooq.UniqueKey<R>> getKeys()
- Specified by:
getKeysin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getReferencesFrom
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,R>> getReferencesFrom(org.jooq.Table<O> arg0)
- Specified by:
getReferencesFromin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getReferences
public List<org.jooq.ForeignKey<R,?>> getReferences()
- Specified by:
getReferencesin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getReferencesTo
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,O>> getReferencesTo(org.jooq.Table<O> arg0)
- Specified by:
getReferencesToin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
getChecks
public List<org.jooq.Check<R>> getChecks()
- Specified by:
getChecksin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
Deprecated.
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3)
Deprecated.
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object,U extends Object> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T,U> arg4)
Deprecated.
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object,U extends Object> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T,U> arg4)
Deprecated.
-
createField
@Deprecated protected static final <R extends org.jooq.Record,T extends Object,X extends Object,U extends Object> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X,U> arg4, org.jooq.Binding<T,X> arg5)
Deprecated.
-
createField
@Deprecated protected final <T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1)
Deprecated.
-
createField
@Deprecated protected final <T extends Object> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,U extends Object> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T,U> arg3)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,U extends Object> org.jooq.TableField<R,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T,U> arg3)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,X extends Object,U extends Object> 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)
Deprecated.
-
createField
protected static final <R extends org.jooq.Record,T extends Object> org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
-
createField
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)
-
createField
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)
-
createField
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)
-
createField
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)
-
createField
protected final <T extends Object> org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
-
createField
protected final <T extends Object> org.jooq.TableField<R,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<R,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<R,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,U extends Object> org.jooq.TableField<R,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
public final org.jooq.Condition eq(org.jooq.Table<R> arg0)
- Specified by:
eqin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
equal
public final org.jooq.Condition equal(org.jooq.Table<R> arg0)
- Specified by:
equalin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ne
public final org.jooq.Condition ne(org.jooq.Table<R> arg0)
- Specified by:
nein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
notEqual
public final org.jooq.Condition notEqual(org.jooq.Table<R> arg0)
- Specified by:
notEqualin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rowid
public org.jooq.Field<org.jooq.RowId> rowid()
- Specified by:
rowidin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndex
public final org.jooq.Table<R> useIndex(String... arg0)
- Specified by:
useIndexin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndexForJoin
public final org.jooq.Table<R> useIndexForJoin(String... arg0)
- Specified by:
useIndexForJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndexForOrderBy
public final org.jooq.Table<R> useIndexForOrderBy(String... arg0)
- Specified by:
useIndexForOrderByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
useIndexForGroupBy
public final org.jooq.Table<R> useIndexForGroupBy(String... arg0)
- Specified by:
useIndexForGroupByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndex
public final org.jooq.Table<R> ignoreIndex(String... arg0)
- Specified by:
ignoreIndexin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForJoin
public final org.jooq.Table<R> ignoreIndexForJoin(String... arg0)
- Specified by:
ignoreIndexForJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForOrderBy
public final org.jooq.Table<R> ignoreIndexForOrderBy(String... arg0)
- Specified by:
ignoreIndexForOrderByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
ignoreIndexForGroupBy
public final org.jooq.Table<R> ignoreIndexForGroupBy(String... arg0)
- Specified by:
ignoreIndexForGroupByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndex
public final org.jooq.Table<R> forceIndex(String... arg0)
- Specified by:
forceIndexin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndexForJoin
public final org.jooq.Table<R> forceIndexForJoin(String... arg0)
- Specified by:
forceIndexForJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndexForOrderBy
public final org.jooq.Table<R> forceIndexForOrderBy(String... arg0)
- Specified by:
forceIndexForOrderByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
forceIndexForGroupBy
public final org.jooq.Table<R> forceIndexForGroupBy(String... arg0)
- Specified by:
forceIndexForGroupByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(org.jooq.Table<?> arg0)
- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(org.jooq.Table<?> arg0, Function<? super org.jooq.Field<?>,? extends org.jooq.Field<?>> arg1)- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
as
public final org.jooq.Table<R> as(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>,? super Integer,? extends org.jooq.Field<?>> arg1)- Specified by:
asin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
divideBy
public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0)
- Specified by:
divideByin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftSemiJoin
public final org.jooq.TableOnStep<R> leftSemiJoin(org.jooq.TableLike<?> arg0)
- Specified by:
leftSemiJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftAntiJoin
public final org.jooq.TableOnStep<R> leftAntiJoin(org.jooq.TableLike<?> arg0)
- Specified by:
leftAntiJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(org.jooq.Condition arg0)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(org.jooq.Condition... arg0)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(Collection<? extends org.jooq.Condition> arg0)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(org.jooq.Field<Boolean> arg0)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(org.jooq.SQL arg0)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(String arg0)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(String arg0, Object... arg1)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
where
public org.jooq.Table<R> where(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
wherein interfaceorg.jooq.Table<R extends org.jooq.Record>
-
whereExists
public org.jooq.Table<R> whereExists(org.jooq.Select<?> arg0)
- Specified by:
whereExistsin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
whereNotExists
public org.jooq.Table<R> whereNotExists(org.jooq.Select<?> arg0)
- Specified by:
whereNotExistsin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOptionalOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0, org.jooq.JoinType arg1)- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0)
- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.SQL arg0)
- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(String arg0)
- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(String arg0, Object... arg1)
- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
join
public final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.Name arg0)
- Specified by:
joinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.TableLike<?> arg0)
- Specified by:
innerJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.SQL arg0)
- Specified by:
innerJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0)
- Specified by:
innerJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, Object... arg1)
- Specified by:
innerJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
innerJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
innerJoin
public final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.Name arg0)
- Specified by:
innerJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.TableLike<?> arg0)
- Specified by:
leftJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.SQL arg0)
- Specified by:
leftJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0)
- Specified by:
leftJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, Object... arg1)
- Specified by:
leftJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
leftJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.Name arg0)
- Specified by:
leftJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.TableLike<?> arg0)
- Specified by:
leftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.SQL arg0)
- Specified by:
leftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0)
- Specified by:
leftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, Object... arg1)
- Specified by:
leftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
leftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
leftOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.Name arg0)
- Specified by:
leftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.TableLike<?> arg0)
- Specified by:
rightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.SQL arg0)
- Specified by:
rightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0)
- Specified by:
rightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, Object... arg1)
- Specified by:
rightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
rightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.Name arg0)
- Specified by:
rightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.TableLike<?> arg0)
- Specified by:
rightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.SQL arg0)
- Specified by:
rightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0)
- Specified by:
rightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, Object... arg1)
- Specified by:
rightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
rightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
rightOuterJoin
public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.Name arg0)
- Specified by:
rightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.TableLike<?> arg0)
- Specified by:
fullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.SQL arg0)
- Specified by:
fullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0)
- Specified by:
fullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0, Object... arg1)
- Specified by:
fullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
fullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullOuterJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin(org.jooq.Name arg0)
- Specified by:
fullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.TableLike<?> arg0)
- Specified by:
fullJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.SQL arg0)
- Specified by:
fullJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0)
- Specified by:
fullJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0, Object... arg1)
- Specified by:
fullJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
fullJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
fullJoin
public final org.jooq.TableOnStep<org.jooq.Record> fullJoin(org.jooq.Name arg0)
- Specified by:
fullJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0)
- Specified by:
crossJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.SQL arg0)
- Specified by:
crossJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0)
- Specified by:
crossJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, Object... arg1)
- Specified by:
crossJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
crossJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossJoin
public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.Name arg0)
- Specified by:
crossJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0)
- Specified by:
naturalJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.SQL arg0)
- Specified by:
naturalJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0)
- Specified by:
naturalJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, Object... arg1)
- Specified by:
naturalJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
naturalJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalJoin
public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.Name arg0)
- Specified by:
naturalJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0)
- Specified by:
naturalLeftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.SQL arg0)
- Specified by:
naturalLeftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0)
- Specified by:
naturalLeftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalLeftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
naturalLeftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalLeftOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.Name arg0)
- Specified by:
naturalLeftOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0)
- Specified by:
naturalRightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.SQL arg0)
- Specified by:
naturalRightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0)
- Specified by:
naturalRightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalRightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
naturalRightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalRightOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.Name arg0)
- Specified by:
naturalRightOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.TableLike<?> arg0)
- Specified by:
naturalFullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.SQL arg0)
- Specified by:
naturalFullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(String arg0)
- Specified by:
naturalFullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalFullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
naturalFullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
naturalFullOuterJoin
public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.Name arg0)
- Specified by:
naturalFullOuterJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.TableLike<?> arg0)
- Specified by:
crossApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.SQL arg0)
- Specified by:
crossApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(String arg0)
- Specified by:
crossApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(String arg0, Object... arg1)
- Specified by:
crossApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
crossApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
crossApply
public final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.Name arg0)
- Specified by:
crossApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.TableLike<?> arg0)
- Specified by:
outerApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.SQL arg0)
- Specified by:
outerApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(String arg0)
- Specified by:
outerApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(String arg0, Object... arg1)
- Specified by:
outerApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
outerApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
outerApply
public final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.Name arg0)
- Specified by:
outerApplyin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.TableLike<?> arg0)
- Specified by:
straightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.SQL arg0)
- Specified by:
straightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0)
- Specified by:
straightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, Object... arg1)
- Specified by:
straightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, org.jooq.QueryPart... arg1)
- Specified by:
straightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
straightJoin
public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.Name arg0)
- Specified by:
straightJoinin interfaceorg.jooq.Table<R extends org.jooq.Record>
-
$schema
public final org.jooq.Schema $schema()
- Specified by:
$schemain interfaceorg.jooq.Qualified
-
fieldStream
public default Stream<org.jooq.Field<?>> fieldStream()
- Specified by:
fieldStreamin interfaceorg.jooq.Fields
-
field
public default <T extends Object> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
@Deprecated public default org.jooq.Field<?> field(String arg0)
Deprecated.- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
@Deprecated public default <T extends Object> org.jooq.Field<T> field(String arg0, Class<T> arg1)
Deprecated.- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
@Deprecated public default <T extends Object> org.jooq.Field<T> field(String arg0, org.jooq.DataType<T> arg1)
Deprecated.- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
@Deprecated public default org.jooq.Field<?> field(org.jooq.Name arg0)
Deprecated.- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
@Deprecated public default <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, Class<T> arg1)
Deprecated.- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
@Deprecated public default <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
Deprecated.- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
public default org.jooq.Field<?> field(int arg0)
- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
public default <T extends Object> org.jooq.Field<T> field(int arg0, Class<T> arg1)
- Specified by:
fieldin interfaceorg.jooq.Fields
-
field
public default <T extends Object> org.jooq.Field<T> field(int arg0, org.jooq.DataType<T> arg1)
- Specified by:
fieldin interfaceorg.jooq.Fields
-
fields
public default org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
- Specified by:
fieldsin interfaceorg.jooq.Fields
-
fields
public default org.jooq.Field<?>[] fields(String... arg0)
- Specified by:
fieldsin interfaceorg.jooq.Fields
-
fields
public default org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
- Specified by:
fieldsin interfaceorg.jooq.Fields
-
fields
public default org.jooq.Field<?>[] fields(int... arg0)
- Specified by:
fieldsin interfaceorg.jooq.Fields
-
indexOf
public default int indexOf(org.jooq.Field<?> arg0)
- Specified by:
indexOfin interfaceorg.jooq.Fields
-
indexOf
public default int indexOf(String arg0)
- Specified by:
indexOfin interfaceorg.jooq.Fields
-
indexOf
public default int indexOf(org.jooq.Name arg0)
- Specified by:
indexOfin interfaceorg.jooq.Fields
-
types
public default Class<?>[] types()
- Specified by:
typesin interfaceorg.jooq.Fields
-
type
public default Class<?> type(int arg0)
- Specified by:
typein interfaceorg.jooq.Fields
-
type
public default Class<?> type(org.jooq.Name arg0)
- Specified by:
typein interfaceorg.jooq.Fields
-
dataTypes
public default org.jooq.DataType<?>[] dataTypes()
- Specified by:
dataTypesin interfaceorg.jooq.Fields
-
dataType
public default org.jooq.DataType<?> dataType(int arg0)
- Specified by:
dataTypein interfaceorg.jooq.Fields
-
dataType
public default org.jooq.DataType<?> dataType(String arg0)
- Specified by:
dataTypein interfaceorg.jooq.Fields
-
dataType
public default org.jooq.DataType<?> dataType(org.jooq.Name arg0)
- Specified by:
dataTypein interfaceorg.jooq.Fields
-
getName
public final String getName()
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceorg.jooq.Named
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()
- Specified by:
getCommentPartin interfaceorg.jooq.Named
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()
- Specified by:
$namein interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0)
- Specified by:
rendersContentin interfaceorg.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceorg.jooq.QueryPartInternal
-
toString
public String toString()
-
create
@Deprecated protected final org.jooq.DSLContext create()
Deprecated.
-
create
@Deprecated protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
Deprecated.
-
create
@Deprecated protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
Deprecated.
-
translate
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
-
-