@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Systable extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,Long> |
COUNT
The column
SYS.SYSTABLE.count. |
TableField<Record,Integer> |
CREATOR
The column
SYS.SYSTABLE.creator. |
TableField<Record,String> |
ENCRYPTED
The column
SYS.SYSTABLE.encrypted. |
TableField<Record,String> |
EXISTING_OBJ
The column
SYS.SYSTABLE.existing_obj. |
TableField<Record,Integer> |
EXT_PAGE_COUNT
The column
SYS.SYSTABLE.ext_page_count. |
TableField<Record,Short> |
FILE_ID
The column
SYS.SYSTABLE.file_id. |
TableField<Record,Short> |
FIRST_EXT_PAGE
The column
SYS.SYSTABLE.first_ext_page. |
TableField<Record,Short> |
FIRST_PAGE
The column
SYS.SYSTABLE.first_page. |
TableField<Record,Short> |
LAST_EXT_PAGE
The column
SYS.SYSTABLE.last_ext_page. |
TableField<Record,Integer> |
LAST_PAGE
The column
SYS.SYSTABLE.last_page. |
TableField<Record,Long> |
OBJECT_ID
The column
SYS.SYSTABLE.object_id. |
TableField<Record,Short> |
PAGE_MAP_START
The column
SYS.SYSTABLE.page_map_start. |
TableField<Record,Short> |
PRIMARY_HASH_LIMIT
The column
SYS.SYSTABLE.primary_hash_limit. |
TableField<Record,Integer> |
PRIMARY_ROOT
The column
SYS.SYSTABLE.primary_root. |
TableField<Record,String> |
REMARKS
The column
SYS.SYSTABLE.remarks. |
TableField<Record,String> |
REMOTE_LOCATION
The column
SYS.SYSTABLE.remote_location. |
TableField<Record,String> |
REMOTE_OBJTYPE
The column
SYS.SYSTABLE.remote_objtype. |
TableField<Record,String> |
REPLICATE
The column
SYS.SYSTABLE.replicate. |
TableField<Record,String> |
SERVER_TYPE
The column
SYS.SYSTABLE.server_type. |
TableField<Record,String> |
SOURCE
The column
SYS.SYSTABLE.source. |
TableField<Record,Integer> |
SRVID
The column
SYS.SYSTABLE.srvid. |
static Systable |
SYSTABLE
The singleton instance of
SYS.SYSTABLE |
TableField<Record,Integer> |
TABLE_ID
The column
SYS.SYSTABLE.table_id. |
TableField<Record,String> |
TABLE_NAME
The column
SYS.SYSTABLE.table_name. |
TableField<Record,Integer> |
TABLE_PAGE_COUNT
The column
SYS.SYSTABLE.table_page_count. |
TableField<Record,String> |
TABLE_TYPE
The column
SYS.SYSTABLE.table_type. |
TableField<Record,String> |
VIEW_DEF
The column
SYS.SYSTABLE.view_def. |
| Constructor and Description |
|---|
Systable()
Create a
SYS.SYSTABLE table reference |
Systable(String alias)
Create an aliased
SYS.SYSTABLE table reference |
public static final Systable SYSTABLE
SYS.SYSTABLEpublic final TableField<Record,Integer> TABLE_ID
SYS.SYSTABLE.table_id.public final TableField<Record,Short> FILE_ID
SYS.SYSTABLE.file_id.public final TableField<Record,Long> COUNT
SYS.SYSTABLE.count.public final TableField<Record,Short> FIRST_PAGE
SYS.SYSTABLE.first_page.public final TableField<Record,Integer> LAST_PAGE
SYS.SYSTABLE.last_page.public final TableField<Record,Integer> PRIMARY_ROOT
SYS.SYSTABLE.primary_root.public final TableField<Record,Integer> CREATOR
SYS.SYSTABLE.creator.public final TableField<Record,Short> FIRST_EXT_PAGE
SYS.SYSTABLE.first_ext_page.public final TableField<Record,Short> LAST_EXT_PAGE
SYS.SYSTABLE.last_ext_page.public final TableField<Record,Integer> TABLE_PAGE_COUNT
SYS.SYSTABLE.table_page_count.public final TableField<Record,Integer> EXT_PAGE_COUNT
SYS.SYSTABLE.ext_page_count.public final TableField<Record,Long> OBJECT_ID
SYS.SYSTABLE.object_id.public final TableField<Record,String> TABLE_NAME
SYS.SYSTABLE.table_name.public final TableField<Record,String> TABLE_TYPE
SYS.SYSTABLE.table_type.public final TableField<Record,String> VIEW_DEF
SYS.SYSTABLE.view_def.public final TableField<Record,String> REMARKS
SYS.SYSTABLE.remarks.public final TableField<Record,String> REPLICATE
SYS.SYSTABLE.replicate.public final TableField<Record,String> EXISTING_OBJ
SYS.SYSTABLE.existing_obj.public final TableField<Record,String> REMOTE_LOCATION
SYS.SYSTABLE.remote_location.public final TableField<Record,String> REMOTE_OBJTYPE
SYS.SYSTABLE.remote_objtype.public final TableField<Record,Integer> SRVID
SYS.SYSTABLE.srvid.public final TableField<Record,String> SERVER_TYPE
SYS.SYSTABLE.server_type.public final TableField<Record,Short> PRIMARY_HASH_LIMIT
SYS.SYSTABLE.primary_hash_limit.public final TableField<Record,Short> PAGE_MAP_START
SYS.SYSTABLE.page_map_start.public final TableField<Record,String> SOURCE
SYS.SYSTABLE.source.public final TableField<Record,String> ENCRYPTED
SYS.SYSTABLE.encrypted.public Systable()
SYS.SYSTABLE table referencepublic Systable(String alias)
SYS.SYSTABLE 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.