@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class TypeInfo extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static TableField<Record,Boolean> |
AUTO_INCREMENT
The column
INFORMATION_SCHEMA.TYPE_INFO.AUTO_INCREMENT. |
static TableField<Record,Boolean> |
CASE_SENSITIVE
The column
INFORMATION_SCHEMA.TYPE_INFO.CASE_SENSITIVE. |
static TableField<Record,Integer> |
DATA_TYPE
The column
INFORMATION_SCHEMA.TYPE_INFO.DATA_TYPE. |
static TableField<Record,Short> |
MAXIMUM_SCALE
The column
INFORMATION_SCHEMA.TYPE_INFO.MAXIMUM_SCALE. |
static TableField<Record,Short> |
MINIMUM_SCALE
The column
INFORMATION_SCHEMA.TYPE_INFO.MINIMUM_SCALE. |
static TableField<Record,Short> |
NULLABLE
The column
INFORMATION_SCHEMA.TYPE_INFO.NULLABLE. |
static TableField<Record,String> |
PARAMS
The column
INFORMATION_SCHEMA.TYPE_INFO.PARAMS. |
static TableField<Record,Integer> |
POS
The column
INFORMATION_SCHEMA.TYPE_INFO.POS. |
static TableField<Record,Integer> |
PRECISION
The column
INFORMATION_SCHEMA.TYPE_INFO.PRECISION. |
static TableField<Record,String> |
PREFIX
The column
INFORMATION_SCHEMA.TYPE_INFO.PREFIX. |
static TableField<Record,Integer> |
RADIX
The column
INFORMATION_SCHEMA.TYPE_INFO.RADIX. |
static TableField<Record,Short> |
SEARCHABLE
The column
INFORMATION_SCHEMA.TYPE_INFO.SEARCHABLE. |
static TableField<Record,String> |
SUFFIX
The column
INFORMATION_SCHEMA.TYPE_INFO.SUFFIX. |
static TypeInfo |
TYPE_INFO
The singleton instance of
INFORMATION_SCHEMA.TYPE_INFO |
static TableField<Record,String> |
TYPE_NAME
The column
INFORMATION_SCHEMA.TYPE_INFO.TYPE_NAME. |
public static final TypeInfo TYPE_INFO
INFORMATION_SCHEMA.TYPE_INFOpublic static final TableField<Record,String> TYPE_NAME
INFORMATION_SCHEMA.TYPE_INFO.TYPE_NAME.public static final TableField<Record,Integer> DATA_TYPE
INFORMATION_SCHEMA.TYPE_INFO.DATA_TYPE.public static final TableField<Record,Integer> PRECISION
INFORMATION_SCHEMA.TYPE_INFO.PRECISION.public static final TableField<Record,String> PREFIX
INFORMATION_SCHEMA.TYPE_INFO.PREFIX.public static final TableField<Record,String> SUFFIX
INFORMATION_SCHEMA.TYPE_INFO.SUFFIX.public static final TableField<Record,String> PARAMS
INFORMATION_SCHEMA.TYPE_INFO.PARAMS.public static final TableField<Record,Boolean> AUTO_INCREMENT
INFORMATION_SCHEMA.TYPE_INFO.AUTO_INCREMENT.public static final TableField<Record,Short> MINIMUM_SCALE
INFORMATION_SCHEMA.TYPE_INFO.MINIMUM_SCALE.public static final TableField<Record,Short> MAXIMUM_SCALE
INFORMATION_SCHEMA.TYPE_INFO.MAXIMUM_SCALE.public static final TableField<Record,Integer> RADIX
INFORMATION_SCHEMA.TYPE_INFO.RADIX.public static final TableField<Record,Integer> POS
INFORMATION_SCHEMA.TYPE_INFO.POS.public static final TableField<Record,Boolean> CASE_SENSITIVE
INFORMATION_SCHEMA.TYPE_INFO.CASE_SENSITIVE.public static final TableField<Record,Short> NULLABLE
INFORMATION_SCHEMA.TYPE_INFO.NULLABLE.public static final TableField<Record,Short> SEARCHABLE
INFORMATION_SCHEMA.TYPE_INFO.SEARCHABLE.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.