public class Attributes extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,String> |
ATTRIBUTE_DEFAULT
The column
information_schema.attributes.attribute_default. |
TableField<Record,String> |
ATTRIBUTE_NAME
The column
information_schema.attributes.attribute_name. |
TableField<Record,String> |
ATTRIBUTE_UDT_CATALOG
The column
information_schema.attributes.attribute_udt_catalog. |
TableField<Record,String> |
ATTRIBUTE_UDT_NAME
The column
information_schema.attributes.attribute_udt_name. |
TableField<Record,String> |
ATTRIBUTE_UDT_SCHEMA
The column
information_schema.attributes.attribute_udt_schema. |
static Attributes |
ATTRIBUTES
The reference instance of
information_schema.attributes |
TableField<Record,Integer> |
CHARACTER_MAXIMUM_LENGTH
The column
information_schema.attributes.character_maximum_length. |
TableField<Record,Integer> |
CHARACTER_OCTET_LENGTH
The column
information_schema.attributes.character_octet_length. |
TableField<Record,String> |
CHARACTER_SET_CATALOG
The column
information_schema.attributes.character_set_catalog. |
TableField<Record,String> |
CHARACTER_SET_NAME
The column
information_schema.attributes.character_set_name. |
TableField<Record,String> |
CHARACTER_SET_SCHEMA
The column
information_schema.attributes.character_set_schema. |
TableField<Record,String> |
COLLATION_CATALOG
The column
information_schema.attributes.collation_catalog. |
TableField<Record,String> |
COLLATION_NAME
The column
information_schema.attributes.collation_name. |
TableField<Record,String> |
COLLATION_SCHEMA
The column
information_schema.attributes.collation_schema. |
TableField<Record,String> |
DATA_TYPE
The column
information_schema.attributes.data_type. |
TableField<Record,Integer> |
DATETIME_PRECISION
The column
information_schema.attributes.datetime_precision. |
TableField<Record,String> |
DTD_IDENTIFIER
The column
information_schema.attributes.dtd_identifier. |
TableField<Record,Integer> |
INTERVAL_PRECISION
The column
information_schema.attributes.interval_precision. |
TableField<Record,String> |
INTERVAL_TYPE
The column
information_schema.attributes.interval_type. |
TableField<Record,String> |
IS_DERIVED_REFERENCE_ATTRIBUTE
The column
information_schema.attributes.is_derived_reference_attribute. |
TableField<Record,String> |
IS_NULLABLE
The column
information_schema.attributes.is_nullable. |
TableField<Record,Integer> |
MAXIMUM_CARDINALITY
The column
information_schema.attributes.maximum_cardinality. |
TableField<Record,Integer> |
NUMERIC_PRECISION
The column
information_schema.attributes.numeric_precision. |
TableField<Record,Integer> |
NUMERIC_PRECISION_RADIX
The column
information_schema.attributes.numeric_precision_radix. |
TableField<Record,Integer> |
NUMERIC_SCALE
The column
information_schema.attributes.numeric_scale. |
TableField<Record,Integer> |
ORDINAL_POSITION
The column
information_schema.attributes.ordinal_position. |
TableField<Record,String> |
SCOPE_CATALOG
The column
information_schema.attributes.scope_catalog. |
TableField<Record,String> |
SCOPE_NAME
The column
information_schema.attributes.scope_name. |
TableField<Record,String> |
SCOPE_SCHEMA
The column
information_schema.attributes.scope_schema. |
TableField<Record,String> |
UDT_CATALOG
The column
information_schema.attributes.udt_catalog. |
TableField<Record,String> |
UDT_NAME
The column
information_schema.attributes.udt_name. |
TableField<Record,String> |
UDT_SCHEMA
The column
information_schema.attributes.udt_schema. |
parameters| Constructor and Description |
|---|
Attributes()
Create a
information_schema.attributes table reference |
Attributes(Name alias)
Create an aliased
information_schema.attributes table reference |
Attributes(String alias)
Create an aliased
information_schema.attributes table reference |
Attributes(Table<O> child,
ForeignKey<O,Record> key) |
accept, aliased, as, clauses, declaresTables, equals, fieldsRowclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, getUnqualifiedNamepublic static final Attributes ATTRIBUTES
information_schema.attributespublic final TableField<Record,String> UDT_CATALOG
information_schema.attributes.udt_catalog.public final TableField<Record,String> UDT_SCHEMA
information_schema.attributes.udt_schema.public final TableField<Record,String> UDT_NAME
information_schema.attributes.udt_name.public final TableField<Record,String> ATTRIBUTE_NAME
information_schema.attributes.attribute_name.public final TableField<Record,Integer> ORDINAL_POSITION
information_schema.attributes.ordinal_position.public final TableField<Record,String> ATTRIBUTE_DEFAULT
information_schema.attributes.attribute_default.public final TableField<Record,String> IS_NULLABLE
information_schema.attributes.is_nullable.public final TableField<Record,String> DATA_TYPE
information_schema.attributes.data_type.public final TableField<Record,Integer> CHARACTER_MAXIMUM_LENGTH
information_schema.attributes.character_maximum_length.public final TableField<Record,Integer> CHARACTER_OCTET_LENGTH
information_schema.attributes.character_octet_length.public final TableField<Record,String> CHARACTER_SET_CATALOG
information_schema.attributes.character_set_catalog.public final TableField<Record,String> CHARACTER_SET_SCHEMA
information_schema.attributes.character_set_schema.public final TableField<Record,String> CHARACTER_SET_NAME
information_schema.attributes.character_set_name.public final TableField<Record,String> COLLATION_CATALOG
information_schema.attributes.collation_catalog.public final TableField<Record,String> COLLATION_SCHEMA
information_schema.attributes.collation_schema.public final TableField<Record,String> COLLATION_NAME
information_schema.attributes.collation_name.public final TableField<Record,Integer> NUMERIC_PRECISION
information_schema.attributes.numeric_precision.public final TableField<Record,Integer> NUMERIC_PRECISION_RADIX
information_schema.attributes.numeric_precision_radix.public final TableField<Record,Integer> NUMERIC_SCALE
information_schema.attributes.numeric_scale.public final TableField<Record,Integer> DATETIME_PRECISION
information_schema.attributes.datetime_precision.public final TableField<Record,String> INTERVAL_TYPE
information_schema.attributes.interval_type.public final TableField<Record,Integer> INTERVAL_PRECISION
information_schema.attributes.interval_precision.public final TableField<Record,String> ATTRIBUTE_UDT_CATALOG
information_schema.attributes.attribute_udt_catalog.public final TableField<Record,String> ATTRIBUTE_UDT_SCHEMA
information_schema.attributes.attribute_udt_schema.public final TableField<Record,String> ATTRIBUTE_UDT_NAME
information_schema.attributes.attribute_udt_name.public final TableField<Record,String> SCOPE_CATALOG
information_schema.attributes.scope_catalog.public final TableField<Record,String> SCOPE_SCHEMA
information_schema.attributes.scope_schema.public final TableField<Record,String> SCOPE_NAME
information_schema.attributes.scope_name.public final TableField<Record,Integer> MAXIMUM_CARDINALITY
information_schema.attributes.maximum_cardinality.public final TableField<Record,String> DTD_IDENTIFIER
information_schema.attributes.dtd_identifier.public final TableField<Record,String> IS_DERIVED_REFERENCE_ATTRIBUTE
information_schema.attributes.is_derived_reference_attribute.public Attributes(String alias)
information_schema.attributes table referencepublic Attributes(Name alias)
information_schema.attributes table referencepublic Attributes()
information_schema.attributes table referencepublic Attributes(Table<O> child, ForeignKey<O,Record> key)
public Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public Schema getSchema()
public Attributes as(String alias)
public Attributes as(Name alias)
public Attributes rename(String name)
public Attributes rename(Name name)
public final QualifiedAsterisk asterisk()
public final DataType<R> getDataType()
getDataType in interface Table<R extends Record>public final RecordType<R> recordType()
recordType in interface Table<R extends Record>public final Stream<Field<?>> fieldStream()
fieldStream in interface TableLike<R extends Record>public final Field<?> field(int arg0)
public final Field<?>[] fields()
public final Field<?>[] fields(int... arg0)
public final int indexOf(Field<?> arg0)
public final int indexOf(String arg0)
public final int indexOf(Name arg0)
public final Table<R> asTable(String arg0, Function<? super Field<?>,? extends String> arg1)
public final Table<R> asTable(String arg0, BiFunction<? super Field<?>,? super Integer,? extends String> arg1)
public final Table<R> as(String arg0, BiFunction<? super Field<?>,? super Integer,? extends String> arg1)
public final Table<R> as(Name arg0, BiFunction<? super Field<?>,? super Integer,? extends Name> arg1)
public final TableOptions.TableType getType()
public final TableOptions getOptions()
getOptions in interface Table<R extends Record>public final Catalog getCatalog()
getCatalog in interface Qualifiedpublic final <O extends Record> List<ForeignKey<O,R>> getReferencesFrom(Table<O> arg0)
getReferencesFrom in interface Table<R extends Record>public final <O extends Record> List<ForeignKey<R,O>> getReferencesTo(Table<O> arg0)
getReferencesTo in interface Table<R extends Record>@Deprecated protected static final <R extends Record,T> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2)
@Deprecated protected static final <R extends Record,T> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3)
@Deprecated protected static final <R extends Record,T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T,U> arg4)
@Deprecated protected static final <R extends Record,T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T,U> arg4)
@Deprecated protected static final <R extends Record,T,X,U> 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> TableField<R,T> createField(String arg0, DataType<T> arg1)
@Deprecated protected final <T> TableField<R,T> createField(String arg0, DataType<T> arg1, String arg2)
@Deprecated protected final <T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<T,U> arg3)
@Deprecated protected final <T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
@Deprecated protected final <T,X,U> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
protected static final <R extends Record,T> TableField<R,T> createField(Name arg0, DataType<T> arg1, Table<R> arg2)
protected static final <R extends Record,T> TableField<R,T> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3)
protected static final <R extends Record,T,U> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T,U> arg4)
protected static final <R extends Record,T,U> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T,U> arg4)
protected static final <R extends Record,T,X,U> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X,U> arg4, Binding<T,X> arg5)
protected final <T> TableField<R,T> createField(Name arg0, DataType<T> arg1)
protected final <T> TableField<R,T> createField(Name arg0, DataType<T> arg1, String arg2)
protected final <T,U> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<T,U> arg3)
protected final <T,U> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
protected final <T,X,U> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
public final Table<R> useIndexForJoin(String... arg0)
useIndexForJoin in interface Table<R extends Record>public final Table<R> useIndexForOrderBy(String... arg0)
useIndexForOrderBy in interface Table<R extends Record>public final Table<R> useIndexForGroupBy(String... arg0)
useIndexForGroupBy in interface Table<R extends Record>public final Table<R> ignoreIndex(String... arg0)
ignoreIndex in interface Table<R extends Record>public final Table<R> ignoreIndexForJoin(String... arg0)
ignoreIndexForJoin in interface Table<R extends Record>public final Table<R> ignoreIndexForOrderBy(String... arg0)
ignoreIndexForOrderBy in interface Table<R extends Record>public final Table<R> ignoreIndexForGroupBy(String... arg0)
ignoreIndexForGroupBy in interface Table<R extends Record>public final Table<R> forceIndex(String... arg0)
forceIndex in interface Table<R extends Record>public final Table<R> forceIndexForJoin(String... arg0)
forceIndexForJoin in interface Table<R extends Record>public final Table<R> forceIndexForOrderBy(String... arg0)
forceIndexForOrderBy in interface Table<R extends Record>public final Table<R> forceIndexForGroupBy(String... arg0)
forceIndexForGroupBy in interface Table<R extends Record>public final Table<R> as(Table<?> arg0, BiFunction<? super Field<?>,? super Integer,? extends Field<?>> arg1)
public final DivideByOnStep divideBy(Table<?> arg0)
public final TableOnStep<R> leftSemiJoin(TableLike<?> arg0)
leftSemiJoin in interface Table<R extends Record>public final TableOnStep<R> leftAntiJoin(TableLike<?> arg0)
leftAntiJoin in interface Table<R extends Record>public final TableOptionalOnStep<Record> join(TableLike<?> arg0, JoinType arg1)
public final TableOnStep<Record> join(TableLike<?> arg0)
public final TableOnStep<Record> join(SQL arg0)
public final TableOnStep<Record> join(String arg0)
public final TableOnStep<Record> join(String arg0, Object... arg1)
public final TableOnStep<Record> join(String arg0, QueryPart... arg1)
public final TableOnStep<Record> join(Name arg0)
public final TableOnStep<Record> innerJoin(TableLike<?> arg0)
public final TableOnStep<Record> innerJoin(SQL arg0)
public final TableOnStep<Record> innerJoin(String arg0)
public final TableOnStep<Record> innerJoin(String arg0, Object... arg1)
public final TableOnStep<Record> innerJoin(String arg0, QueryPart... arg1)
public final TableOnStep<Record> innerJoin(Name arg0)
public final TablePartitionByStep<Record> leftJoin(TableLike<?> arg0)
public final TablePartitionByStep<Record> leftJoin(SQL arg0)
public final TablePartitionByStep<Record> leftJoin(String arg0)
public final TablePartitionByStep<Record> leftJoin(String arg0, Object... arg1)
public final TablePartitionByStep<Record> leftJoin(String arg0, QueryPart... arg1)
public final TablePartitionByStep<Record> leftJoin(Name arg0)
public final TablePartitionByStep<Record> leftOuterJoin(TableLike<?> arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> leftOuterJoin(SQL arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> leftOuterJoin(String arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> leftOuterJoin(String arg0, QueryPart... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> leftOuterJoin(Name arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> rightJoin(TableLike<?> arg0)
public final TablePartitionByStep<Record> rightJoin(SQL arg0)
public final TablePartitionByStep<Record> rightJoin(String arg0)
public final TablePartitionByStep<Record> rightJoin(String arg0, Object... arg1)
public final TablePartitionByStep<Record> rightJoin(String arg0, QueryPart... arg1)
public final TablePartitionByStep<Record> rightJoin(Name arg0)
public final TablePartitionByStep<Record> rightOuterJoin(TableLike<?> arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> rightOuterJoin(SQL arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> rightOuterJoin(String arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> rightOuterJoin(String arg0, QueryPart... arg1)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep<Record> rightOuterJoin(Name arg0)
rightOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullOuterJoin(TableLike<?> arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullOuterJoin(SQL arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullOuterJoin(String arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullOuterJoin(String arg0, QueryPart... arg1)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullOuterJoin(Name arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep<Record> fullJoin(TableLike<?> arg0)
public final TableOnStep<Record> fullJoin(SQL arg0)
public final TableOnStep<Record> fullJoin(String arg0)
public final TableOnStep<Record> fullJoin(String arg0, Object... arg1)
public final TableOnStep<Record> fullJoin(String arg0, QueryPart... arg1)
public final TableOnStep<Record> fullJoin(Name arg0)
public final Table<Record> naturalJoin(TableLike<?> arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(SQL arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0, Object... arg1)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0, QueryPart... arg1)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(Name arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(TableLike<?> arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(SQL arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0, Object... arg1)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0, QueryPart... arg1)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(Name arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(TableLike<?> arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(SQL arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0, Object... arg1)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0, QueryPart... arg1)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(Name arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalFullOuterJoin(TableLike<?> arg0)
naturalFullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalFullOuterJoin(SQL arg0)
naturalFullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalFullOuterJoin(String arg0)
naturalFullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalFullOuterJoin(String arg0, Object... arg1)
naturalFullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalFullOuterJoin(String arg0, QueryPart... arg1)
naturalFullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalFullOuterJoin(Name arg0)
naturalFullOuterJoin in interface Table<R extends Record>public final Table<Record> crossApply(TableLike<?> arg0)
crossApply in interface Table<R extends Record>public final Table<Record> crossApply(SQL arg0)
crossApply in interface Table<R extends Record>public final Table<Record> crossApply(String arg0)
crossApply in interface Table<R extends Record>public final Table<Record> crossApply(String arg0, Object... arg1)
crossApply in interface Table<R extends Record>public final Table<Record> crossApply(String arg0, QueryPart... arg1)
crossApply in interface Table<R extends Record>public final Table<Record> crossApply(Name arg0)
crossApply in interface Table<R extends Record>public final Table<Record> outerApply(TableLike<?> arg0)
outerApply in interface Table<R extends Record>public final Table<Record> outerApply(SQL arg0)
outerApply in interface Table<R extends Record>public final Table<Record> outerApply(String arg0)
outerApply in interface Table<R extends Record>public final Table<Record> outerApply(String arg0, Object... arg1)
outerApply in interface Table<R extends Record>public final Table<Record> outerApply(String arg0, QueryPart... arg1)
outerApply in interface Table<R extends Record>public final Table<Record> outerApply(Name arg0)
outerApply in interface Table<R extends Record>public final TableOptionalOnStep<Record> straightJoin(TableLike<?> arg0)
straightJoin in interface Table<R extends Record>public final TableOptionalOnStep<Record> straightJoin(SQL arg0)
straightJoin in interface Table<R extends Record>public final TableOptionalOnStep<Record> straightJoin(String arg0)
straightJoin in interface Table<R extends Record>public final TableOptionalOnStep<Record> straightJoin(String arg0, Object... arg1)
straightJoin in interface Table<R extends Record>public final TableOptionalOnStep<Record> straightJoin(String arg0, QueryPart... arg1)
straightJoin in interface Table<R extends Record>public final TableOptionalOnStep<Record> straightJoin(Name arg0)
straightJoin in interface Table<R extends Record>public final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Namedpublic final Comment getCommentPart()
getCommentPart in interface Named@Deprecated public final void toSQL(RenderContext arg0)
toSQL in interface QueryPartInternal@Deprecated public final void bind(BindContext arg0) throws DataAccessException
bind in interface QueryPartInternalDataAccessException@Deprecated protected final DSLContext create()
@Deprecated protected final DSLContext create(Configuration arg0)
@Deprecated protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2021. All rights reserved.