Class Users
java.lang.Object
org.jooq.impl.TableImpl<UsersRecord>
com.io7m.idstore.database.postgres.internal.tables.Users
- All Implemented Interfaces:
- Serializable,- org.jooq.Fields,- org.jooq.GroupField,- org.jooq.impl.QOM.Aliasable<org.jooq.Table<UsersRecord>>,- org.jooq.Named,- org.jooq.Qualified,- org.jooq.QueryPart,- org.jooq.QueryPartInternal,- org.jooq.RecordQualifier<UsersRecord>,- org.jooq.SelectField<UsersRecord>,- org.jooq.SelectFieldOrAsterisk,- org.jooq.Table<UsersRecord>,- org.jooq.TableLike<UsersRecord>,- org.jooq.Typed<UsersRecord>
- Direct Known Subclasses:
- Users.UsersPath
This class is generated by jOOQ.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal org.jooq.TableField<UsersRecord, Boolean> The columnUSERS.DELETING.final org.jooq.TableField<UsersRecord, UUID> The columnUSERS.ID.final org.jooq.TableField<UsersRecord, String> The columnUSERS.ID_NAME.final org.jooq.TableField<UsersRecord, String> The columnUSERS.PASSWORD_ALGO.final org.jooq.TableField<UsersRecord, OffsetDateTime> The columnUSERS.PASSWORD_EXPIRES.final org.jooq.TableField<UsersRecord, String> The columnUSERS.PASSWORD_HASH.final org.jooq.TableField<UsersRecord, String> The columnUSERS.PASSWORD_SALT.final org.jooq.TableField<UsersRecord, String> The columnUSERS.REAL_NAME.final org.jooq.TableField<UsersRecord, OffsetDateTime> The columnUSERS.TIME_CREATED.final org.jooq.TableField<UsersRecord, OffsetDateTime> The columnUSERS.TIME_UPDATED.static final UsersThe reference instance ofUSERSFields inherited from class org.jooq.impl.TableImplparameters
- 
Constructor SummaryConstructorsConstructorDescriptionUsers()Create aUSERStable referenceCreate an aliasedUSERStable referenceUsers(org.jooq.Name alias) Create an aliasedUSERStable referenceUsers(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UsersRecord> childPath, org.jooq.InverseForeignKey<O, UsersRecord> parentPath) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.jooq.Name$alias()org.jooq.Table<UsersRecord> $aliased()final org.jooq.DataType<UsersRecord> final org.jooq.Name$name()final org.jooq.Schema$schema()final org.jooq.Table<UsersRecord> final org.jooq.Table<UsersRecord> as(String arg0, Collection<? extends String> arg1) final org.jooq.Table<UsersRecord> as(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) final org.jooq.Table<UsersRecord> final org.jooq.SelectField<UsersRecord> as(org.jooq.Field<?> arg0) as(org.jooq.Name alias) final org.jooq.Table<UsersRecord> as(org.jooq.Name arg0, Collection<? extends org.jooq.Name> arg1) final org.jooq.Table<UsersRecord> as(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Name> arg1) final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> alias) final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> arg0, Collection<? extends org.jooq.Field<?>> arg1) final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Field<?>> arg1) final org.jooq.Table<UsersRecord> final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) final org.jooq.Field<org.jooq.Result<UsersRecord>> final org.jooq.Field<org.jooq.Result<UsersRecord>> asMultiset(String arg0) final org.jooq.Field<org.jooq.Result<UsersRecord>> asMultiset(org.jooq.Field<?> arg0) final org.jooq.Field<org.jooq.Result<UsersRecord>> asMultiset(org.jooq.Name arg0) final org.jooq.Table<UsersRecord> asTable()final org.jooq.Table<UsersRecord> final org.jooq.Table<UsersRecord> final org.jooq.Table<UsersRecord> asTable(String arg0, Collection<? extends String> arg1) final org.jooq.Table<UsersRecord> asTable(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) final org.jooq.Table<UsersRecord> final org.jooq.Table<UsersRecord> asTable(org.jooq.Name arg0) final org.jooq.Table<UsersRecord> asTable(org.jooq.Name arg0, Collection<? extends org.jooq.Name> arg1) final org.jooq.Table<UsersRecord> asTable(org.jooq.Name arg0, org.jooq.Name... arg1) final org.jooq.Table<UsersRecord> asTable(org.jooq.Table<?> arg0) final org.jooq.Table<UsersRecord> asTable(org.jooq.Table<?> arg0, Collection<? extends org.jooq.Field<?>> arg1) final org.jooq.Table<UsersRecord> asTable(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1) final org.jooq.QualifiedAsteriskasterisk()final <U> org.jooq.SelectField<U> convert(Class<U> arg0, Function<? super UsersRecord, ? extends U> arg1, Function<? super U, ? extends UsersRecord> arg2) final <U> org.jooq.SelectField<U> convert(org.jooq.Binding<UsersRecord, U> arg0) final <U> org.jooq.SelectField<U> convert(org.jooq.Converter<UsersRecord, U> arg0) final <U> org.jooq.SelectField<U> convertFrom(Class<U> arg0, Function<? super UsersRecord, ? extends U> arg1) final <U> org.jooq.SelectField<U> convertFrom(Function<? super UsersRecord, ? extends U> arg0) final <U> org.jooq.SelectField<U> convertTo(Class<U> arg0, Function<? super U, ? extends UsersRecord> arg1) final <U> org.jooq.SelectField<U> convertTo(Function<? super U, ? extends UsersRecord> arg0) protected final org.jooq.DSLContextcreate()Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Context<?> arg0) Deprecated.protected final <T> org.jooq.TableField<UsersRecord, T> createField(String arg0, org.jooq.DataType<T> arg1) Deprecated.protected final <T> org.jooq.TableField<UsersRecord, T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2) Deprecated.protected final <T,U> org.jooq.TableField <UsersRecord, U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) Deprecated.protected final <T,U> org.jooq.TableField <UsersRecord, U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) Deprecated.protected final <T,X, U> org.jooq.TableField <UsersRecord, 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 final <R extends org.jooq.Record,T> 
 org.jooq.TableField<R, T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) Deprecated.protected static final <R extends org.jooq.Record,T> 
 org.jooq.TableField<R, T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) Deprecated.protected static final <R extends org.jooq.Record,T, U> 
 org.jooq.TableField<R, U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) Deprecated.protected static final <R extends org.jooq.Record,T, U> 
 org.jooq.TableField<R, U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) Deprecated.protected static final <R extends org.jooq.Record,T, X, U> 
 org.jooq.TableField<R, U> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5) Deprecated.protected final <T> org.jooq.TableField<UsersRecord, T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1) protected final <T> org.jooq.TableField<UsersRecord, T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2) protected final <T,U> org.jooq.TableField <UsersRecord, U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) protected final <T,U> org.jooq.TableField <UsersRecord, U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) protected final <T,X, U> org.jooq.TableField <UsersRecord, 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> 
 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> 
 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, U> 
 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, U> 
 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, X, U> 
 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) protected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, T, U> 
 org.jooq.TableField<R, U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Binding<T, U> arg4, org.jooq.Generator<R, TR, U> arg5) protected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, T, U> 
 org.jooq.TableField<R, U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<T, U> arg4, org.jooq.Generator<R, TR, U> arg5) protected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, T, X, U> 
 org.jooq.TableField<R, U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5, org.jooq.Generator<R, TR, U> arg6) protected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, T> 
 org.jooq.TableField<R, T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Generator<R, TR, T> arg4) protected final <TR extends org.jooq.Table<R>,T, U> 
 org.jooq.TableField<UsersRecord, U> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Binding<T, U> arg4, org.jooq.Generator<UsersRecord, TR, U> arg5) protected final <TR extends org.jooq.Table<R>,T, U> 
 org.jooq.TableField<UsersRecord, U> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<T, U> arg4, org.jooq.Generator<UsersRecord, TR, U> arg5) protected final <TR extends org.jooq.Table<R>,T, X, U> 
 org.jooq.TableField<UsersRecord, U> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5, org.jooq.Generator<UsersRecord, TR, U> arg6) protected final <TR extends org.jooq.Table<R>,T> 
 org.jooq.TableField<UsersRecord, T> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Generator<UsersRecord, TR, T> arg4) 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) emails()Get the implicit to-many join path to thePUBLIC.EMAILStablefinal org.jooq.Conditioneq(org.jooq.Table<UsersRecord> arg0) final org.jooq.Conditionequal(org.jooq.Table<UsersRecord> arg0) default org.jooq.Field<?> field(int arg0) default <T> org.jooq.Field<T> default <T> org.jooq.Field<T> field(int arg0, org.jooq.DataType<T> arg1) default <T> 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) default Stream<org.jooq.Field<?>> final org.jooq.Table<UsersRecord> forceIndex(String... arg0) final org.jooq.Table<UsersRecord> forceIndexForGroupBy(String... arg0) final org.jooq.Table<UsersRecord> forceIndexForJoin(String... arg0) final org.jooq.Table<UsersRecord> forceIndexForOrderBy(String... arg0) final UsersRecordfrom(org.jooq.Record 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> fullJoin(org.jooq.Name arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record> fullJoin(org.jooq.Path<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record> fullJoin(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record> fullJoin(org.jooq.TableLike<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(String arg0) final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(String arg0, Object... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(String arg0, org.jooq.QueryPart... arg1) final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(org.jooq.Name arg0) final org.jooq.TableOptionalOnStep<org.jooq.Record> fullOuterJoin(org.jooq.Path<?> arg0) final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(org.jooq.SQL arg0) final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(org.jooq.TableLike<?> arg0) booleanfinal org.jooq.Binding<?, UsersRecord> final org.jooq.CatalogList<org.jooq.Check<UsersRecord>> final Stringfinal org.jooq.Commentfinal org.jooq.ContextConverter<?, UsersRecord> final org.jooq.DataType<UsersRecord> final org.jooq.DataType<UsersRecord> getDataType(org.jooq.Configuration arg0) org.jooq.Identity<UsersRecord, ?> List<org.jooq.Index> List<org.jooq.UniqueKey<UsersRecord>> getKeys()final StringgetName()final org.jooq.TableOptionsfinal org.jooq.Packageorg.jooq.UniqueKey<UsersRecord> org.jooq.Nameorg.jooq.TableField<UsersRecord, ?> The class holding records for this typeorg.jooq.TableField<UsersRecord, ?> List<org.jooq.ForeignKey<UsersRecord, ?>> final <O extends org.jooq.Record>
 List<org.jooq.ForeignKey<O, UsersRecord>> getReferencesFrom(org.jooq.Table<O> arg0) final <O extends org.jooq.Record>
 List<org.jooq.ForeignKey<UsersRecord, O>> getReferencesTo(org.jooq.Table<O> arg0) org.jooq.Schemafinal org.jooq.TableOptions.TableTypefinal Class<UsersRecord> getType()List<org.jooq.UniqueKey<UsersRecord>> final org.jooq.Namefinal org.jooq.Table<UsersRecord> ignoreIndex(String... arg0) final org.jooq.Table<UsersRecord> ignoreIndexForGroupBy(String... arg0) final org.jooq.Table<UsersRecord> ignoreIndexForJoin(String... arg0) final org.jooq.Table<UsersRecord> 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.TableOptionalOnStep<org.jooq.Record> innerJoin(org.jooq.Path<?> 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.TableOptionalOnStep<org.jooq.Record> join(org.jooq.Path<?> 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<UsersRecord> leftAntiJoin(org.jooq.Path<?> arg0) final org.jooq.TableOnStep<UsersRecord> 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.TableOptionalOnStep<org.jooq.Record> leftJoin(org.jooq.Path<?> 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.TableOptionalOnStep<org.jooq.Record> leftOuterJoin(org.jooq.Path<?> 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.TableOptionalOnStep<UsersRecord> leftSemiJoin(org.jooq.Path<?> arg0) final org.jooq.TableOnStep<UsersRecord> 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<UsersRecord> arg0) final UsersRecordfinal org.jooq.ConditionnotEqual(org.jooq.Table<UsersRecord> 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<UsersRecord> Rename this tablerename(org.jooq.Name name) Rename this tablerename(org.jooq.Table<?> 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.TableOptionalOnStep<org.jooq.Record> rightJoin(org.jooq.Path<?> 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.TableOptionalOnStep<org.jooq.Record> rightOuterJoin(org.jooq.Path<?> 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.Path<?> 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<UsersRecord> final org.jooq.Table<UsersRecord> useIndexForGroupBy(String... arg0) final org.jooq.Table<UsersRecord> useIndexForJoin(String... arg0) final org.jooq.Table<UsersRecord> useIndexForOrderBy(String... arg0) userIds()Get the implicit join path to thePUBLIC.USER_IDStable.Get the implicit to-many join path to thePUBLIC.USER_PASSWORD_RESETStableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tablewhere(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tablewhere(org.jooq.Condition condition) Create an inline derived table from this tablewhere(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tablewhere(org.jooq.SQL condition) Create an inline derived table from this tablewhereExists(org.jooq.Select<?> select) Create an inline derived table from this tablewhereNotExists(org.jooq.Select<?> select) Create an inline derived table from this tableorg.jooq.Table<org.jooq.Record> Methods inherited from class org.jooq.impl.TableImplaccept, aliased, as, clauses, declaresTables, equals, field, field, field, field, field, field, fieldsRow, hashCode, isSimple, isSynthetic, join, joinMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.Named$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedNameMethods inherited from interface org.jooq.QueryParttoStringMethods inherited from interface org.jooq.QueryPartInternaldeclaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
- 
Field Details- 
USERSThe reference instance ofUSERS
- 
IDThe columnUSERS.ID.
- 
ID_NAMEThe columnUSERS.ID_NAME.
- 
REAL_NAMEThe columnUSERS.REAL_NAME.
- 
TIME_CREATEDThe columnUSERS.TIME_CREATED.
- 
TIME_UPDATEDThe columnUSERS.TIME_UPDATED.
- 
PASSWORD_ALGOThe columnUSERS.PASSWORD_ALGO.
- 
PASSWORD_HASHThe columnUSERS.PASSWORD_HASH.
- 
PASSWORD_SALTThe columnUSERS.PASSWORD_SALT.
- 
PASSWORD_EXPIRESThe columnUSERS.PASSWORD_EXPIRES.
- 
DELETINGThe columnUSERS.DELETING.
 
- 
- 
Constructor Details- 
UsersCreate an aliasedUSERStable reference
- 
Userspublic Users(org.jooq.Name alias) Create an aliasedUSERStable reference
- 
Userspublic Users()Create aUSERStable reference
- 
Userspublic Users(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UsersRecord> childPath, org.jooq.InverseForeignKey<O, UsersRecord> parentPath) 
 
- 
- 
Method Details- 
getRecordTypeThe class holding records for this type- Specified by:
- getRecordTypein interface- org.jooq.RecordQualifier<UsersRecord>
- Overrides:
- getRecordTypein class- org.jooq.impl.TableImpl<UsersRecord>
 
- 
getSchemapublic org.jooq.Schema getSchema()- Specified by:
- getSchemain interface- org.jooq.Qualified
 
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin interface- org.jooq.Table<UsersRecord>
 
- 
getReferences- Specified by:
- getReferencesin interface- org.jooq.Table<UsersRecord>
 
- 
userIdsGet the implicit join path to thePUBLIC.USER_IDStable.
- 
emailsGet the implicit to-many join path to thePUBLIC.EMAILStable
- 
userPasswordResetsGet the implicit to-many join path to thePUBLIC.USER_PASSWORD_RESETStable
- 
as- Specified by:
- asin interface- org.jooq.SelectField<UsersRecord>
- Specified by:
- asin interface- org.jooq.Table<UsersRecord>
 
- 
as- Specified by:
- asin interface- org.jooq.SelectField<UsersRecord>
- Specified by:
- asin interface- org.jooq.Table<UsersRecord>
- Overrides:
- asin class- org.jooq.impl.TableImpl<UsersRecord>
 
- 
as- Specified by:
- asin interface- org.jooq.Table<UsersRecord>
 
- 
renameRename this table- Overrides:
- renamein class- org.jooq.impl.TableImpl<UsersRecord>
 
- 
renameRename this table- Overrides:
- renamein class- org.jooq.impl.TableImpl<UsersRecord>
 
- 
renameRename this table- Overrides:
- renamein class- org.jooq.impl.TableImpl<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereCreate an inline derived table from this table- Specified by:
- wherein interface- org.jooq.Table<UsersRecord>
 
- 
whereExistsCreate an inline derived table from this table- Specified by:
- whereExistsin interface- org.jooq.Table<UsersRecord>
 
- 
whereNotExistsCreate an inline derived table from this table- Specified by:
- whereNotExistsin interface- org.jooq.Table<UsersRecord>
 
- 
$aliaspublic org.jooq.Name $alias()- Specified by:
- $aliasin interface- org.jooq.impl.QOM.Aliasable<R extends org.jooq.Record>
 
- 
$aliased- Specified by:
- $aliasedin interface- org.jooq.impl.QOM.Aliasable<R extends org.jooq.Record>
 
- 
getType- Specified by:
- getTypein interface- org.jooq.Typed<R extends org.jooq.Record>
 
- 
getDataType- Specified by:
- getDataTypein interface- org.jooq.Typed<R extends org.jooq.Record>
 
- 
$dataType- Specified by:
- $dataTypein interface- org.jooq.Typed<R extends org.jooq.Record>
 
- 
getBinding- Specified by:
- getBindingin interface- org.jooq.Typed<R extends org.jooq.Record>
 
- 
getConverter- Specified by:
- getConverterin interface- org.jooq.Typed<R extends org.jooq.Record>
 
- 
convert- Specified by:
- convertin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
convert- Specified by:
- convertin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
convertpublic final <U> org.jooq.SelectField<U> convert(Class<U> arg0, Function<? super UsersRecord, ? extends U> arg1, Function<? super U, ? extends UsersRecord> arg2) - Specified by:
- convertin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
convertFrompublic final <U> org.jooq.SelectField<U> convertFrom(Class<U> arg0, Function<? super UsersRecord, ? extends U> arg1) - Specified by:
- convertFromin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
convertFrompublic final <U> org.jooq.SelectField<U> convertFrom(Function<? super UsersRecord, ? extends U> arg0) - Specified by:
- convertFromin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
convertTopublic final <U> org.jooq.SelectField<U> convertTo(Class<U> arg0, Function<? super U, ? extends UsersRecord> arg1) - Specified by:
- convertToin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
convertTo- Specified by:
- convertToin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
as- Specified by:
- asin interface- org.jooq.SelectField<R extends org.jooq.Record>
 
- 
from- Specified by:
- fromin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
asteriskpublic final org.jooq.QualifiedAsterisk asterisk()- Specified by:
- asteriskin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getDataType- Specified by:
- getDataTypein interface- org.jooq.RecordQualifier<R extends org.jooq.Record>
- Specified by:
- getDataTypein interface- org.jooq.Typed<R extends org.jooq.Record>
 
- 
recordType- Specified by:
- recordTypein interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
newRecord- Specified by:
- newRecordin interface- org.jooq.RecordQualifier<R extends org.jooq.Record>
 
- 
fieldspublic final org.jooq.Field<?>[] fields()- Specified by:
- fieldsin interface- org.jooq.Fields
 
- 
asMultiset- Specified by:
- asMultisetin interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asMultiset- Specified by:
- asMultisetin interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asMultiset- Specified by:
- asMultisetin interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asMultiset- Specified by:
- asMultisetin interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTablepublic final org.jooq.Table<UsersRecord> asTable(org.jooq.Name arg0, Collection<? extends org.jooq.Name> arg1) - Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTable- Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTablepublic final org.jooq.Table<UsersRecord> asTable(org.jooq.Table<?> arg0, Collection<? extends org.jooq.Field<?>> arg1) - Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTablepublic final org.jooq.Table<UsersRecord> asTable(String arg0, Function<? super org.jooq.Field<?>, ? extends String> arg1) - Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
asTablepublic final org.jooq.Table<UsersRecord> asTable(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) - Specified by:
- asTablein interface- org.jooq.TableLike<R extends org.jooq.Record>
 
- 
as- Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
as- Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(String arg0, Function<? super org.jooq.Field<?>, ? extends String> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(String arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends String> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(org.jooq.Name arg0, Collection<? extends org.jooq.Name> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(org.jooq.Name arg0, Function<? super org.jooq.Field<?>, ? extends org.jooq.Name> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Name> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getTableTypepublic final org.jooq.TableOptions.TableType getTableType()- Specified by:
- getTableTypein interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getOptionspublic final org.jooq.TableOptions getOptions()- Specified by:
- getOptionsin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getCatalogpublic final org.jooq.Catalog getCatalog()- Specified by:
- getCatalogin interface- org.jooq.Qualified
 
- 
getPackagepublic final org.jooq.Package getPackage()- Specified by:
- getPackagein interface- org.jooq.RecordQualifier<R extends org.jooq.Record>
 
- 
getIdentity- Specified by:
- getIdentityin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getRecordVersion- Specified by:
- getRecordVersionin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getRecordTimestamp- Specified by:
- getRecordTimestampin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getIndexes- Specified by:
- getIndexesin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getKeys- Specified by:
- getKeysin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getUniqueKeys- Specified by:
- getUniqueKeysin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getReferencesFrompublic final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,UsersRecord>> getReferencesFrom(org.jooq.Table<O> arg0) - Specified by:
- getReferencesFromin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getReferencesTopublic final <O extends org.jooq.Record> List<org.jooq.ForeignKey<UsersRecord,O>> getReferencesTo(org.jooq.Table<O> arg0) - Specified by:
- getReferencesToin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
getChecks- Specified by:
- getChecksin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
createField@Deprecated protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) Deprecated.
- 
createField@Deprecated protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) Deprecated.
- 
createField@Deprecated protected static final <R extends org.jooq.Record,T, org.jooq.TableField<R,U> 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, org.jooq.TableField<R,U> 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, org.jooq.TableField<R,X, U> 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> org.jooq.TableField<UsersRecord,T> createField(String arg0, org.jooq.DataType<T> arg1) Deprecated.
- 
createField@Deprecated protected final <T> org.jooq.TableField<UsersRecord,T> createField(String arg0, org.jooq.DataType<T> arg1, String arg2) Deprecated.
- 
createField@Deprecated protected final <T,U> org.jooq.TableField<UsersRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) Deprecated.
- 
createField@Deprecated protected final <T,U> org.jooq.TableField<UsersRecord,U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) Deprecated.
- 
createField@Deprecated protected final <T,X, org.jooq.TableField<UsersRecord,U> U> createField(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X, U> arg3, org.jooq.Binding<T, X> arg4) Deprecated.
- 
createFieldprotected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2) 
- 
createFieldprotected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3) 
- 
createFieldprotected static final <R extends org.jooq.Record,T, org.jooq.TableField<R,U> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T, U> arg4) 
- 
createFieldprotected static final <R extends org.jooq.Record,T, org.jooq.TableField<R,U> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T, U> arg4) 
- 
createFieldprotected static final <R extends org.jooq.Record,T, org.jooq.TableField<R,X, U> 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) 
- 
createFieldprotected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, org.jooq.TableField<R,T> T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Generator<R, TR, T> arg4) 
- 
createFieldprotected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, org.jooq.TableField<R,T, U> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<T, U> arg4, org.jooq.Generator<R, TR, U> arg5) 
- 
createFieldprotected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, org.jooq.TableField<R,T, U> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Binding<T, U> arg4, org.jooq.Generator<R, TR, U> arg5) 
- 
createFieldprotected static final <R extends org.jooq.Record,TR extends org.jooq.Table<R>, org.jooq.TableField<R,T, X, U> U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5, org.jooq.Generator<R, TR, U> arg6) 
- 
createFieldprotected final <T> org.jooq.TableField<UsersRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1) 
- 
createFieldprotected final <T> org.jooq.TableField<UsersRecord,T> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2) 
- 
createFieldprotected final <T,U> org.jooq.TableField<UsersRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T, U> arg3) 
- 
createFieldprotected final <T,U> org.jooq.TableField<UsersRecord,U> createField(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T, U> arg3) 
- 
createFieldprotected final <T,X, org.jooq.TableField<UsersRecord,U> 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) 
- 
createField0protected final <TR extends org.jooq.Table<R>,T> org.jooq.TableField<UsersRecord,T> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Generator<UsersRecord, TR, T> arg4) 
- 
createField0protected final <TR extends org.jooq.Table<R>,T, org.jooq.TableField<UsersRecord,U> U> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<T, U> arg4, org.jooq.Generator<UsersRecord, TR, U> arg5) 
- 
createField0protected final <TR extends org.jooq.Table<R>,T, org.jooq.TableField<UsersRecord,U> U> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Binding<T, U> arg4, org.jooq.Generator<UsersRecord, TR, U> arg5) 
- 
createField0protected final <TR extends org.jooq.Table<R>,T, org.jooq.TableField<UsersRecord,X, U> U> createField0(org.jooq.Name arg0, org.jooq.DataType<T> arg1, TR arg2, String arg3, org.jooq.Converter<X, U> arg4, org.jooq.Binding<T, X> arg5, org.jooq.Generator<UsersRecord, TR, U> arg6) 
- 
eq- Specified by:
- eqin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
equal- Specified by:
- equalin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
ne- Specified by:
- nein interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
notEqual- Specified by:
- notEqualin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rowidpublic org.jooq.Field<org.jooq.RowId> rowid()- Specified by:
- rowidin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
useIndex- Specified by:
- useIndexin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
useIndexForJoin- Specified by:
- useIndexForJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
useIndexForOrderBy- Specified by:
- useIndexForOrderByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
useIndexForGroupBy- Specified by:
- useIndexForGroupByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
ignoreIndex- Specified by:
- ignoreIndexin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
ignoreIndexForJoin- Specified by:
- ignoreIndexForJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
ignoreIndexForOrderBy- Specified by:
- ignoreIndexForOrderByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
ignoreIndexForGroupBy- Specified by:
- ignoreIndexForGroupByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
forceIndex- Specified by:
- forceIndexin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
forceIndexForJoin- Specified by:
- forceIndexForJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
forceIndexForOrderBy- Specified by:
- forceIndexForOrderByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
forceIndexForGroupBy- Specified by:
- forceIndexForGroupByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
as- Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> arg0, Collection<? extends org.jooq.Field<?>> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> arg0, Function<? super org.jooq.Field<?>, ? extends org.jooq.Field<?>> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
aspublic final org.jooq.Table<UsersRecord> as(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>, ? super Integer, ? extends org.jooq.Field<?>> arg1) - Specified by:
- asin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
withOrdinalitypublic org.jooq.Table<org.jooq.Record> withOrdinality()- Specified by:
- withOrdinalityin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
divideBypublic final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0) - Specified by:
- divideByin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftSemiJoin- Specified by:
- leftSemiJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftSemiJoin- Specified by:
- leftSemiJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftAntiJoin- Specified by:
- leftAntiJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftAntiJoin- Specified by:
- leftAntiJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
joinpublic final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.TableLike<?> arg0) - Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
joinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> join(org.jooq.Path<?> arg0) - Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
joinpublic final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.SQL arg0) - Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
join- Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
join- Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
join- Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
joinpublic final org.jooq.TableOnStep<org.jooq.Record> join(org.jooq.Name arg0) - Specified by:
- joinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoinpublic final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.TableLike<?> arg0) - Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> innerJoin(org.jooq.Path<?> arg0) - Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoinpublic final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.SQL arg0) - Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoin- Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoin- Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoinpublic final org.jooq.TableOnStep<org.jooq.Record> innerJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
innerJoinpublic final org.jooq.TableOnStep<org.jooq.Record> innerJoin(org.jooq.Name arg0) - Specified by:
- innerJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.TableLike<?> arg0) - Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> leftJoin(org.jooq.Path<?> arg0) - Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.SQL arg0) - Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoin- Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoin- Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin(org.jooq.Name arg0) - Specified by:
- leftJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> leftOuterJoin(org.jooq.Path<?> arg0) - Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.SQL arg0) - Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoin- Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, Object... arg1) - Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
leftOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin(org.jooq.Name arg0) - Specified by:
- leftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.TableLike<?> arg0) - Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> rightJoin(org.jooq.Path<?> arg0) - Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.SQL arg0) - Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoin- Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoin- Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin(org.jooq.Name arg0) - Specified by:
- rightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> rightOuterJoin(org.jooq.Path<?> arg0) - Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.SQL arg0) - Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoin- Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, Object... arg1) - Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
rightOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin(org.jooq.Name arg0) - Specified by:
- rightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> fullOuterJoin(org.jooq.Path<?> arg0) - Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(org.jooq.SQL arg0) - Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoin- Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(String arg0, Object... arg1) - Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullOuterJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullOuterJoin(org.jooq.Name arg0) - Specified by:
- fullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullJoin(org.jooq.TableLike<?> arg0) - Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> fullJoin(org.jooq.Path<?> arg0) - Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullJoin(org.jooq.SQL arg0) - Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoin- Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoin- Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
fullJoinpublic final org.jooq.TablePartitionByStep<org.jooq.Record> fullJoin(org.jooq.Name arg0) - Specified by:
- fullJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossJoinpublic final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0) - Specified by:
- crossJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossJoinpublic final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.SQL arg0) - Specified by:
- crossJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossJoin- Specified by:
- crossJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossJoin- Specified by:
- crossJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossJoin- Specified by:
- crossJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossJoinpublic final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.Name arg0) - Specified by:
- crossJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalJoinpublic final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0) - Specified by:
- naturalJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalJoinpublic final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.SQL arg0) - Specified by:
- naturalJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalJoin- Specified by:
- naturalJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalJoin- Specified by:
- naturalJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalJoin- Specified by:
- naturalJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalJoinpublic final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.Name arg0) - Specified by:
- naturalJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalLeftOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
- naturalLeftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalLeftOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.SQL arg0) - Specified by:
- naturalLeftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalLeftOuterJoin- Specified by:
- naturalLeftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalLeftOuterJoin- Specified by:
- naturalLeftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalLeftOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- naturalLeftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalLeftOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.Name arg0) - Specified by:
- naturalLeftOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalRightOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
- naturalRightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalRightOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.SQL arg0) - Specified by:
- naturalRightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalRightOuterJoin- Specified by:
- naturalRightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalRightOuterJoin- Specified by:
- naturalRightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalRightOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- naturalRightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalRightOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.Name arg0) - Specified by:
- naturalRightOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalFullOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.TableLike<?> arg0) - Specified by:
- naturalFullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalFullOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.SQL arg0) - Specified by:
- naturalFullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalFullOuterJoin- Specified by:
- naturalFullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalFullOuterJoin- Specified by:
- naturalFullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalFullOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- naturalFullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
naturalFullOuterJoinpublic final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin(org.jooq.Name arg0) - Specified by:
- naturalFullOuterJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossApplypublic final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.TableLike<?> arg0) - Specified by:
- crossApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossApplypublic final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.SQL arg0) - Specified by:
- crossApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossApply- Specified by:
- crossApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossApply- Specified by:
- crossApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossApply- Specified by:
- crossApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
crossApplypublic final org.jooq.Table<org.jooq.Record> crossApply(org.jooq.Name arg0) - Specified by:
- crossApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
outerApplypublic final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.TableLike<?> arg0) - Specified by:
- outerApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
outerApplypublic final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.SQL arg0) - Specified by:
- outerApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
outerApply- Specified by:
- outerApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
outerApply- Specified by:
- outerApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
outerApply- Specified by:
- outerApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
outerApplypublic final org.jooq.Table<org.jooq.Record> outerApply(org.jooq.Name arg0) - Specified by:
- outerApplyin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.TableLike<?> arg0) - Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.Path<?> arg0) - Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.SQL arg0) - Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoin- Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, Object... arg1) - Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(String arg0, org.jooq.QueryPart... arg1) - Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
straightJoinpublic final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin(org.jooq.Name arg0) - Specified by:
- straightJoinin interface- org.jooq.Table<R extends org.jooq.Record>
 
