@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllTabCols extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllTabCols |
ALL_TAB_COLS
The singleton instance of
SYS.ALL_TAB_COLS |
TableField<Record,BigDecimal> |
AVG_COL_LEN
The column
SYS.ALL_TAB_COLS.AVG_COL_LEN. |
TableField<Record,BigDecimal> |
CHAR_COL_DECL_LENGTH
The column
SYS.ALL_TAB_COLS.CHAR_COL_DECL_LENGTH. |
TableField<Record,BigDecimal> |
CHAR_LENGTH
The column
SYS.ALL_TAB_COLS.CHAR_LENGTH. |
TableField<Record,String> |
CHAR_USED
The column
SYS.ALL_TAB_COLS.CHAR_USED. |
TableField<Record,String> |
CHARACTER_SET_NAME
The column
SYS.ALL_TAB_COLS.CHARACTER_SET_NAME. |
TableField<Record,BigDecimal> |
COLUMN_ID
The column
SYS.ALL_TAB_COLS.COLUMN_ID. |
TableField<Record,String> |
COLUMN_NAME
The column
SYS.ALL_TAB_COLS.COLUMN_NAME. |
TableField<Record,String> |
DATA_DEFAULT
The column
SYS.ALL_TAB_COLS.DATA_DEFAULT. |
TableField<Record,BigDecimal> |
DATA_LENGTH
The column
SYS.ALL_TAB_COLS.DATA_LENGTH. |
TableField<Record,BigDecimal> |
DATA_PRECISION
The column
SYS.ALL_TAB_COLS.DATA_PRECISION. |
TableField<Record,BigDecimal> |
DATA_SCALE
The column
SYS.ALL_TAB_COLS.DATA_SCALE. |
TableField<Record,String> |
DATA_TYPE
The column
SYS.ALL_TAB_COLS.DATA_TYPE. |
TableField<Record,String> |
DATA_TYPE_MOD
The column
SYS.ALL_TAB_COLS.DATA_TYPE_MOD. |
TableField<Record,String> |
DATA_TYPE_OWNER
The column
SYS.ALL_TAB_COLS.DATA_TYPE_OWNER. |
TableField<Record,String> |
DATA_UPGRADED
The column
SYS.ALL_TAB_COLS.DATA_UPGRADED. |
TableField<Record,BigDecimal> |
DEFAULT_LENGTH
The column
SYS.ALL_TAB_COLS.DEFAULT_LENGTH. |
TableField<Record,BigDecimal> |
DENSITY
The column
SYS.ALL_TAB_COLS.DENSITY. |
TableField<Record,String> |
GLOBAL_STATS
The column
SYS.ALL_TAB_COLS.GLOBAL_STATS. |
TableField<Record,String> |
HIDDEN_COLUMN
The column
SYS.ALL_TAB_COLS.HIDDEN_COLUMN. |
TableField<Record,byte[]> |
HIGH_VALUE
The column
SYS.ALL_TAB_COLS.HIGH_VALUE. |
TableField<Record,String> |
HISTOGRAM
The column
SYS.ALL_TAB_COLS.HISTOGRAM. |
TableField<Record,BigDecimal> |
INTERNAL_COLUMN_ID
The column
SYS.ALL_TAB_COLS.INTERNAL_COLUMN_ID. |
TableField<Record,Date> |
LAST_ANALYZED
The column
SYS.ALL_TAB_COLS.LAST_ANALYZED. |
TableField<Record,byte[]> |
LOW_VALUE
The column
SYS.ALL_TAB_COLS.LOW_VALUE. |
TableField<Record,String> |
NULLABLE
The column
SYS.ALL_TAB_COLS.NULLABLE. |
TableField<Record,BigDecimal> |
NUM_BUCKETS
The column
SYS.ALL_TAB_COLS.NUM_BUCKETS. |
TableField<Record,BigDecimal> |
NUM_DISTINCT
The column
SYS.ALL_TAB_COLS.NUM_DISTINCT. |
TableField<Record,BigDecimal> |
NUM_NULLS
The column
SYS.ALL_TAB_COLS.NUM_NULLS. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_TAB_COLS.OWNER. |
TableField<Record,String> |
QUALIFIED_COL_NAME
The column
SYS.ALL_TAB_COLS.QUALIFIED_COL_NAME. |
TableField<Record,BigDecimal> |
SAMPLE_SIZE
The column
SYS.ALL_TAB_COLS.SAMPLE_SIZE. |
TableField<Record,BigDecimal> |
SEGMENT_COLUMN_ID
The column
SYS.ALL_TAB_COLS.SEGMENT_COLUMN_ID. |
TableField<Record,String> |
TABLE_NAME
The column
SYS.ALL_TAB_COLS.TABLE_NAME. |
TableField<Record,String> |
USER_STATS
The column
SYS.ALL_TAB_COLS.USER_STATS. |
TableField<Record,String> |
V80_FMT_IMAGE
The column
SYS.ALL_TAB_COLS.V80_FMT_IMAGE. |
TableField<Record,String> |
VIRTUAL_COLUMN
The column
SYS.ALL_TAB_COLS.VIRTUAL_COLUMN. |
| Constructor and Description |
|---|
AllTabCols()
Create a
SYS.ALL_TAB_COLS table reference |
AllTabCols(String alias)
Create an aliased
SYS.ALL_TAB_COLS table reference |
public static final AllTabCols ALL_TAB_COLS
SYS.ALL_TAB_COLSpublic final TableField<Record,String> OWNER
SYS.ALL_TAB_COLS.OWNER.public final TableField<Record,String> TABLE_NAME
SYS.ALL_TAB_COLS.TABLE_NAME. Table, view or cluster namepublic final TableField<Record,String> COLUMN_NAME
SYS.ALL_TAB_COLS.COLUMN_NAME. Column namepublic final TableField<Record,String> DATA_TYPE
SYS.ALL_TAB_COLS.DATA_TYPE. Datatype of the columnpublic final TableField<Record,String> DATA_TYPE_MOD
SYS.ALL_TAB_COLS.DATA_TYPE_MOD. Datatype modifier of the columnpublic final TableField<Record,String> DATA_TYPE_OWNER
SYS.ALL_TAB_COLS.DATA_TYPE_OWNER. Owner of the datatype of the columnpublic final TableField<Record,BigDecimal> DATA_LENGTH
SYS.ALL_TAB_COLS.DATA_LENGTH. Length of the column in bytespublic final TableField<Record,BigDecimal> DATA_PRECISION
SYS.ALL_TAB_COLS.DATA_PRECISION. Length: decimal digits (NUMBER) or binary digits (FLOAT)public final TableField<Record,BigDecimal> DATA_SCALE
SYS.ALL_TAB_COLS.DATA_SCALE. Digits to right of decimal point in a numberpublic final TableField<Record,String> NULLABLE
SYS.ALL_TAB_COLS.NULLABLE. Does column allow NULL values?public final TableField<Record,BigDecimal> COLUMN_ID
SYS.ALL_TAB_COLS.COLUMN_ID. Sequence number of the column as createdpublic final TableField<Record,BigDecimal> DEFAULT_LENGTH
SYS.ALL_TAB_COLS.DEFAULT_LENGTH. Length of default value for the columnpublic final TableField<Record,String> DATA_DEFAULT
SYS.ALL_TAB_COLS.DATA_DEFAULT. Default value for the columnpublic final TableField<Record,BigDecimal> NUM_DISTINCT
SYS.ALL_TAB_COLS.NUM_DISTINCT. The number of distinct values in the columnpublic final TableField<Record,byte[]> LOW_VALUE
SYS.ALL_TAB_COLS.LOW_VALUE. The low value in the columnpublic final TableField<Record,byte[]> HIGH_VALUE
SYS.ALL_TAB_COLS.HIGH_VALUE. The high value in the columnpublic final TableField<Record,BigDecimal> DENSITY
SYS.ALL_TAB_COLS.DENSITY. The density of the columnpublic final TableField<Record,BigDecimal> NUM_NULLS
SYS.ALL_TAB_COLS.NUM_NULLS. The number of nulls in the columnpublic final TableField<Record,BigDecimal> NUM_BUCKETS
SYS.ALL_TAB_COLS.NUM_BUCKETS. The number of buckets in histogram for the columnpublic final TableField<Record,Date> LAST_ANALYZED
SYS.ALL_TAB_COLS.LAST_ANALYZED. The date of the most recent time this column was analyzedpublic final TableField<Record,BigDecimal> SAMPLE_SIZE
SYS.ALL_TAB_COLS.SAMPLE_SIZE. The sample size used in analyzing this columnpublic final TableField<Record,String> CHARACTER_SET_NAME
SYS.ALL_TAB_COLS.CHARACTER_SET_NAME. Character set namepublic final TableField<Record,BigDecimal> CHAR_COL_DECL_LENGTH
SYS.ALL_TAB_COLS.CHAR_COL_DECL_LENGTH. Declaration length of character type columnpublic final TableField<Record,String> GLOBAL_STATS
SYS.ALL_TAB_COLS.GLOBAL_STATS. Are the statistics calculated without merging underlying partitions?public final TableField<Record,String> USER_STATS
SYS.ALL_TAB_COLS.USER_STATS. Were the statistics entered directly by the user?public final TableField<Record,BigDecimal> AVG_COL_LEN
SYS.ALL_TAB_COLS.AVG_COL_LEN. The average length of the column in bytespublic final TableField<Record,BigDecimal> CHAR_LENGTH
SYS.ALL_TAB_COLS.CHAR_LENGTH. The maximum length of the column in characterspublic final TableField<Record,String> CHAR_USED
SYS.ALL_TAB_COLS.CHAR_USED. C if maximum length is specified in characters, B if in bytespublic final TableField<Record,String> V80_FMT_IMAGE
SYS.ALL_TAB_COLS.V80_FMT_IMAGE. Is column data in 8.0 image format?public final TableField<Record,String> DATA_UPGRADED
SYS.ALL_TAB_COLS.DATA_UPGRADED. Has column data been upgraded to the latest type version format?public final TableField<Record,String> HIDDEN_COLUMN
SYS.ALL_TAB_COLS.HIDDEN_COLUMN. Is this a hidden column?public final TableField<Record,String> VIRTUAL_COLUMN
SYS.ALL_TAB_COLS.VIRTUAL_COLUMN. Is this a virtual column?public final TableField<Record,BigDecimal> SEGMENT_COLUMN_ID
SYS.ALL_TAB_COLS.SEGMENT_COLUMN_ID. Sequence number of the column in the segmentpublic final TableField<Record,BigDecimal> INTERNAL_COLUMN_ID
SYS.ALL_TAB_COLS.INTERNAL_COLUMN_ID. Internal sequence number of the columnpublic final TableField<Record,String> HISTOGRAM
SYS.ALL_TAB_COLS.HISTOGRAM.public final TableField<Record,String> QUALIFIED_COL_NAME
SYS.ALL_TAB_COLS.QUALIFIED_COL_NAME. Qualified column namepublic AllTabCols()
SYS.ALL_TAB_COLS table referencepublic AllTabCols(String alias)
SYS.ALL_TAB_COLS table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllTabCols 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.