@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Columns extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static TableField<Record,Integer> |
CHARACTER_MAXIMUM_LENGTH
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_MAXIMUM_LENGTH. |
static TableField<Record,Integer> |
CHARACTER_OCTET_LENGTH
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_OCTET_LENGTH. |
static TableField<Record,String> |
CHARACTER_SET_NAME
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_NAME. |
static TableField<Record,String> |
CHECK_CONSTRAINT
The column
INFORMATION_SCHEMA.COLUMNS.CHECK_CONSTRAINT. |
static TableField<Record,String> |
COLLATION_NAME
The column
INFORMATION_SCHEMA.COLUMNS.COLLATION_NAME. |
static TableField<Record,String> |
COLUMN_DEFAULT
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT. |
static TableField<Record,String> |
COLUMN_NAME
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_NAME. |
static Columns |
COLUMNS
The singleton instance of
INFORMATION_SCHEMA.COLUMNS |
static TableField<Record,Integer> |
DATA_TYPE
The column
INFORMATION_SCHEMA.COLUMNS.DATA_TYPE. |
static TableField<Record,Boolean> |
IS_COMPUTED
The column
INFORMATION_SCHEMA.COLUMNS.IS_COMPUTED. |
static TableField<Record,String> |
IS_NULLABLE
The column
INFORMATION_SCHEMA.COLUMNS.IS_NULLABLE. |
static TableField<Record,Integer> |
NULLABLE
The column
INFORMATION_SCHEMA.COLUMNS.NULLABLE. |
static TableField<Record,Integer> |
NUMERIC_PRECISION
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION. |
static TableField<Record,Integer> |
NUMERIC_PRECISION_RADIX
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION_RADIX. |
static TableField<Record,Integer> |
NUMERIC_SCALE
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_SCALE. |
static TableField<Record,Integer> |
ORDINAL_POSITION
The column
INFORMATION_SCHEMA.COLUMNS.ORDINAL_POSITION. |
static TableField<Record,String> |
REMARKS
The column
INFORMATION_SCHEMA.COLUMNS.REMARKS. |
static TableField<Record,Integer> |
SELECTIVITY
The column
INFORMATION_SCHEMA.COLUMNS.SELECTIVITY. |
static TableField<Record,String> |
SEQUENCE_NAME
The column
INFORMATION_SCHEMA.COLUMNS.SEQUENCE_NAME. |
static TableField<Record,Short> |
SOURCE_DATA_TYPE
The column
INFORMATION_SCHEMA.COLUMNS.SOURCE_DATA_TYPE. |
static TableField<Record,String> |
TABLE_CATALOG
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_CATALOG. |
static TableField<Record,String> |
TABLE_NAME
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_NAME. |
static TableField<Record,String> |
TABLE_SCHEMA
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_SCHEMA. |
static TableField<Record,String> |
TYPE_NAME
The column
INFORMATION_SCHEMA.COLUMNS.TYPE_NAME. |
public static final Columns COLUMNS
INFORMATION_SCHEMA.COLUMNSpublic static final TableField<Record,String> TABLE_CATALOG
INFORMATION_SCHEMA.COLUMNS.TABLE_CATALOG.public static final TableField<Record,String> TABLE_SCHEMA
INFORMATION_SCHEMA.COLUMNS.TABLE_SCHEMA.public static final TableField<Record,String> TABLE_NAME
INFORMATION_SCHEMA.COLUMNS.TABLE_NAME.public static final TableField<Record,String> COLUMN_NAME
INFORMATION_SCHEMA.COLUMNS.COLUMN_NAME.public static final TableField<Record,Integer> ORDINAL_POSITION
INFORMATION_SCHEMA.COLUMNS.ORDINAL_POSITION.public static final TableField<Record,String> COLUMN_DEFAULT
INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT.public static final TableField<Record,String> IS_NULLABLE
INFORMATION_SCHEMA.COLUMNS.IS_NULLABLE.public static final TableField<Record,Integer> DATA_TYPE
INFORMATION_SCHEMA.COLUMNS.DATA_TYPE.public static final TableField<Record,Integer> CHARACTER_MAXIMUM_LENGTH
INFORMATION_SCHEMA.COLUMNS.CHARACTER_MAXIMUM_LENGTH.public static final TableField<Record,Integer> CHARACTER_OCTET_LENGTH
INFORMATION_SCHEMA.COLUMNS.CHARACTER_OCTET_LENGTH.public static final TableField<Record,Integer> NUMERIC_PRECISION
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION.public static final TableField<Record,Integer> NUMERIC_PRECISION_RADIX
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION_RADIX.public static final TableField<Record,Integer> NUMERIC_SCALE
INFORMATION_SCHEMA.COLUMNS.NUMERIC_SCALE.public static final TableField<Record,String> CHARACTER_SET_NAME
INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_NAME.public static final TableField<Record,String> COLLATION_NAME
INFORMATION_SCHEMA.COLUMNS.COLLATION_NAME.public static final TableField<Record,String> TYPE_NAME
INFORMATION_SCHEMA.COLUMNS.TYPE_NAME.public static final TableField<Record,Integer> NULLABLE
INFORMATION_SCHEMA.COLUMNS.NULLABLE.public static final TableField<Record,Boolean> IS_COMPUTED
INFORMATION_SCHEMA.COLUMNS.IS_COMPUTED.public static final TableField<Record,Integer> SELECTIVITY
INFORMATION_SCHEMA.COLUMNS.SELECTIVITY.public static final TableField<Record,String> CHECK_CONSTRAINT
INFORMATION_SCHEMA.COLUMNS.CHECK_CONSTRAINT.public static final TableField<Record,String> SEQUENCE_NAME
INFORMATION_SCHEMA.COLUMNS.SEQUENCE_NAME.public static final TableField<Record,String> REMARKS
INFORMATION_SCHEMA.COLUMNS.REMARKS.public static final TableField<Record,Short> SOURCE_DATA_TYPE
INFORMATION_SCHEMA.COLUMNS.SOURCE_DATA_TYPE.public Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>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.