Package com.gmt2001.datastore
Class SectionVariableValueTable
- All Implemented Interfaces:
Serializable,Fields,GroupField,QOM.Aliasable<Table<SectionVariableValueRecord>>,Named,Qualified,QueryPart,QueryPartInternal,RecordQualifier<SectionVariableValueRecord>,SelectField<SectionVariableValueRecord>,SelectFieldOrAsterisk,Table<SectionVariableValueRecord>,TableLike<SectionVariableValueRecord>,Typed<SectionVariableValueRecord>
Stores data in the
DataStore format- Author:
- gmt2001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe sectionThe valueThe variableFields inherited from class org.jooq.impl.TableImpl
parameters -
Method Summary
Modifier and TypeMethodDescription$alias()$aliased()final Name$name()final Schema$schema()final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>as(String arg0, Collection<? extends String> arg1) final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>as(Name arg0, Collection<? extends Name> arg1) final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>as(Table<?> arg0, Collection<? extends Field<?>> arg1) final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Field<Result<SectionVariableValueRecord>>final Field<Result<SectionVariableValueRecord>>asMultiset(String arg0) final Field<Result<SectionVariableValueRecord>>asMultiset(Field<?> arg0) final Field<Result<SectionVariableValueRecord>>asMultiset(Name arg0) final Table<SectionVariableValueRecord>asTable()final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>asTable(String arg0, Collection<? extends String> arg1) final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>asTable(Name arg0, Collection<? extends Name> arg1) final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>asTable(Table<?> arg0, Collection<? extends Field<?>> arg1) final Table<SectionVariableValueRecord>final QualifiedAsteriskasterisk()final <U extends Object>
SelectField<U>convert(Class<U> arg0, Function<? super SectionVariableValueRecord, ? extends U> arg1, Function<? super U, ? extends SectionVariableValueRecord> arg2) final <U extends Object>
SelectField<U>convert(Binding<SectionVariableValueRecord, U> arg0) final <U extends Object>
SelectField<U>convert(Converter<SectionVariableValueRecord, U> arg0) final <U extends Object>
SelectField<U>convertFrom(Class<U> arg0, Function<? super SectionVariableValueRecord, ? extends U> arg1) final <U extends Object>
SelectField<U>convertFrom(Function<? super SectionVariableValueRecord, ? extends U> arg0) final <U extends Object>
SelectField<U>convertTo(Class<U> arg0, Function<? super U, ? extends SectionVariableValueRecord> arg1) final <U extends Object>
SelectField<U>convertTo(Function<? super U, ? extends SectionVariableValueRecord> arg0) protected final DSLContextcreate()Deprecated.protected final DSLContextcreate(Configuration arg0) Deprecated.protected final DSLContextDeprecated.protected final <T extends Object>
TableField<SectionVariableValueRecord,T> createField(String arg0, DataType<T> arg1) Deprecated.protected final <T extends Object>
TableField<SectionVariableValueRecord,T> createField(String arg0, DataType<T> arg1, String arg2) Deprecated.protected final <T extends Object,U extends Object>
TableField<SectionVariableValueRecord,U> createField(String arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) Deprecated.protected final <T extends Object,U extends Object>
TableField<SectionVariableValueRecord,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<SectionVariableValueRecord,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<SectionVariableValueRecord,T> createField(Name arg0, DataType<T> arg1) protected final <T extends Object>
TableField<SectionVariableValueRecord,T> createField(Name arg0, DataType<T> arg1, String arg2) protected final <T extends Object,U extends Object>
TableField<SectionVariableValueRecord,U> createField(Name arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) protected final <T extends Object,U extends Object>
TableField<SectionVariableValueRecord,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<SectionVariableValueRecord,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<SectionVariableValueRecord,U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Binding<T, U> arg4, Generator<SectionVariableValueRecord, TR, U> arg5) protected final <TR extends Table<R>,T extends Object, U extends Object>
TableField<SectionVariableValueRecord,U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<T, U> arg4, Generator<SectionVariableValueRecord, TR, U> arg5) protected final <TR extends Table<R>,T extends Object, X extends Object, U extends Object>
TableField<SectionVariableValueRecord,U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<X, U> arg4, Binding<T, X> arg5, Generator<SectionVariableValueRecord, TR, U> arg6) protected final <TR extends Table<R>,T extends Object>
TableField<SectionVariableValueRecord,T> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Generator<SectionVariableValueRecord, 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<?>[]booleanbooleanbooleanfinal DivideByOnStepvoiddrop()Drops the tablefinal Conditioneq(Table<SectionVariableValueRecord> arg0) final Conditionequal(Table<SectionVariableValueRecord> arg0) booleandefault Field<?>field(int arg0) final Field<?>[]fields()default Field<?>[]fields(int... arg0) default Field<?>[]default Field<?>[]default Field<?>[]final Table<SectionVariableValueRecord>forceIndex(String... arg0) final Table<SectionVariableValueRecord>forceIndexForGroupBy(String... arg0) final Table<SectionVariableValueRecord>forceIndexForJoin(String... arg0) final Table<SectionVariableValueRecord>forceIndexForOrderBy(String... 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>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) booleanfinal Binding<?,SectionVariableValueRecord> final Catalogfinal Stringfinal CommentgetDataType(Configuration arg0) getKeys()final StringgetName()final TableOptionsfinal PackageThe primary key constraintThe class holding records for this tablefinal <O extends Record>
List<ForeignKey<O,SectionVariableValueRecord>> getReferencesFrom(Table<O> arg0) final <O extends Record>
List<ForeignKey<SectionVariableValueRecord,O>> getReferencesTo(Table<O> arg0) final TableOptions.TableTypefinal Class<SectionVariableValueRecord>getType()final NameinthashCode()final Table<SectionVariableValueRecord>ignoreIndex(String... arg0) final Table<SectionVariableValueRecord>ignoreIndexForGroupBy(String... arg0) final Table<SectionVariableValueRecord>ignoreIndexForJoin(String... arg0) final Table<SectionVariableValueRecord>ignoreIndexForOrderBy(String... arg0) default intdefault intdefault intfinal TableOnStep<Record>final TableOnStep<Record>final TableOnStep<Record>final TableOnStep<Record>final TableOptionalOnStep<Record>final TableOnStep<Record>final TableOnStep<Record>static SectionVariableValueTableRetrieves an instance for the specified tablestatic SectionVariableValueTableRetrieves an instance for the specified tablestatic SectionVariableValueTableRetrieves an instance for the specified tablefinal TableOnStep<Record>final TableOnStep<Record>final TableOnStep<Record>final TableOnStep<Record>final TableOptionalOnStep<Record>final TableOnStep<Record>final TableOnStep<Record>leftAntiJoin(Path<?> arg0) 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) 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 Conditionne(Table<SectionVariableValueRecord> arg0) final ConditionouterApply(String arg0) outerApply(String arg0, Object... arg1) outerApply(String arg0, QueryPart... arg1) outerApply(Name arg0) outerApply(SQL arg0) outerApply(TableLike<?> arg0) Renames the tablebooleanrendersContent(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 DataAccessExceptiontranslate(String arg0, SQLException arg1) default Class<?>type(int arg0) default Class<?>default Class<?>default Class<?>[]types()final Table<SectionVariableValueRecord>final Table<SectionVariableValueRecord>useIndexForGroupBy(String... arg0) final Table<SectionVariableValueRecord>useIndexForJoin(String... arg0) final Table<SectionVariableValueRecord>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, field, field, field, field, field, field, fieldsRow, isSimple, isSynthetic, join, join, rename, renameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedNameMethods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
-
Field Details
-
SECTION
The section -
VARIABLE
The variable -
VALUE
The value
-
-
Method Details
-
instance
Retrieves an instance for the specified table- Parameters:
table- the table- Returns:
- the table instance
-
instance
Retrieves an instance for the specified tableIf the table does not exist, it is created
A case-insensitive search for the table is performed in the database if it is not already cached
- Parameters:
tableName- the table name to lookup- Returns:
- the table instance
-
instance
Retrieves an instance for the specified tableA case-insensitive search for the table is performed in the database if it is not already cached
- Parameters:
tableName- the table name to lookupcreate- iftrueand the table does not exist, it is created- Returns:
- the table instance;
nullif the table does not exist andcreatewasfalse
-
getRecordType
The class holding records for this table- Specified by:
getRecordTypein interfaceRecordQualifier<SectionVariableValueRecord>- Overrides:
getRecordTypein classTableImpl<SectionVariableValueRecord>
-
getPrimaryKey
The primary key constraint- Specified by:
getPrimaryKeyin interfaceTable<SectionVariableValueRecord>- Returns:
- the key
-
rename
Renames the table- Overrides:
renamein classTableImpl<SectionVariableValueRecord>- Parameters:
newName- the new table name- Returns:
-
drop
public void drop()Drops the table -
hashCode
public int hashCode()- Specified by:
hashCodein interfaceQueryPart- Overrides:
hashCodein classTableImpl<SectionVariableValueRecord>
-
equals
- Specified by:
equalsin interfaceQueryPart- Specified by:
equalsin interfaceTable<SectionVariableValueRecord>- Overrides:
equalsin classTableImpl<SectionVariableValueRecord>
-
$alias
- Specified by:
$aliasin interfaceQOM.Aliasable<R extends Record>
-
$aliased
- Specified by:
$aliasedin interfaceQOM.Aliasable<R extends Record>
-
getType
-
getDataType
- Specified by:
getDataTypein interfaceTyped<R extends Record>
-
$dataType
-
getBinding
- Specified by:
getBindingin interfaceTyped<R extends Record>
-
getConverter
- Specified by:
getConverterin interfaceTyped<R extends Record>
-
convert
- Specified by:
convertin interfaceSelectField<R extends Record>
-
convert
public final <U extends Object> SelectField<U> convert(Converter<SectionVariableValueRecord, U> arg0) - Specified by:
convertin interfaceSelectField<R extends Record>
-
convert
public final <U extends Object> SelectField<U> convert(Class<U> arg0, Function<? super SectionVariableValueRecord, ? extends U> arg1, Function<? super U, ? extends SectionVariableValueRecord> arg2) - Specified by:
convertin interfaceSelectField<R extends Record>
-
convertFrom
public final <U extends Object> SelectField<U> convertFrom(Class<U> arg0, Function<? super SectionVariableValueRecord, ? extends U> arg1) - Specified by:
convertFromin interfaceSelectField<R extends Record>
-
convertFrom
public final <U extends Object> SelectField<U> convertFrom(Function<? super SectionVariableValueRecord, ? extends U> arg0) - Specified by:
convertFromin interfaceSelectField<R extends Record>
-
convertTo
public final <U extends Object> SelectField<U> convertTo(Class<U> arg0, Function<? super U, ? extends SectionVariableValueRecord> arg1) - Specified by:
convertToin interfaceSelectField<R extends Record>
-
convertTo
public final <U extends Object> SelectField<U> convertTo(Function<? super U, ? extends SectionVariableValueRecord> arg0) - Specified by:
convertToin interfaceSelectField<R extends Record>
-
as
- Specified by:
asin interfaceSelectField<R extends Record>
-
from
-
asterisk
-
getDataType
- Specified by:
getDataTypein interfaceRecordQualifier<R extends Record>- Specified by:
getDataTypein interfaceTyped<R extends Record>
-
recordType
- Specified by:
recordTypein interfaceTable<R extends Record>
-
newRecord
- Specified by:
newRecordin interfaceRecordQualifier<R extends Record>
-
fields
-
asMultiset
- Specified by:
asMultisetin interfaceTableLike<R extends Record>
-
asMultiset
- Specified by:
asMultisetin interfaceTableLike<R extends Record>
-
asMultiset
- Specified by:
asMultisetin interfaceTableLike<R extends Record>
-
asMultiset
- Specified by:
asMultisetin interfaceTableLike<R extends Record>
-
asTable
-
asTable
-
asTable
-
asTable
public final Table<SectionVariableValueRecord> asTable(String arg0, Collection<? extends String> arg1) -
asTable
-
asTable
-
asTable
-
asTable
-
asTable
-
asTable
public final Table<SectionVariableValueRecord> asTable(Table<?> arg0, Collection<? extends Field<?>> arg1) -
asTable
-
asTable
public final Table<SectionVariableValueRecord> asTable(String arg0, BiFunction<? super Field<?>, ? super Integer, ? extends String> arg1) -
as
-
as
-
as
-
as
-
as
public final Table<SectionVariableValueRecord> as(String arg0, BiFunction<? super Field<?>, ? super Integer, ? extends String> arg1) -
as
-
as
-
as
public final Table<SectionVariableValueRecord> as(Name arg0, BiFunction<? super Field<?>, ? super Integer, ? extends Name> arg1) -
getTableType
- Specified by:
getTableTypein interfaceTable<R extends Record>
-
getOptions
- Specified by:
getOptionsin interfaceTable<R extends Record>
-
getCatalog
- Specified by:
getCatalogin interfaceQualified
-
getPackage
- Specified by:
getPackagein interfaceRecordQualifier<R extends Record>
-
getSchema
-
getIdentity
- Specified by:
getIdentityin interfaceTable<R extends Record>
-
getRecordVersion
- Specified by:
getRecordVersionin interfaceTable<R extends Record>
-
getRecordTimestamp
- Specified by:
getRecordTimestampin interfaceTable<R extends Record>
-
getIndexes
- Specified by:
getIndexesin interfaceTable<R extends Record>
-
getKeys
-
getUniqueKeys
- Specified by:
getUniqueKeysin interfaceTable<R extends Record>
-
getReferencesFrom
public final <O extends Record> List<ForeignKey<O,SectionVariableValueRecord>> getReferencesFrom(Table<O> arg0) - Specified by:
getReferencesFromin interfaceTable<R extends Record>
-
getReferences
- Specified by:
getReferencesin interfaceTable<R extends Record>
-
getReferencesTo
public final <O extends Record> List<ForeignKey<SectionVariableValueRecord,O>> getReferencesTo(Table<O> arg0) - Specified by:
getReferencesToin 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<SectionVariableValueRecord,T> createField(String arg0, DataType<T> arg1) Deprecated. -
createField
@Deprecated protected final <T extends Object> TableField<SectionVariableValueRecord,T> createField(String arg0, DataType<T> arg1, String arg2) Deprecated. -
createField
@Deprecated protected final <T extends Object,U extends Object> TableField<SectionVariableValueRecord,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<SectionVariableValueRecord,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<SectionVariableValueRecord,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<SectionVariableValueRecord,T> createField(Name arg0, DataType<T> arg1) -
createField
protected final <T extends Object> TableField<SectionVariableValueRecord,T> createField(Name arg0, DataType<T> arg1, String arg2) -
createField
protected final <T extends Object,U extends Object> TableField<SectionVariableValueRecord,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<T, U> arg3) -
createField
protected final <T extends Object,U extends Object> TableField<SectionVariableValueRecord,U> createField(Name arg0, DataType<T> arg1, String arg2, Binding<T, U> arg3) -
createField
protected final <T extends Object,X extends Object, TableField<SectionVariableValueRecord,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<SectionVariableValueRecord,T> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Generator<SectionVariableValueRecord, TR, T> arg4) -
createField0
protected final <TR extends Table<R>,T extends Object, TableField<SectionVariableValueRecord,U extends Object> U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Converter<T, U> arg4, Generator<SectionVariableValueRecord, TR, U> arg5) -
createField0
protected final <TR extends Table<R>,T extends Object, TableField<SectionVariableValueRecord,U extends Object> U> createField0(Name arg0, DataType<T> arg1, TR arg2, String arg3, Binding<T, U> arg4, Generator<SectionVariableValueRecord, TR, U> arg5) -
createField0
protected final <TR extends Table<R>,T extends Object, TableField<SectionVariableValueRecord,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<SectionVariableValueRecord, TR, U> arg6) -
eq
-
equal
-
ne
-
notEqual
-
rowid
-
useIndex
-
useIndexForJoin
- Specified by:
useIndexForJoinin interfaceTable<R extends Record>
-
useIndexForOrderBy
- Specified by:
useIndexForOrderByin interfaceTable<R extends Record>
-
useIndexForGroupBy
- Specified by:
useIndexForGroupByin interfaceTable<R extends Record>
-
ignoreIndex
- Specified by:
ignoreIndexin interfaceTable<R extends Record>
-
ignoreIndexForJoin
- Specified by:
ignoreIndexForJoinin interfaceTable<R extends Record>
-
ignoreIndexForOrderBy
- Specified by:
ignoreIndexForOrderByin interfaceTable<R extends Record>
-
ignoreIndexForGroupBy
- Specified by:
ignoreIndexForGroupByin interfaceTable<R extends Record>
-
forceIndex
- Specified by:
forceIndexin interfaceTable<R extends Record>
-
forceIndexForJoin
- Specified by:
forceIndexForJoinin interfaceTable<R extends Record>
-
forceIndexForOrderBy
- Specified by:
forceIndexForOrderByin interfaceTable<R extends Record>
-
forceIndexForGroupBy
- Specified by:
forceIndexForGroupByin interfaceTable<R extends Record>
-
as
-
as
-
as
public final Table<SectionVariableValueRecord> as(Table<?> arg0, Collection<? extends Field<?>> arg1) -
as
-
as
public final Table<SectionVariableValueRecord> as(Table<?> arg0, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> arg1) -
withOrdinality
- Specified by:
withOrdinalityin interfaceTable<R extends Record>
-
divideBy
-
leftSemiJoin
- Specified by:
leftSemiJoinin interfaceTable<R extends Record>
-
leftSemiJoin
- Specified by:
leftSemiJoinin interfaceTable<R extends Record>
-
leftAntiJoin
- Specified by:
leftAntiJoinin interfaceTable<R extends Record>
-
leftAntiJoin
- Specified by:
leftAntiJoinin interfaceTable<R extends Record>
-
where
-
where
-
where
-
where
-
where
-
where
-
where
-
where
-
whereExists
- Specified by:
whereExistsin interfaceTable<R extends Record>
-
whereNotExists
- Specified by:
whereNotExistsin 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:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightJoin
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
fullJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
crossJoin
-
naturalJoin
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
$schema
-
fieldStream
- Specified by:
fieldStreamin interfaceFields
-
field
-
field
-
field
-
field
-
fields
-
fields
-
fields
-
fields
-
indexOf
-
indexOf
-
indexOf
-
types
-
type
-
type
-
type
-
dataTypes
-
dataType
-
dataType
-
dataType
-
getName
-
getQualifiedName
- Specified by:
getQualifiedNamein interfaceNamed
-
getUnqualifiedName
- Specified by:
getUnqualifiedNamein interfaceNamed
-
getComment
- Specified by:
getCommentin interfaceNamed
-
getCommentPart
- Specified by:
getCommentPartin interfaceNamed
-
$name
-
rendersContent
- Specified by:
rendersContentin interfaceQueryPartInternal
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFieldsin interfaceQueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindowsin interfaceQueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTEin interfaceQueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCastin interfaceQueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-