- java.lang.Object
-
- org.jooq.impl.TableImpl<Record>
-
- org.jooq.meta.postgres.information_schema.tables.Attributes
-
- All Implemented Interfaces:
Serializable,Fields,Named,Qualified,QueryPart,QueryPartInternal,RecordQualifier<Record>,Table<Record>,TableLike<Record>
public class Attributes extends TableImpl<Record>
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TableField<Record,String>ATTRIBUTE_DEFAULTThe columninformation_schema.attributes.attribute_default.TableField<Record,String>ATTRIBUTE_NAMEThe columninformation_schema.attributes.attribute_name.TableField<Record,String>ATTRIBUTE_UDT_CATALOGThe columninformation_schema.attributes.attribute_udt_catalog.TableField<Record,String>ATTRIBUTE_UDT_NAMEThe columninformation_schema.attributes.attribute_udt_name.TableField<Record,String>ATTRIBUTE_UDT_SCHEMAThe columninformation_schema.attributes.attribute_udt_schema.static AttributesATTRIBUTESThe reference instance ofinformation_schema.attributesTableField<Record,Integer>CHARACTER_MAXIMUM_LENGTHThe columninformation_schema.attributes.character_maximum_length.TableField<Record,Integer>CHARACTER_OCTET_LENGTHThe columninformation_schema.attributes.character_octet_length.TableField<Record,String>CHARACTER_SET_CATALOGThe columninformation_schema.attributes.character_set_catalog.TableField<Record,String>CHARACTER_SET_NAMEThe columninformation_schema.attributes.character_set_name.TableField<Record,String>CHARACTER_SET_SCHEMAThe columninformation_schema.attributes.character_set_schema.TableField<Record,String>COLLATION_CATALOGThe columninformation_schema.attributes.collation_catalog.TableField<Record,String>COLLATION_NAMEThe columninformation_schema.attributes.collation_name.TableField<Record,String>COLLATION_SCHEMAThe columninformation_schema.attributes.collation_schema.TableField<Record,String>DATA_TYPEThe columninformation_schema.attributes.data_type.TableField<Record,Integer>DATETIME_PRECISIONThe columninformation_schema.attributes.datetime_precision.TableField<Record,String>DTD_IDENTIFIERThe columninformation_schema.attributes.dtd_identifier.TableField<Record,Integer>INTERVAL_PRECISIONThe columninformation_schema.attributes.interval_precision.TableField<Record,String>INTERVAL_TYPEThe columninformation_schema.attributes.interval_type.TableField<Record,String>IS_DERIVED_REFERENCE_ATTRIBUTEThe columninformation_schema.attributes.is_derived_reference_attribute.TableField<Record,String>IS_NULLABLEThe columninformation_schema.attributes.is_nullable.TableField<Record,Integer>MAXIMUM_CARDINALITYThe columninformation_schema.attributes.maximum_cardinality.TableField<Record,Integer>NUMERIC_PRECISIONThe columninformation_schema.attributes.numeric_precision.TableField<Record,Integer>NUMERIC_PRECISION_RADIXThe columninformation_schema.attributes.numeric_precision_radix.TableField<Record,Integer>NUMERIC_SCALEThe columninformation_schema.attributes.numeric_scale.TableField<Record,Integer>ORDINAL_POSITIONThe columninformation_schema.attributes.ordinal_position.TableField<Record,String>SCOPE_CATALOGThe columninformation_schema.attributes.scope_catalog.TableField<Record,String>SCOPE_NAMEThe columninformation_schema.attributes.scope_name.TableField<Record,String>SCOPE_SCHEMAThe columninformation_schema.attributes.scope_schema.TableField<Record,String>UDT_CATALOGThe columninformation_schema.attributes.udt_catalog.TableField<Record,String>UDT_NAMEThe columninformation_schema.attributes.udt_name.TableField<Record,String>UDT_SCHEMAThe columninformation_schema.attributes.udt_schema.-
Fields inherited from class org.jooq.impl.TableImpl
parameters
-
-
Constructor Summary
Constructors Constructor Description Attributes()Create ainformation_schema.attributestable referenceAttributes(String alias)Create an aliasedinformation_schema.attributestable referenceAttributes(Name alias)Create an aliasedinformation_schema.attributestable referenceAttributes(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
-
ATTRIBUTES
public static final Attributes ATTRIBUTES
The reference instance ofinformation_schema.attributes
-
UDT_CATALOG
public final TableField<Record,String> UDT_CATALOG
The columninformation_schema.attributes.udt_catalog.
-
UDT_SCHEMA
public final TableField<Record,String> UDT_SCHEMA
The columninformation_schema.attributes.udt_schema.
-
UDT_NAME
public final TableField<Record,String> UDT_NAME
The columninformation_schema.attributes.udt_name.
-
ATTRIBUTE_NAME
public final TableField<Record,String> ATTRIBUTE_NAME
The columninformation_schema.attributes.attribute_name.
-
ORDINAL_POSITION
public final TableField<Record,Integer> ORDINAL_POSITION
The columninformation_schema.attributes.ordinal_position.
-
ATTRIBUTE_DEFAULT
public final TableField<Record,String> ATTRIBUTE_DEFAULT
The columninformation_schema.attributes.attribute_default.
-
IS_NULLABLE
public final TableField<Record,String> IS_NULLABLE
The columninformation_schema.attributes.is_nullable.
-
DATA_TYPE
public final TableField<Record,String> DATA_TYPE
The columninformation_schema.attributes.data_type.
-
CHARACTER_MAXIMUM_LENGTH
public final TableField<Record,Integer> CHARACTER_MAXIMUM_LENGTH
The columninformation_schema.attributes.character_maximum_length.
-
CHARACTER_OCTET_LENGTH
public final TableField<Record,Integer> CHARACTER_OCTET_LENGTH
The columninformation_schema.attributes.character_octet_length.
-
CHARACTER_SET_CATALOG
public final TableField<Record,String> CHARACTER_SET_CATALOG
The columninformation_schema.attributes.character_set_catalog.
-
CHARACTER_SET_SCHEMA
public final TableField<Record,String> CHARACTER_SET_SCHEMA
The columninformation_schema.attributes.character_set_schema.
-
CHARACTER_SET_NAME
public final TableField<Record,String> CHARACTER_SET_NAME
The columninformation_schema.attributes.character_set_name.
-
COLLATION_CATALOG
public final TableField<Record,String> COLLATION_CATALOG
The columninformation_schema.attributes.collation_catalog.
-
COLLATION_SCHEMA
public final TableField<Record,String> COLLATION_SCHEMA
The columninformation_schema.attributes.collation_schema.
-
COLLATION_NAME
public final TableField<Record,String> COLLATION_NAME
The columninformation_schema.attributes.collation_name.
-
NUMERIC_PRECISION
public final TableField<Record,Integer> NUMERIC_PRECISION
The columninformation_schema.attributes.numeric_precision.
-
NUMERIC_PRECISION_RADIX
public final TableField<Record,Integer> NUMERIC_PRECISION_RADIX
The columninformation_schema.attributes.numeric_precision_radix.
-
NUMERIC_SCALE
public final TableField<Record,Integer> NUMERIC_SCALE
The columninformation_schema.attributes.numeric_scale.
-
DATETIME_PRECISION
public final TableField<Record,Integer> DATETIME_PRECISION
The columninformation_schema.attributes.datetime_precision.
-
INTERVAL_TYPE
public final TableField<Record,String> INTERVAL_TYPE
The columninformation_schema.attributes.interval_type.
-
INTERVAL_PRECISION
public final TableField<Record,Integer> INTERVAL_PRECISION
The columninformation_schema.attributes.interval_precision.
-
ATTRIBUTE_UDT_CATALOG
public final TableField<Record,String> ATTRIBUTE_UDT_CATALOG
The columninformation_schema.attributes.attribute_udt_catalog.
-
ATTRIBUTE_UDT_SCHEMA
public final TableField<Record,String> ATTRIBUTE_UDT_SCHEMA
The columninformation_schema.attributes.attribute_udt_schema.
-
ATTRIBUTE_UDT_NAME
public final TableField<Record,String> ATTRIBUTE_UDT_NAME
The columninformation_schema.attributes.attribute_udt_name.
-
SCOPE_CATALOG
public final TableField<Record,String> SCOPE_CATALOG
The columninformation_schema.attributes.scope_catalog.
-
SCOPE_SCHEMA
public final TableField<Record,String> SCOPE_SCHEMA
The columninformation_schema.attributes.scope_schema.
-
SCOPE_NAME
public final TableField<Record,String> SCOPE_NAME
The columninformation_schema.attributes.scope_name.
-
MAXIMUM_CARDINALITY
public final TableField<Record,Integer> MAXIMUM_CARDINALITY
The columninformation_schema.attributes.maximum_cardinality.
-
DTD_IDENTIFIER
public final TableField<Record,String> DTD_IDENTIFIER
The columninformation_schema.attributes.dtd_identifier.
-
IS_DERIVED_REFERENCE_ATTRIBUTE
public final TableField<Record,String> IS_DERIVED_REFERENCE_ATTRIBUTE
The columninformation_schema.attributes.is_derived_reference_attribute.
-
-
Constructor Detail
-
Attributes
public Attributes(String alias)
Create an aliasedinformation_schema.attributestable reference
-
Attributes
public Attributes(Name alias)
Create an aliasedinformation_schema.attributestable reference
-
Attributes
public Attributes()
Create ainformation_schema.attributestable reference
-
Attributes
public Attributes(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>
-
as
public Attributes as(String alias)
-
as
public Attributes as(Name alias)
-
rename
public Attributes rename(String name)
Rename this table
-
rename
public Attributes rename(Name name)
Rename this table
-
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)
-
-