public class PgAttribute extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,String[]> |
ATTACL
The column
pg_catalog.pg_attribute.attacl. |
TableField<Record,String> |
ATTALIGN
The column
pg_catalog.pg_attribute.attalign. |
TableField<Record,Boolean> |
ATTBYVAL
The column
pg_catalog.pg_attribute.attbyval. |
TableField<Record,Integer> |
ATTCACHEOFF
The column
pg_catalog.pg_attribute.attcacheoff. |
TableField<Record,Long> |
ATTCOLLATION
The column
pg_catalog.pg_attribute.attcollation. |
TableField<Record,String[]> |
ATTFDWOPTIONS
The column
pg_catalog.pg_attribute.attfdwoptions. |
TableField<Record,String> |
ATTGENERATED
The column
pg_catalog.pg_attribute.attgenerated. |
TableField<Record,Boolean> |
ATTHASDEF
The column
pg_catalog.pg_attribute.atthasdef. |
TableField<Record,Boolean> |
ATTHASMISSING
The column
pg_catalog.pg_attribute.atthasmissing. |
TableField<Record,String> |
ATTIDENTITY
The column
pg_catalog.pg_attribute.attidentity. |
TableField<Record,Integer> |
ATTINHCOUNT
The column
pg_catalog.pg_attribute.attinhcount. |
TableField<Record,Boolean> |
ATTISDROPPED
The column
pg_catalog.pg_attribute.attisdropped. |
TableField<Record,Boolean> |
ATTISLOCAL
The column
pg_catalog.pg_attribute.attislocal. |
TableField<Record,Short> |
ATTLEN
The column
pg_catalog.pg_attribute.attlen. |
TableField<Record,Object> |
ATTMISSINGVAL
Deprecated.
Unknown data type. Please define an explicit
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. |
TableField<Record,String> |
ATTNAME
The column
pg_catalog.pg_attribute.attname. |
TableField<Record,Integer> |
ATTNDIMS
The column
pg_catalog.pg_attribute.attndims. |
TableField<Record,Boolean> |
ATTNOTNULL
The column
pg_catalog.pg_attribute.attnotnull. |
TableField<Record,Short> |
ATTNUM
The column
pg_catalog.pg_attribute.attnum. |
TableField<Record,String[]> |
ATTOPTIONS
The column
pg_catalog.pg_attribute.attoptions. |
TableField<Record,Long> |
ATTRELID
The column
pg_catalog.pg_attribute.attrelid. |
TableField<Record,Integer> |
ATTSTATTARGET
The column
pg_catalog.pg_attribute.attstattarget. |
TableField<Record,String> |
ATTSTORAGE
The column
pg_catalog.pg_attribute.attstorage. |
TableField<Record,Long> |
ATTTYPID
The column
pg_catalog.pg_attribute.atttypid. |
TableField<Record,Integer> |
ATTTYPMOD
The column
pg_catalog.pg_attribute.atttypmod. |
static PgAttribute |
PG_ATTRIBUTE
The reference instance of
pg_catalog.pg_attribute |
parameters| Constructor and Description |
|---|
PgAttribute()
Create a
pg_catalog.pg_attribute table reference |
PgAttribute(Name alias)
Create an aliased
pg_catalog.pg_attribute table reference |
PgAttribute(String alias)
Create an aliased
pg_catalog.pg_attribute table reference |
PgAttribute(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 PgAttribute PG_ATTRIBUTE
pg_catalog.pg_attributepublic final TableField<Record,Long> ATTRELID
pg_catalog.pg_attribute.attrelid.public final TableField<Record,String> ATTNAME
pg_catalog.pg_attribute.attname.public final TableField<Record,Long> ATTTYPID
pg_catalog.pg_attribute.atttypid.public final TableField<Record,Integer> ATTSTATTARGET
pg_catalog.pg_attribute.attstattarget.public final TableField<Record,Short> ATTLEN
pg_catalog.pg_attribute.attlen.public final TableField<Record,Short> ATTNUM
pg_catalog.pg_attribute.attnum.public final TableField<Record,Integer> ATTNDIMS
pg_catalog.pg_attribute.attndims.public final TableField<Record,Integer> ATTCACHEOFF
pg_catalog.pg_attribute.attcacheoff.public final TableField<Record,Integer> ATTTYPMOD
pg_catalog.pg_attribute.atttypmod.public final TableField<Record,Boolean> ATTBYVAL
pg_catalog.pg_attribute.attbyval.public final TableField<Record,String> ATTSTORAGE
pg_catalog.pg_attribute.attstorage.public final TableField<Record,String> ATTALIGN
pg_catalog.pg_attribute.attalign.public final TableField<Record,Boolean> ATTNOTNULL
pg_catalog.pg_attribute.attnotnull.public final TableField<Record,Boolean> ATTHASDEF
pg_catalog.pg_attribute.atthasdef.public final TableField<Record,Boolean> ATTHASMISSING
pg_catalog.pg_attribute.atthasmissing.public final TableField<Record,String> ATTIDENTITY
pg_catalog.pg_attribute.attidentity.public final TableField<Record,String> ATTGENERATED
pg_catalog.pg_attribute.attgenerated.public final TableField<Record,Boolean> ATTISDROPPED
pg_catalog.pg_attribute.attisdropped.public final TableField<Record,Boolean> ATTISLOCAL
pg_catalog.pg_attribute.attislocal.public final TableField<Record,Integer> ATTINHCOUNT
pg_catalog.pg_attribute.attinhcount.public final TableField<Record,Long> ATTCOLLATION
pg_catalog.pg_attribute.attcollation.public final TableField<Record,String[]> ATTACL
pg_catalog.pg_attribute.attacl.public final TableField<Record,String[]> ATTOPTIONS
pg_catalog.pg_attribute.attoptions.public final TableField<Record,String[]> ATTFDWOPTIONS
pg_catalog.pg_attribute.attfdwoptions.@Deprecated public final TableField<Record,Object> ATTMISSINGVAL
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.public PgAttribute(String alias)
pg_catalog.pg_attribute table referencepublic PgAttribute(Name alias)
pg_catalog.pg_attribute table referencepublic PgAttribute()
pg_catalog.pg_attribute table referencepublic PgAttribute(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 PgAttribute as(String alias)
public PgAttribute as(Name alias)
public PgAttribute rename(String name)
public PgAttribute 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.