- java.lang.Object
-
- org.jooq.impl.TableImpl<Record>
-
- org.jooq.meta.h2.information_schema.tables.TypeInfo
-
- All Implemented Interfaces:
Serializable,Fields,Named,Qualified,QueryPart,QueryPartInternal,RecordQualifier<Record>,Table<Record>,TableLike<Record>
public class TypeInfo extends TableImpl<Record>
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TableField<Record,Boolean>AUTO_INCREMENTThe columnINFORMATION_SCHEMA.TYPE_INFO.AUTO_INCREMENT.TableField<Record,Boolean>CASE_SENSITIVEThe columnINFORMATION_SCHEMA.TYPE_INFO.CASE_SENSITIVE.TableField<Record,Integer>DATA_TYPEThe columnINFORMATION_SCHEMA.TYPE_INFO.DATA_TYPE.TableField<Record,Short>MAXIMUM_SCALEThe columnINFORMATION_SCHEMA.TYPE_INFO.MAXIMUM_SCALE.TableField<Record,Short>MINIMUM_SCALEThe columnINFORMATION_SCHEMA.TYPE_INFO.MINIMUM_SCALE.TableField<Record,Short>NULLABLEThe columnINFORMATION_SCHEMA.TYPE_INFO.NULLABLE.TableField<Record,String>PARAMSThe columnINFORMATION_SCHEMA.TYPE_INFO.PARAMS.TableField<Record,Integer>POSThe columnINFORMATION_SCHEMA.TYPE_INFO.POS.TableField<Record,Integer>PRECISIONThe columnINFORMATION_SCHEMA.TYPE_INFO.PRECISION.TableField<Record,String>PREFIXThe columnINFORMATION_SCHEMA.TYPE_INFO.PREFIX.TableField<Record,Integer>RADIXThe columnINFORMATION_SCHEMA.TYPE_INFO.RADIX.TableField<Record,Short>SEARCHABLEThe columnINFORMATION_SCHEMA.TYPE_INFO.SEARCHABLE.TableField<Record,String>SUFFIXThe columnINFORMATION_SCHEMA.TYPE_INFO.SUFFIX.static TypeInfoTYPE_INFOThe reference instance ofINFORMATION_SCHEMA.TYPE_INFOTableField<Record,String>TYPE_NAMEThe columnINFORMATION_SCHEMA.TYPE_INFO.TYPE_NAME.-
Fields inherited from class org.jooq.impl.TableImpl
parameters
-
-
Constructor Summary
Constructors Constructor Description TypeInfo()Create aINFORMATION_SCHEMA.TYPE_INFOtable referenceTypeInfo(String alias)Create an aliasedINFORMATION_SCHEMA.TYPE_INFOtable referenceTypeInfo(Name alias)Create an aliasedINFORMATION_SCHEMA.TYPE_INFOtable referenceTypeInfo(Table<O> child, ForeignKey<O,Record> key)
-
Method Summary
-
Methods inherited from class org.jooq.impl.TableImpl
accept, aliased, as, clauses, declaresTables, equals, fieldsRow, isSimple, isSynthetic
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
Methods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
-
-
-
-
Field Detail
-
TYPE_INFO
public static final TypeInfo TYPE_INFO
The reference instance ofINFORMATION_SCHEMA.TYPE_INFO
-
TYPE_NAME
public final TableField<Record,String> TYPE_NAME
The columnINFORMATION_SCHEMA.TYPE_INFO.TYPE_NAME.
-
DATA_TYPE
public final TableField<Record,Integer> DATA_TYPE
The columnINFORMATION_SCHEMA.TYPE_INFO.DATA_TYPE.
-
PRECISION
public final TableField<Record,Integer> PRECISION
The columnINFORMATION_SCHEMA.TYPE_INFO.PRECISION.
-
PREFIX
public final TableField<Record,String> PREFIX
The columnINFORMATION_SCHEMA.TYPE_INFO.PREFIX.
-
SUFFIX
public final TableField<Record,String> SUFFIX
The columnINFORMATION_SCHEMA.TYPE_INFO.SUFFIX.
-
PARAMS
public final TableField<Record,String> PARAMS
The columnINFORMATION_SCHEMA.TYPE_INFO.PARAMS.
-
AUTO_INCREMENT
public final TableField<Record,Boolean> AUTO_INCREMENT
The columnINFORMATION_SCHEMA.TYPE_INFO.AUTO_INCREMENT.
-
MINIMUM_SCALE
public final TableField<Record,Short> MINIMUM_SCALE
The columnINFORMATION_SCHEMA.TYPE_INFO.MINIMUM_SCALE.
-
MAXIMUM_SCALE
public final TableField<Record,Short> MAXIMUM_SCALE
The columnINFORMATION_SCHEMA.TYPE_INFO.MAXIMUM_SCALE.
-
RADIX
public final TableField<Record,Integer> RADIX
The columnINFORMATION_SCHEMA.TYPE_INFO.RADIX.
-
POS
public final TableField<Record,Integer> POS
The columnINFORMATION_SCHEMA.TYPE_INFO.POS.
-
CASE_SENSITIVE
public final TableField<Record,Boolean> CASE_SENSITIVE
The columnINFORMATION_SCHEMA.TYPE_INFO.CASE_SENSITIVE.
-
NULLABLE
public final TableField<Record,Short> NULLABLE
The columnINFORMATION_SCHEMA.TYPE_INFO.NULLABLE.
-
SEARCHABLE
public final TableField<Record,Short> SEARCHABLE
The columnINFORMATION_SCHEMA.TYPE_INFO.SEARCHABLE.
-
-
Constructor Detail
-
TypeInfo
public TypeInfo(String alias)
Create an aliasedINFORMATION_SCHEMA.TYPE_INFOtable reference
-
TypeInfo
public TypeInfo(Name alias)
Create an aliasedINFORMATION_SCHEMA.TYPE_INFOtable reference
-
TypeInfo
public TypeInfo()
Create aINFORMATION_SCHEMA.TYPE_INFOtable reference
-
TypeInfo
public TypeInfo(Table<O> child, ForeignKey<O,Record> key)
-
-
Method Detail
-
getRecordType
public Class<Record> getRecordType()
The class holding records for this type- Specified by:
getRecordTypein interfaceRecordQualifier<Record>- Overrides:
getRecordTypein classTableImpl<Record>
-
asterisk
public final QualifiedAsterisk asterisk()
-
getDataType
public final DataType<R> getDataType()
- Specified by:
getDataTypein interfaceRecordQualifier<R extends Record>
-
recordType
public final RecordType<R> recordType()
- Specified by:
recordTypein interfaceTable<R extends Record>
-
newRecord
public final R newRecord()
- Specified by:
newRecordin interfaceRecordQualifier<R extends Record>
-
asTable
public final Table<R> asTable(String arg0, Function<? super Field<?>,? extends String> arg1)
-
asTable
public final Table<R> asTable(String arg0, BiFunction<? super Field<?>,? super Integer,? extends String> arg1)
-
as
public final Table<R> as(String arg0, BiFunction<? super Field<?>,? super Integer,? extends String> arg1)
-
as
public final Table<R> as(Name arg0, BiFunction<? super Field<?>,? super Integer,? extends Name> arg1)
-
getType
public final TableOptions.TableType getType()
-
getOptions
public final TableOptions getOptions()
- Specified by:
getOptionsin interfaceTable<R extends Record>
-
getCatalog
public final Catalog getCatalog()
- Specified by:
getCatalogin interfaceQualified
-
getPackage
public final Package getPackage()
- Specified by:
getPackagein interfaceRecordQualifier<R extends Record>
-
getIdentity
public Identity<R,?> getIdentity()
- Specified by:
getIdentityin interfaceTable<R extends Record>
-
getPrimaryKey
public UniqueKey<R> getPrimaryKey()
- Specified by:
getPrimaryKeyin interfaceTable<R extends Record>
-
getRecordVersion
public TableField<R,?> getRecordVersion()
- Specified by:
getRecordVersionin interfaceTable<R extends Record>
-
getRecordTimestamp
public TableField<R,?> getRecordTimestamp()
- Specified by:
getRecordTimestampin interfaceTable<R extends Record>
-
getIndexes
public List<Index> getIndexes()
- Specified by:
getIndexesin interfaceTable<R extends Record>
-
getUniqueKeys
public List<UniqueKey<R>> getUniqueKeys()
- Specified by:
getUniqueKeysin interfaceTable<R extends Record>
-
getReferencesFrom
public final <O extends Record> List<ForeignKey<O,R>> getReferencesFrom(Table<O> arg0)
- Specified by:
getReferencesFromin interfaceTable<R extends Record>
-
getReferences
public List<ForeignKey<R,?>> getReferences()
- Specified by:
getReferencesin interfaceTable<R extends Record>
-
getReferencesTo
public final <O extends Record> List<ForeignKey<R,O>> getReferencesTo(Table<O> arg0)
- Specified by:
getReferencesToin interfaceTable<R extends Record>
-
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,U extends Object> TableField<R,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,U extends Object> TableField<R,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,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.
-
createField
@Deprecated protected final <T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1)
Deprecated.
-
createField
@Deprecated protected final <T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1, String arg2)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,U extends Object> TableField<R,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<R,U> createField(String arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,X extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
Deprecated.
-
createField
protected static final <R extends Record,T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1, Table<R> arg2)
-
createField
protected static final <R extends Record,T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3)
-
createField
protected static final <R extends Record,T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T,U> arg4)
-
createField
protected static final <R extends Record,T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T,U> arg4)
-
createField
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)
-
createField
protected final <T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1)
-
createField
protected final <T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1, String arg2)
-
createField
protected final <T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<T,U> arg3)
-
createField
protected final <T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
-
createField
protected final <T extends Object,X extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
-
useIndexForJoin
public final Table<R> useIndexForJoin(String... arg0)
- Specified by:
useIndexForJoinin interfaceTable<R extends Record>
-
useIndexForOrderBy
public final Table<R> useIndexForOrderBy(String... arg0)
- Specified by:
useIndexForOrderByin interfaceTable<R extends Record>
-
useIndexForGroupBy
public final Table<R> useIndexForGroupBy(String... arg0)
- Specified by:
useIndexForGroupByin interfaceTable<R extends Record>
-
ignoreIndex
public final Table<R> ignoreIndex(String... arg0)
- Specified by:
ignoreIndexin interfaceTable<R extends Record>
-
ignoreIndexForJoin
public final Table<R> ignoreIndexForJoin(String... arg0)
- Specified by:
ignoreIndexForJoinin interfaceTable<R extends Record>
-
ignoreIndexForOrderBy
public final Table<R> ignoreIndexForOrderBy(String... arg0)
- Specified by:
ignoreIndexForOrderByin interfaceTable<R extends Record>
-
ignoreIndexForGroupBy
public final Table<R> ignoreIndexForGroupBy(String... arg0)
- Specified by:
ignoreIndexForGroupByin interfaceTable<R extends Record>
-
forceIndex
public final Table<R> forceIndex(String... arg0)
- Specified by:
forceIndexin interfaceTable<R extends Record>
-
forceIndexForJoin
public final Table<R> forceIndexForJoin(String... arg0)
- Specified by:
forceIndexForJoinin interfaceTable<R extends Record>
-
forceIndexForOrderBy
public final Table<R> forceIndexForOrderBy(String... arg0)
- Specified by:
forceIndexForOrderByin interfaceTable<R extends Record>
-
forceIndexForGroupBy
public final Table<R> forceIndexForGroupBy(String... arg0)
- Specified by:
forceIndexForGroupByin interfaceTable<R extends Record>
-
as
public final Table<R> as(Table<?> arg0, BiFunction<? super Field<?>,? super Integer,? extends Field<?>> arg1)
-
divideBy
public final DivideByOnStep divideBy(Table<?> arg0)
-
leftSemiJoin
public final TableOnStep<R> leftSemiJoin(TableLike<?> arg0)
- Specified by:
leftSemiJoinin interfaceTable<R extends Record>
-
leftAntiJoin
public final TableOnStep<R> leftAntiJoin(TableLike<?> arg0)
- Specified by:
leftAntiJoinin interfaceTable<R extends Record>
-
where
public Table<R> where(Collection<? extends Condition> arg0)
-
whereExists
public Table<R> whereExists(Select<?> arg0)
- Specified by:
whereExistsin interfaceTable<R extends Record>
-
whereNotExists
public Table<R> whereNotExists(Select<?> arg0)
- Specified by:
whereNotExistsin interfaceTable<R extends Record>
-
join
public final TableOptionalOnStep<Record> join(TableLike<?> arg0, JoinType arg1)
-
join
public final TableOnStep<Record> join(TableLike<?> arg0)
-
join
public final TableOnStep<Record> join(SQL arg0)
-
join
public final TableOnStep<Record> join(String arg0)
-
join
public final TableOnStep<Record> join(String arg0, Object... arg1)
-
join
public final TableOnStep<Record> join(String arg0, QueryPart... arg1)
-
join
public final TableOnStep<Record> join(Name arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(TableLike<?> arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(SQL arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(String arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(String arg0, Object... arg1)
-
innerJoin
public final TableOnStep<Record> innerJoin(String arg0, QueryPart... arg1)
-
innerJoin
public final TableOnStep<Record> innerJoin(Name arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(TableLike<?> arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(SQL arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(String arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(String arg0, Object... arg1)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(String arg0, QueryPart... arg1)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(Name arg0)
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(TableLike<?> arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(SQL arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(String arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(String arg0, Object... arg1)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(Name arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(TableLike<?> arg0)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(SQL arg0)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(String arg0)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(String arg0, Object... arg1)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(String arg0, QueryPart... arg1)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(Name arg0)
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(TableLike<?> arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(SQL arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(String arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(String arg0, Object... arg1)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(Name arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(TableLike<?> arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(SQL arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(String arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(String arg0, Object... arg1)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(Name arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullJoin
public final TableOnStep<Record> fullJoin(TableLike<?> arg0)
-
fullJoin
public final TableOnStep<Record> fullJoin(SQL arg0)
-
fullJoin
public final TableOnStep<Record> fullJoin(String arg0)
-
fullJoin
public final TableOnStep<Record> fullJoin(String arg0, Object... arg1)
-
fullJoin
public final TableOnStep<Record> fullJoin(String arg0, QueryPart... arg1)
-
fullJoin
public final TableOnStep<Record> fullJoin(Name arg0)
-
naturalJoin
public final Table<Record> naturalJoin(TableLike<?> arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(SQL arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(String arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(String arg0, Object... arg1)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(Name arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(TableLike<?> arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(SQL arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(String arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(Name arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(TableLike<?> arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(SQL arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(String arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(Name arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(TableLike<?> arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(SQL arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(String arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(Name arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(TableLike<?> arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(SQL arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(String arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(String arg0, Object... arg1)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(String arg0, QueryPart... arg1)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(Name arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(TableLike<?> arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(SQL arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(String arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(String arg0, Object... arg1)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(String arg0, QueryPart... arg1)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(Name arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(TableLike<?> arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(SQL arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(String arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(String arg0, Object... arg1)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(String arg0, QueryPart... arg1)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(Name arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
fieldStream
public default Stream<Field<?>> fieldStream()
- Specified by:
fieldStreamin interfaceFields
-
field
@Deprecated public default Field<?> field(String arg0)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(String arg0, Class<T> arg1)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(String arg0, DataType<T> arg1)
Deprecated.
-
field
@Deprecated public default Field<?> field(Name arg0)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(Name arg0, Class<T> arg1)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(Name arg0, DataType<T> arg1)
Deprecated.
-
getQualifiedName
public Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceNamed
-
getUnqualifiedName
public final Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceNamed
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceNamed
-
getCommentPart
public final Comment getCommentPart()
- Specified by:
getCommentPartin interfaceNamed
-
rendersContent
public boolean rendersContent(Context<?> arg0)
- 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
public String toString()
-
create
@Deprecated protected final DSLContext create()
Deprecated.
-
create
@Deprecated protected final DSLContext create(Configuration arg0)
Deprecated.
-
create
@Deprecated protected final DSLContext create(Context<?> arg0)
Deprecated.
-
translate
protected final DataAccessException translate(String arg0, SQLException arg1)
-
-