- 
$schemapublic final org.jooq.Schema $schema()- Specified by:
- $schemain interface- org.jooq.Qualified
 
- 
fieldStream- Specified by:
- fieldStreamin interface- org.jooq.Fields
 
- 
fielddefault <T> org.jooq.Field<T> field(org.jooq.Field<T> arg0) - Specified by:
- fieldin interface- org.jooq.Fields
 
- 
fielddefault org.jooq.Field<?> field(int arg0) - Specified by:
- fieldin interface- org.jooq.Fields
 
- 
field- Specified by:
- fieldin interface- org.jooq.Fields
 
- 
fielddefault <T> org.jooq.Field<T> field(int arg0, org.jooq.DataType<T> arg1) - Specified by:
- fieldin interface- org.jooq.Fields
 
- 
fieldsdefault org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0) - Specified by:
- fieldsin interface- org.jooq.Fields
 
- 
fields- Specified by:
- fieldsin interface- org.jooq.Fields
 
- 
fieldsdefault org.jooq.Field<?>[] fields(org.jooq.Name... arg0) - Specified by:
- fieldsin interface- org.jooq.Fields
 
- 
fieldsdefault org.jooq.Field<?>[] fields(int... arg0) - Specified by:
- fieldsin interface- org.jooq.Fields
 
