@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Systabcol extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,String> |
BASE_TYPE_STR
The column
SYS.SYSTABCOL.base_type_str. |
TableField<Record,Byte> |
COLLECT_STATS
The column
SYS.SYSTABCOL.collect_stats. |
TableField<Record,Integer> |
COLUMN_ID
The column
SYS.SYSTABCOL.column_id. |
TableField<Record,String> |
COLUMN_NAME
The column
SYS.SYSTABCOL.column_name. |
TableField<Record,String> |
COLUMN_TYPE
The column
SYS.SYSTABCOL.column_type. |
TableField<Record,Byte> |
COMPRESSED
The column
SYS.SYSTABCOL.compressed. |
TableField<Record,String> |
DEFAULT
The column
SYS.SYSTABCOL.default. |
TableField<Record,Short> |
DOMAIN_ID
The column
SYS.SYSTABCOL.domain_id. |
TableField<Record,Short> |
INLINE_LONG
The column
SYS.SYSTABCOL.inline_long. |
TableField<Record,Short> |
INLINE_MAX
The column
SYS.SYSTABCOL.inline_max. |
TableField<Record,Byte> |
LOB_INDEX
The column
SYS.SYSTABCOL.lob_index. |
TableField<Record,Long> |
MAX_IDENTITY
The column
SYS.SYSTABCOL.max_identity. |
TableField<Record,String> |
NULLS
The column
SYS.SYSTABCOL.nulls. |
TableField<Record,Long> |
OBJECT_ID
The column
SYS.SYSTABCOL.object_id. |
TableField<Record,Short> |
SCALE
The column
SYS.SYSTABCOL.scale. |
static Systabcol |
SYSTABCOL
The singleton instance of
SYS.SYSTABCOL |
TableField<Record,Integer> |
TABLE_ID
The column
SYS.SYSTABCOL.table_id. |
TableField<Record,Short> |
USER_TYPE
The column
SYS.SYSTABCOL.user_type. |
TableField<Record,Long> |
WIDTH
The column
SYS.SYSTABCOL.width. |
| Constructor and Description |
|---|
Systabcol()
Create a
SYS.SYSTABCOL table reference |
Systabcol(String alias)
Create an aliased
SYS.SYSTABCOL table reference |
public static final Systabcol SYSTABCOL
SYS.SYSTABCOLpublic final TableField<Record,Integer> TABLE_ID
SYS.SYSTABCOL.table_id.public final TableField<Record,Integer> COLUMN_ID
SYS.SYSTABCOL.column_id.public final TableField<Record,Short> DOMAIN_ID
SYS.SYSTABCOL.domain_id.public final TableField<Record,String> NULLS
SYS.SYSTABCOL.nulls.public final TableField<Record,Long> WIDTH
SYS.SYSTABCOL.width.public final TableField<Record,Short> SCALE
SYS.SYSTABCOL.scale.public final TableField<Record,Long> OBJECT_ID
SYS.SYSTABCOL.object_id.public final TableField<Record,Long> MAX_IDENTITY
SYS.SYSTABCOL.max_identity.public final TableField<Record,String> COLUMN_NAME
SYS.SYSTABCOL.column_name.public final TableField<Record,String> DEFAULT
SYS.SYSTABCOL.default.public final TableField<Record,Short> USER_TYPE
SYS.SYSTABCOL.user_type.public final TableField<Record,String> COLUMN_TYPE
SYS.SYSTABCOL.column_type.public final TableField<Record,Byte> COMPRESSED
SYS.SYSTABCOL.compressed.public final TableField<Record,Byte> COLLECT_STATS
SYS.SYSTABCOL.collect_stats.public final TableField<Record,Short> INLINE_MAX
SYS.SYSTABCOL.inline_max.public final TableField<Record,Short> INLINE_LONG
SYS.SYSTABCOL.inline_long.public final TableField<Record,Byte> LOB_INDEX
SYS.SYSTABCOL.lob_index.public final TableField<Record,String> BASE_TYPE_STR
SYS.SYSTABCOL.base_type_str.public Systabcol()
SYS.SYSTABCOL table referencepublic Systabcol(String alias)
SYS.SYSTABCOL table referencepublic 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.