Package com.gmt2001.module
Class ModuleVersionTable
- All Implemented Interfaces:
Serializable
,Fields
,GroupField
,QOM.Aliasable<Table<ModuleVersionRecord>>
,Named
,Qualified
,QueryPart
,QueryPartInternal
,RecordQualifier<ModuleVersionRecord>
,SelectField<ModuleVersionRecord>
,SelectFieldOrAsterisk
,Table<ModuleVersionRecord>
,TableLike<ModuleVersionRecord>
,Typed<ModuleVersionRecord>
Stores the current version of
Module
s for upgrade tracking- Author:
- gmt2001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TableField<ModuleVersionRecord,
String> The name of the module whose version is stored in the recordfinal TableField<ModuleVersionRecord,
Long> The version of the moduleFields inherited from class org.jooq.impl.TableImpl
parameters
-
Method Summary
Modifier and TypeMethodDescription$alias()
$aliased()
final DataType<ModuleVersionRecord>
final Name
$name()
final Schema
$schema()
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
as
(String arg0, Collection<? extends String> arg1) final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final SelectField<ModuleVersionRecord>
final Table<ModuleVersionRecord>
as
(Name arg0, Collection<? extends Name> arg1) final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
as
(Table<?> arg0, Collection<? extends Field<?>> arg1) final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Field<Result<ModuleVersionRecord>>
final Field<Result<ModuleVersionRecord>>
asMultiset
(String arg0) final Field<Result<ModuleVersionRecord>>
asMultiset
(Field<?> arg0) final Field<Result<ModuleVersionRecord>>
asMultiset
(Name arg0) final Table<ModuleVersionRecord>
asTable()
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
asTable
(String arg0, Collection<? extends String> arg1) final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
asTable
(Name arg0, Collection<? extends Name> arg1) final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
asTable
(Table<?> arg0, Collection<? extends Field<?>> arg1) final Table<ModuleVersionRecord>
final QualifiedAsterisk
asterisk()
final <U extends Object>
SelectField<U>convert
(Class<U> arg0, Function<? super ModuleVersionRecord, ? extends U> arg1, Function<? super U, ? extends ModuleVersionRecord> arg2) final <U extends Object>
SelectField<U>convert
(Binding<ModuleVersionRecord, U> arg0) final <U extends Object>
SelectField<U>convert
(Converter<ModuleVersionRecord, U> arg0) final <U extends Object>
SelectField<U>convertFrom
(Class<U> arg0, Function<? super ModuleVersionRecord, ? extends U> arg1) final <U extends Object>
SelectField<U>convertFrom
(Function<? super ModuleVersionRecord, ? extends U> arg0) final <U extends Object>
SelectField<U>convertTo
(Class<U> arg0, Function<? super U, ? extends ModuleVersionRecord> arg1) final <U extends Object>
SelectField<U>convertTo
(Function<? super U, ? extends ModuleVersionRecord> arg0) protected final DSLContext
create()
Deprecated.protected final DSLContext
create
(Configuration arg0) Deprecated.protected final DSLContext
Deprecated.protected final <T extends Object>
TableField<ModuleVersionRecord,T> createField
(String arg0, DataType<T> arg1) Deprecated.protected final <T extends Object>
TableField<ModuleVersionRecord,T> createField
(String arg0, DataType<T> arg1, String arg2) Deprecated.protected final <T extends Object,
U extends Object>
TableField<ModuleVersionRecord,U> createField
(String arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) Deprecated.protected final <T extends Object,
U extends Object>
TableField<ModuleVersionRecord,U> createField
(String arg0, DataType<T> arg1, String arg2, Converter<T, U> arg3) Deprecated.protected final <T extends Object,
X extends Object, U extends Object>
TableField<ModuleVersionRecord,U> Deprecated.protected static final <R extends Record,
T extends Object>
TableField<R,T> createField
(String arg0, DataType<T> arg1, Table<R> arg2) Deprecated.protected static final <R extends Record,
T extends Object>
TableField<R,T> createField
(String arg0, DataType<T> arg1, Table<R> arg2, String arg3) Deprecated.protected static final <R extends Record,
T extends Object, U extends Object>
TableField<R,U> Deprecated.protected static final <R extends Record,
T extends Object, U extends Object>
TableField<R,U> Deprecated.protected static final <R extends Record,
T extends Object, X extends Object, U extends Object>
TableField<R,U> createField
(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5) Deprecated.protected final <T extends Object>
TableField<ModuleVersionRecord,T> createField
(Name arg0, DataType<T> arg1) protected final <T extends Object>
TableField<ModuleVersionRecord,T> createField
(Name arg0, DataType<T> arg1, String arg2) protected final <T extends Object,
U extends Object>
TableField<ModuleVersionRecord,U> createField
(Name arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) protected final <T extends Object,
U extends Object>
TableField<ModuleVersionRecord,U> createField
(Name arg0, DataType<T> arg1, String arg2, Converter<T, U> arg3) protected final <T extends Object,
X extends Object, U extends Object>
TableField<ModuleVersionRecord,U> protected static final <R extends Record,
T extends Object>
TableField<R,T> createField
(Name arg0, DataType<T> arg1, Table<R> arg2) protected static final <R extends Record,
T extends Object>
TableField<R,T> createField
(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3) protected static final <R extends Record,
T extends Object, U extends Object>
TableField<R,U> protected static final <R extends Record,
T extends Object, U extends Object>
TableField<R,U> protected static final <R extends Record,
T extends Object, X extends Object, U extends Object>
TableField<R,U> createField
(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5) protected static final <R extends Record,
TR extends Table<R>, T extends Object, U extends Object>
TableField<R,U> createField
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Binding<T, U> arg4, Generator<R, TR, U> arg5) protected static final <R extends Record,
TR extends Table<R>, T extends Object, U extends Object>
TableField<R,U> createField
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<T, U> arg4, Generator<R, TR, U> arg5) protected static final <R extends Record,
TR extends Table<R>, T extends Object, X extends Object, U extends Object>
TableField<R,U> createField
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5, Generator<R, TR, U> arg6) protected static final <R extends Record,
TR extends Table<R>, T extends Object>
TableField<R,T> createField
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Generator<R, TR, T> arg4) protected final <TR extends Table<R>,
T extends Object, U extends Object>
TableField<ModuleVersionRecord,U> createField0
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Binding<T, U> arg4, Generator<ModuleVersionRecord, TR, U> arg5) protected final <TR extends Table<R>,
T extends Object, U extends Object>
TableField<ModuleVersionRecord,U> createField0
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<T, U> arg4, Generator<ModuleVersionRecord, TR, U> arg5) protected final <TR extends Table<R>,
T extends Object, X extends Object, U extends Object>
TableField<ModuleVersionRecord,U> createField0
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5, Generator<ModuleVersionRecord, TR, U> arg6) protected final <TR extends Table<R>,
T extends Object>
TableField<ModuleVersionRecord,T> createField0
(Name arg0, DataType<T> arg1, TR arg2, String arg3, Generator<ModuleVersionRecord, TR, T> arg4) crossApply
(String arg0) crossApply
(String arg0, Object... arg1) crossApply
(String arg0, QueryPart... arg1) crossApply
(Name arg0) crossApply
(SQL arg0) crossApply
(TableLike<?> arg0) default DataType<?>
dataType
(int arg0) default DataType<?>
default DataType<?>
default DataType<?>[]
boolean
boolean
boolean
final DivideByOnStep
final Condition
eq
(Table<ModuleVersionRecord> arg0) final Condition
equal
(Table<ModuleVersionRecord> arg0) default Field<?>
field
(int arg0) final Field<?>[]
fields()
default Field<?>[]
fields
(int... arg0) default Field<?>[]
default Field<?>[]
default Field<?>[]
final Table<ModuleVersionRecord>
forceIndex
(String... arg0) final Table<ModuleVersionRecord>
forceIndexForGroupBy
(String... arg0) final Table<ModuleVersionRecord>
forceIndexForJoin
(String... arg0) final Table<ModuleVersionRecord>
forceIndexForOrderBy
(String... arg0) final ModuleVersionRecord
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TableOptionalOnStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
fullOuterJoin
(String arg0) final TablePartitionByStep<Record>
fullOuterJoin
(String arg0, Object... arg1) final TablePartitionByStep<Record>
fullOuterJoin
(String arg0, QueryPart... arg1) final TablePartitionByStep<Record>
fullOuterJoin
(Name arg0) final TableOptionalOnStep<Record>
fullOuterJoin
(Path<?> arg0) final TablePartitionByStep<Record>
fullOuterJoin
(SQL arg0) final TablePartitionByStep<Record>
fullOuterJoin
(TableLike<?> arg0) boolean
final Binding<?,
ModuleVersionRecord> final Catalog
final String
final Comment
final ContextConverter<?,
ModuleVersionRecord> final DataType<ModuleVersionRecord>
final DataType<ModuleVersionRecord>
getDataType
(Configuration arg0) getKeys()
final String
getName()
final TableOptions
final Package
The primary key constraintThe class holding records for this tablefinal <O extends Record>
List<ForeignKey<O,ModuleVersionRecord>> getReferencesFrom
(Table<O> arg0) final <O extends Record>
List<ForeignKey<ModuleVersionRecord,O>> getReferencesTo
(Table<O> arg0) final TableOptions.TableType
final Class<ModuleVersionRecord>
getType()
final Name
final Table<ModuleVersionRecord>
ignoreIndex
(String... arg0) final Table<ModuleVersionRecord>
ignoreIndexForGroupBy
(String... arg0) final Table<ModuleVersionRecord>
ignoreIndexForJoin
(String... arg0) final Table<ModuleVersionRecord>
ignoreIndexForOrderBy
(String... arg0) default int
default int
default int
final TableOnStep<Record>
final TableOnStep<Record>
final TableOnStep<Record>
final TableOnStep<Record>
final TableOptionalOnStep<Record>
final TableOnStep<Record>
final TableOnStep<Record>
static ModuleVersionTable
instance()
Provides an instance ofModuleVersionTable
final TableOnStep<Record>
final TableOnStep<Record>
final TableOnStep<Record>
final TableOnStep<Record>
final TableOptionalOnStep<Record>
final TableOnStep<Record>
final TableOnStep<Record>
leftAntiJoin
(Path<?> arg0) final TableOnStep<ModuleVersionRecord>
leftAntiJoin
(TableLike<?> arg0) final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TableOptionalOnStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
leftOuterJoin
(String arg0) final TablePartitionByStep<Record>
leftOuterJoin
(String arg0, Object... arg1) final TablePartitionByStep<Record>
leftOuterJoin
(String arg0, QueryPart... arg1) final TablePartitionByStep<Record>
leftOuterJoin
(Name arg0) final TableOptionalOnStep<Record>
leftOuterJoin
(Path<?> arg0) final TablePartitionByStep<Record>
leftOuterJoin
(SQL arg0) final TablePartitionByStep<Record>
leftOuterJoin
(TableLike<?> arg0) leftSemiJoin
(Path<?> arg0) final TableOnStep<ModuleVersionRecord>
leftSemiJoin
(TableLike<?> arg0) naturalFullOuterJoin
(String arg0) naturalFullOuterJoin
(String arg0, Object... arg1) naturalFullOuterJoin
(String arg0, QueryPart... arg1) naturalFullOuterJoin
(Name arg0) naturalFullOuterJoin
(SQL arg0) naturalFullOuterJoin
(TableLike<?> arg0) naturalJoin
(String arg0) naturalJoin
(String arg0, Object... arg1) naturalJoin
(String arg0, QueryPart... arg1) naturalJoin
(Name arg0) naturalJoin
(SQL arg0) naturalJoin
(TableLike<?> arg0) naturalLeftOuterJoin
(String arg0) naturalLeftOuterJoin
(String arg0, Object... arg1) naturalLeftOuterJoin
(String arg0, QueryPart... arg1) naturalLeftOuterJoin
(Name arg0) naturalLeftOuterJoin
(SQL arg0) naturalLeftOuterJoin
(TableLike<?> arg0) naturalRightOuterJoin
(String arg0) naturalRightOuterJoin
(String arg0, Object... arg1) naturalRightOuterJoin
(String arg0, QueryPart... arg1) naturalRightOuterJoin
(Name arg0) naturalRightOuterJoin
(SQL arg0) naturalRightOuterJoin
(TableLike<?> arg0) final Condition
ne
(Table<ModuleVersionRecord> arg0) final ModuleVersionRecord
final Condition
notEqual
(Table<ModuleVersionRecord> arg0) outerApply
(String arg0) outerApply
(String arg0, Object... arg1) outerApply
(String arg0, QueryPart... arg1) outerApply
(Name arg0) outerApply
(SQL arg0) outerApply
(TableLike<?> arg0) final RecordType<ModuleVersionRecord>
boolean
rendersContent
(Context<?> arg0) final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TableOptionalOnStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
final TablePartitionByStep<Record>
rightOuterJoin
(String arg0) final TablePartitionByStep<Record>
rightOuterJoin
(String arg0, Object... arg1) final TablePartitionByStep<Record>
rightOuterJoin
(String arg0, QueryPart... arg1) final TablePartitionByStep<Record>
rightOuterJoin
(Name arg0) final TableOptionalOnStep<Record>
rightOuterJoin
(Path<?> arg0) final TablePartitionByStep<Record>
rightOuterJoin
(SQL arg0) final TablePartitionByStep<Record>
rightOuterJoin
(TableLike<?> arg0) rowid()
final TableOptionalOnStep<Record>
straightJoin
(String arg0) final TableOptionalOnStep<Record>
straightJoin
(String arg0, Object... arg1) final TableOptionalOnStep<Record>
straightJoin
(String arg0, QueryPart... arg1) final TableOptionalOnStep<Record>
straightJoin
(Name arg0) final TableOptionalOnStep<Record>
straightJoin
(Path<?> arg0) final TableOptionalOnStep<Record>
straightJoin
(SQL arg0) final TableOptionalOnStep<Record>
straightJoin
(TableLike<?> arg0) toString()
protected final DataAccessException
translate
(String arg0, SQLException arg1) default Class<?>
type
(int arg0) default Class<?>
default Class<?>
default Class<?>[]
types()
final Table<ModuleVersionRecord>
final Table<ModuleVersionRecord>
useIndexForGroupBy
(String... arg0) final Table<ModuleVersionRecord>
useIndexForJoin
(String... arg0) final Table<ModuleVersionRecord>
useIndexForOrderBy
(String... arg0) where
(Collection<? extends Condition> arg0) whereExists
(Select<?> arg0) whereNotExists
(Select<?> arg0) Methods inherited from class org.jooq.impl.TableImpl
accept, aliased, as, as, clauses, declaresTables, equals, field, field, field, field, field, field, fieldsRow, hashCode, isSimple, isSynthetic, join, join, rename, rename, rename
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
Methods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
-
Field Details
-
MODULE
The name of the module whose version is stored in the record -
VERSION
The version of the module
-
-
Method Details
-
instance
Provides an instance ofModuleVersionTable
- Returns:
- an instance of
ModuleVersionTable
-
getRecordType
The class holding records for this table- Specified by:
getRecordType
in interfaceRecordQualifier<ModuleVersionRecord>
- Overrides:
getRecordType
in classTableImpl<ModuleVersionRecord>
-
getPrimaryKey
The primary key constraint- Specified by:
getPrimaryKey
in interfaceTable<ModuleVersionRecord>
- Returns:
- the key
-
$alias
- Specified by:
$alias
in interfaceQOM.Aliasable<R extends Record>
-
$aliased
- Specified by:
$aliased
in interfaceQOM.Aliasable<R extends Record>
-
getType
-
getDataType
- Specified by:
getDataType
in interfaceTyped<R extends Record>
-
$dataType
-
getBinding
- Specified by:
getBinding
in interfaceTyped<R extends Record>
-
getConverter
- Specified by:
getConverter
in interfaceTyped<R extends Record>
-
convert
- Specified by:
convert
in interfaceSelectField<R extends Record>
-
convert
- Specified by:
convert
in interfaceSelectField<R extends Record>
-
convert
public final <U extends Object> SelectField<U> convert(Class<U> arg0, Function<? super ModuleVersionRecord, ? extends U> arg1, Function<? super U, ? extends ModuleVersionRecord> arg2) - Specified by:
convert
in interfaceSelectField<R extends Record>
-
convertFrom
public final <U extends Object> SelectField<U> convertFrom(Class<U> arg0, Function<? super ModuleVersionRecord, ? extends U> arg1) - Specified by:
convertFrom
in interfaceSelectField<R extends Record>
-
convertFrom
public final <U extends Object> SelectField<U> convertFrom(Function<? super ModuleVersionRecord, ? extends U> arg0) - Specified by:
convertFrom
in interfaceSelectField<R extends Record>
-
convertTo
public final <U extends Object> SelectField<U> convertTo(Class<U> arg0, Function<? super U, ? extends ModuleVersionRecord> arg1) - Specified by:
convertTo
in interfaceSelectField<R extends Record>
-
convertTo
public final <U extends Object> SelectField<U> convertTo(Function<? super U, ? extends ModuleVersionRecord> arg0) - Specified by:
convertTo
in interfaceSelectField<R extends Record>
-
as
- Specified by:
as
in interfaceSelectField<R extends Record>
-
from
-
asterisk
-
getDataType
- Specified by:
getDataType
in interfaceRecordQualifier<R extends Record>
- Specified by:
getDataType
in interfaceTyped<R extends Record>
-
recordType
- Specified by:
recordType
in interfaceTable<R extends Record>
-
newRecord
- Specified by:
newRecord
in interfaceRecordQualifier<R extends Record>
-
fields
-
asMultiset
- Specified by:
asMultiset
in interfaceTableLike<R extends Record>
-
asMultiset
- Specified by:
asMultiset
in interfaceTableLike<R extends Record>
-
asMultiset
- Specified by:
asMultiset
in interfaceTableLike<R extends Record>
-
asMultiset
- Specified by:
asMultiset
in interfaceTableLike<R extends Record>
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
public final Table<ModuleVersionRecord> asTable(String arg0, BiFunction<? super Field<?>, ? super Integer, ? extends String> arg1) -
as
-
as
-
as
-
as
-
as
public final Table<ModuleVersionRecord> as(String arg0, BiFunction<? super Field<?>, ? super Integer, ? extends String> arg1) -
as
-
as
-
as
public final Table<ModuleVersionRecord> as(Name arg0, BiFunction<? super Field<?>, ? super Integer, ? extends Name> arg1) -
getTableType
- Specified by:
getTableType
in interfaceTable<R extends Record>
-
getOptions
- Specified by:
getOptions
in interfaceTable<R extends Record>
-
getCatalog
- Specified by:
getCatalog
in interfaceQualified
-
getPackage
- Specified by:
getPackage
in interfaceRecordQualifier<R extends Record>
-
getSchema
-
getIdentity
- Specified by:
getIdentity
in interfaceTable<R extends Record>
-
getRecordVersion
- Specified by:
getRecordVersion
in interfaceTable<R extends Record>
-
getRecordTimestamp
- Specified by:
getRecordTimestamp
in interfaceTable<R extends Record>
-
getIndexes
- Specified by:
getIndexes
in interfaceTable<R extends Record>
-
getKeys
-
getUniqueKeys
- Specified by:
getUniqueKeys
in interfaceTable<R extends Record>
-
getReferencesFrom
public final <O extends Record> List<ForeignKey<O,ModuleVersionRecord>> getReferencesFrom(Table<O> arg0) - Specified by:
getReferencesFrom
in interfaceTable<R extends Record>
-
getReferences
- Specified by:
getReferences
in interfaceTable<R extends Record>
-
getReferencesTo
public final <O extends Record> List<ForeignKey<ModuleVersionRecord,O>> getReferencesTo(Table<O> arg0) - Specified by:
getReferencesTo
in interfaceTable<R extends Record>
-
getChecks
-
createField
@Deprecated protected static final <R extends Record,T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2) Deprecated. -
createField
@Deprecated protected static final <R extends Record,T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3) Deprecated. -
createField
@Deprecated protected static final <R extends Record,T extends Object, TableField<R,U extends Object> U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T, U> arg4) Deprecated. -
createField
@Deprecated protected static final <R extends Record,T extends Object, TableField<R,U extends Object> U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T, U> arg4) Deprecated. -
createField
@Deprecated protected static final <R extends Record,T extends Object, TableField<R,X extends Object, U extends Object> U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5) Deprecated. -
createField
@Deprecated protected final <T extends Object> TableField<ModuleVersionRecord,T> createField(String arg0, DataType<T> arg1) Deprecated. -
createField
@Deprecated protected final <T extends Object> TableField<ModuleVersionRecord,T> createField(String arg0, DataType<T> arg1, String arg2) Deprecated. -
createField
@Deprecated protected final <T extends Object,U extends Object> TableField<ModuleVersionRecord,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<T, U> arg3) Deprecated. -
createField
@Deprecated protected final <T extends Object,U extends Object> TableField<ModuleVersionRecord,U> createField(String arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) Deprecated. -
createField
@Deprecated protected final <T extends Object,X extends Object, TableField<ModuleVersionRecord,U extends Object> U> createField(String arg0, DataType<T> arg1, String arg2, Converter<X, U> arg3, Binding<T, X> arg4) Deprecated. -
createField
-
createField
-
createField
-
createField
-
createField
-
createField
-
createField
-
createField
-
createField
-
createField
protected final <T extends Object> TableField<ModuleVersionRecord,T> createField(Name arg0, DataType<T> arg1) -
createField
protected final <T extends Object> TableField<ModuleVersionRecord,T> createField(Name arg0, DataType<T> arg1, String arg2) -
createField
protected final <T extends Object,U extends Object> TableField<ModuleVersionRecord,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<T, U> arg3) -
createField
protected final <T extends Object,U extends Object> TableField<ModuleVersionRecord,U> createField(Name arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) -
createField
protected final <T extends Object,X extends Object, TableField<ModuleVersionRecord,U extends Object> U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<X, U> arg3, Binding<T, X> arg4) -
createField0
protected final <TR extends Table<R>,T extends Object> TableField<ModuleVersionRecord,T> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Generator<ModuleVersionRecord, TR, T> arg4) -
createField0
protected final <TR extends Table<R>,T extends Object, TableField<ModuleVersionRecord,U extends Object> U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<T, U> arg4, Generator<ModuleVersionRecord, TR, U> arg5) -
createField0
protected final <TR extends Table<R>,T extends Object, TableField<ModuleVersionRecord,U extends Object> U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Binding<T, U> arg4, Generator<ModuleVersionRecord, TR, U> arg5) -
createField0
protected final <TR extends Table<R>,T extends Object, TableField<ModuleVersionRecord,X extends Object, U extends Object> U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5, Generator<ModuleVersionRecord, TR, U> arg6) -
eq
-
equal
-
ne
-
notEqual
-
rowid
-
useIndex
-
useIndexForJoin
- Specified by:
useIndexForJoin
in interfaceTable<R extends Record>
-
useIndexForOrderBy
- Specified by:
useIndexForOrderBy
in interfaceTable<R extends Record>
-
useIndexForGroupBy
- Specified by:
useIndexForGroupBy
in interfaceTable<R extends Record>
-
ignoreIndex
- Specified by:
ignoreIndex
in interfaceTable<R extends Record>
-
ignoreIndexForJoin
- Specified by:
ignoreIndexForJoin
in interfaceTable<R extends Record>
-
ignoreIndexForOrderBy
- Specified by:
ignoreIndexForOrderBy
in interfaceTable<R extends Record>
-
ignoreIndexForGroupBy
- Specified by:
ignoreIndexForGroupBy
in interfaceTable<R extends Record>
-
forceIndex
- Specified by:
forceIndex
in interfaceTable<R extends Record>
-
forceIndexForJoin
- Specified by:
forceIndexForJoin
in interfaceTable<R extends Record>
-
forceIndexForOrderBy
- Specified by:
forceIndexForOrderBy
in interfaceTable<R extends Record>
-
forceIndexForGroupBy
- Specified by:
forceIndexForGroupBy
in interfaceTable<R extends Record>
-
as
-
as
-
as
-
as
-
as
public final Table<ModuleVersionRecord> as(Table<?> arg0, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> arg1) -
withOrdinality
- Specified by:
withOrdinality
in interfaceTable<R extends Record>
-
divideBy
-
leftSemiJoin
- Specified by:
leftSemiJoin
in interfaceTable<R extends Record>
-
leftSemiJoin
- Specified by:
leftSemiJoin
in interfaceTable<R extends Record>
-
leftAntiJoin
- Specified by:
leftAntiJoin
in interfaceTable<R extends Record>
-
leftAntiJoin
- Specified by:
leftAntiJoin
in interfaceTable<R extends Record>
-
where
-
where
-
where
-
where
-
where
-
where
-
where
-
where
-
whereExists
- Specified by:
whereExists
in interfaceTable<R extends Record>
-
whereNotExists
- Specified by:
whereNotExists
in interfaceTable<R extends Record>
-
join
-
join
-
join
-
join
-
join
-
join
-
join
-
innerJoin
-
innerJoin
-
innerJoin
-
innerJoin
-
innerJoin
-
innerJoin
-
innerJoin
-
leftJoin
-
leftJoin
-
leftJoin
-
leftJoin
-
leftJoin
-
leftJoin
-
leftJoin
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoin
in interfaceTable<R extends Record>
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoin
in interfaceTable<R extends Record>
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
naturalJoin
- Specified by:
naturalJoin
in interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoin
in interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoin
in interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoin
in interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoin
in interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApply
in interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApply
in interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApply
in interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApply
in interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApply
in interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApply
in interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApply
in interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApply
in interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApply
in interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApply
in interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApply
in interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApply
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoin
in interfaceTable<R extends Record>
-
$schema
-
fieldStream
- Specified by:
fieldStream
in interfaceFields
-
field
-
field
-
field
-
field
-
fields
-
fields
-
fields
-
fields
-
indexOf
-
indexOf
-
indexOf
-
types
-
type
-
type
-
type
-
dataTypes
-
dataType
-
dataType
-
dataType
-
getName
-
getQualifiedName
- Specified by:
getQualifiedName
in interfaceNamed
-
getUnqualifiedName
- Specified by:
getUnqualifiedName
in interfaceNamed
-
getComment
- Specified by:
getComment
in interfaceNamed
-
getCommentPart
- Specified by:
getCommentPart
in interfaceNamed
-
$name
-
rendersContent
- Specified by:
rendersContent
in interfaceQueryPartInternal
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFields
in interfaceQueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindows
in interfaceQueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTE
in interfaceQueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCast
in interfaceQueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-