- 
indexOfdefault int indexOf(org.jooq.Field<?> arg0) - Specified by:
- indexOfin interface- org.jooq.Fields
 
- 
indexOf- Specified by:
- indexOfin interface- org.jooq.Fields
 
- 
indexOfdefault int indexOf(org.jooq.Name arg0) - Specified by:
- indexOfin interface- org.jooq.Fields
 
- 
types- Specified by:
- typesin interface- org.jooq.Fields
 
- 
type- Specified by:
- typein interface- org.jooq.Fields
 
- 
type- Specified by:
- typein interface- org.jooq.Fields
 
- 
type- Specified by:
- typein interface- org.jooq.Fields
 
- 
dataTypesdefault org.jooq.DataType<?>[] dataTypes()- Specified by:
- dataTypesin interface- org.jooq.Fields
 
- 
dataTypedefault org.jooq.DataType<?> dataType(int arg0) - Specified by:
- dataTypein interface- org.jooq.Fields
 
- 
dataType- Specified by:
- dataTypein interface- org.jooq.Fields
 
- 
dataTypedefault org.jooq.DataType<?> dataType(org.jooq.Name arg0) - Specified by:
- dataTypein interface- org.jooq.Fields
 
- 
getName- Specified by:
- getNamein interface- org.jooq.Named
 
