@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Systab extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,Integer> |
CLUSTERED_INDEX_ID
The column
SYS.SYSTAB.clustered_index_id. |
TableField<Record,Integer> |
COMMIT_ACTION
The column
SYS.SYSTAB.commit_action. |
TableField<Record,Long> |
COUNT
The column
SYS.SYSTAB.count. |
TableField<Record,Integer> |
CREATOR
The column
SYS.SYSTAB.creator. |
TableField<Record,Short> |
DBSPACE_ID
The column
SYS.SYSTAB.dbspace_id. |
TableField<Record,String> |
ENCRYPTED
The column
SYS.SYSTAB.encrypted. |
TableField<Record,Integer> |
EXT_PAGE_COUNT
The column
SYS.SYSTAB.ext_page_count. |
TableField<Record,byte[]> |
EXT_PAGE_LIST
The column
SYS.SYSTAB.ext_page_list. |
TableField<Record,Short> |
FILE_ID
The column
SYS.SYSTAB.file_id. |
TableField<Record,Timestamp> |
LAST_MODIFIED_AT
The column
SYS.SYSTAB.last_modified_at. |
TableField<Record,Long> |
LAST_MODIFIED_TSN
The column
SYS.SYSTAB.last_modified_tsn. |
TableField<Record,Long> |
OBJECT_ID
The column
SYS.SYSTAB.object_id. |
TableField<Record,Integer> |
PCT_FREE
The column
SYS.SYSTAB.pct_free. |
TableField<Record,String> |
REPLICATE
The column
SYS.SYSTAB.replicate. |
TableField<Record,Byte> |
SERVER_TYPE
The column
SYS.SYSTAB.server_type. |
TableField<Record,Integer> |
SHARE_TYPE
The column
SYS.SYSTAB.share_type. |
static Systab |
SYSTAB
The singleton instance of
SYS.SYSTAB |
TableField<Record,byte[]> |
TAB_PAGE_LIST
The column
SYS.SYSTAB.tab_page_list. |
TableField<Record,Integer> |
TABLE_ID
The column
SYS.SYSTAB.table_id. |
TableField<Record,String> |
TABLE_NAME
The column
SYS.SYSTAB.table_name. |
TableField<Record,Integer> |
TABLE_PAGE_COUNT
The column
SYS.SYSTAB.table_page_count. |
TableField<Record,Byte> |
TABLE_TYPE
The column
SYS.SYSTAB.table_type. |
TableField<Record,String> |
TABLE_TYPE_STR
The column
SYS.SYSTAB.table_type_str. |
| Constructor and Description |
|---|
Systab()
Create a
SYS.SYSTAB table reference |
Systab(String alias)
Create an aliased
SYS.SYSTAB table reference |
public static final Systab SYSTAB
SYS.SYSTABpublic final TableField<Record,Integer> TABLE_ID
SYS.SYSTAB.table_id.public final TableField<Record,Short> DBSPACE_ID
SYS.SYSTAB.dbspace_id.public final TableField<Record,Long> COUNT
SYS.SYSTAB.count.public final TableField<Record,Integer> CREATOR
SYS.SYSTAB.creator.public final TableField<Record,Integer> TABLE_PAGE_COUNT
SYS.SYSTAB.table_page_count.public final TableField<Record,Integer> EXT_PAGE_COUNT
SYS.SYSTAB.ext_page_count.public final TableField<Record,Integer> COMMIT_ACTION
SYS.SYSTAB.commit_action.public final TableField<Record,Integer> SHARE_TYPE
SYS.SYSTAB.share_type.public final TableField<Record,Long> OBJECT_ID
SYS.SYSTAB.object_id.public final TableField<Record,Timestamp> LAST_MODIFIED_AT
SYS.SYSTAB.last_modified_at.public final TableField<Record,String> TABLE_NAME
SYS.SYSTAB.table_name.public final TableField<Record,Byte> TABLE_TYPE
SYS.SYSTAB.table_type.public final TableField<Record,String> REPLICATE
SYS.SYSTAB.replicate.public final TableField<Record,Byte> SERVER_TYPE
SYS.SYSTAB.server_type.public final TableField<Record,byte[]> TAB_PAGE_LIST
SYS.SYSTAB.tab_page_list.public final TableField<Record,byte[]> EXT_PAGE_LIST
SYS.SYSTAB.ext_page_list.public final TableField<Record,Integer> PCT_FREE
SYS.SYSTAB.pct_free.public final TableField<Record,Integer> CLUSTERED_INDEX_ID
SYS.SYSTAB.clustered_index_id.public final TableField<Record,String> ENCRYPTED
SYS.SYSTAB.encrypted.public final TableField<Record,Long> LAST_MODIFIED_TSN
SYS.SYSTAB.last_modified_tsn.public final TableField<Record,Short> FILE_ID
SYS.SYSTAB.file_id.public final TableField<Record,String> TABLE_TYPE_STR
SYS.SYSTAB.table_type_str.public Systab()
SYS.SYSTAB table referencepublic Systab(String alias)
SYS.SYSTAB 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.