@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") 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,Boolean> |
ATTHASDEF
The column
pg_catalog.pg_attribute.atthasdef. |
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,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 singleton instance of
pg_catalog.pg_attribute |
| Constructor and Description |
|---|
PgAttribute()
Create a
pg_catalog.pg_attribute table reference |
PgAttribute(String alias)
Create an aliased
pg_catalog.pg_attribute table reference |
public 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> 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,String[]> ATTACL
pg_catalog.pg_attribute.attacl.public final TableField<Record,String[]> ATTOPTIONS
pg_catalog.pg_attribute.attoptions.public PgAttribute()
pg_catalog.pg_attribute table referencepublic PgAttribute(String alias)
pg_catalog.pg_attribute table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public PgAttribute as(String alias)
public final Row fieldsRow()
public final Field<?> field(int arg0)
public final Field<?>[] fields()
public final Schema getSchema()
public final <O extends Record> List<ForeignKey<R,O>> getReferencesTo(Table<O> arg0)
getReferencesTo in interface Table<R extends Record>protected static final <R extends Record,T> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2)
public final PivotForStep pivot(Field<?>... arg0)
public final PivotForStep pivot(Collection<? extends Field<?>> arg0)
public final DivideByOnStep divideBy(Table<?> arg0)
public final TableOptionalOnStep join(TableLike<?> arg0, JoinType arg1)
public final TableOnStep join(TableLike<?> arg0)
public final TableOnStep join(String arg0)
public final TableOnStep join(String arg0, Object... arg1)
public final TableOnStep join(String arg0, QueryPart... arg1)
public final TablePartitionByStep leftOuterJoin(TableLike<?> arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0, QueryPart... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(TableLike<?> arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0, QueryPart... arg1)
rightOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(TableLike<?> arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0, QueryPart... arg1)
fullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(TableLike<?> 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> naturalLeftOuterJoin(TableLike<?> 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> naturalRightOuterJoin(TableLike<?> 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>protected final Executor create()
protected final Executor create(Configuration arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2013. All Rights Reserved.