- 
getQualifiedNamepublic org.jooq.Name getQualifiedName()- Specified by:
- getQualifiedNamein interface- org.jooq.Named
 
- 
getUnqualifiedNamepublic final org.jooq.Name getUnqualifiedName()- Specified by:
- getUnqualifiedNamein interface- org.jooq.Named
 
- 
getComment- Specified by:
- getCommentin interface- org.jooq.Named
 
- 
getCommentPartpublic final org.jooq.Comment getCommentPart()- Specified by:
- getCommentPartin interface- org.jooq.Named
 
- 
$namepublic final org.jooq.Name $name()- Specified by:
- $namein interface- org.jooq.Named
 
- 
rendersContentpublic boolean rendersContent(org.jooq.Context<?> arg0) - Specified by:
- rendersContentin interface- org.jooq.QueryPartInternal
 
- 
declaresFieldspublic boolean declaresFields()- Specified by:
- declaresFieldsin interface- org.jooq.QueryPartInternal
 
- 
declaresWindowspublic boolean declaresWindows()- Specified by:
- declaresWindowsin interface- org.jooq.QueryPartInternal
 
- 
declaresCTEpublic boolean declaresCTE()- Specified by:
- declaresCTEin interface- org.jooq.QueryPartInternal
 
- 
generatesCastpublic boolean generatesCast()- Specified by:
- generatesCastin interface- org.jooq.QueryPartInternal
 
- 
toString
- 
createDeprecated.
- 
createDeprecated.
- 
createDeprecated.
- 
translate
 
-