@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllObjects extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllObjects |
ALL_OBJECTS
The singleton instance of
SYS.ALL_OBJECTS |
TableField<Record,Date> |
CREATED
The column
SYS.ALL_OBJECTS.CREATED. |
TableField<Record,BigDecimal> |
DATA_OBJECT_ID
The column
SYS.ALL_OBJECTS.DATA_OBJECT_ID. |
TableField<Record,String> |
EDITION_NAME
The column
SYS.ALL_OBJECTS.EDITION_NAME. |
TableField<Record,String> |
GENERATED
The column
SYS.ALL_OBJECTS.GENERATED. |
TableField<Record,Date> |
LAST_DDL_TIME
The column
SYS.ALL_OBJECTS.LAST_DDL_TIME. |
TableField<Record,BigDecimal> |
NAMESPACE
The column
SYS.ALL_OBJECTS.NAMESPACE. |
TableField<Record,BigDecimal> |
OBJECT_ID
The column
SYS.ALL_OBJECTS.OBJECT_ID. |
TableField<Record,String> |
OBJECT_NAME
The column
SYS.ALL_OBJECTS.OBJECT_NAME. |
TableField<Record,String> |
OBJECT_TYPE
The column
SYS.ALL_OBJECTS.OBJECT_TYPE. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_OBJECTS.OWNER. |
TableField<Record,String> |
SECONDARY
The column
SYS.ALL_OBJECTS.SECONDARY. |
TableField<Record,String> |
STATUS
The column
SYS.ALL_OBJECTS.STATUS. |
TableField<Record,String> |
SUBOBJECT_NAME
The column
SYS.ALL_OBJECTS.SUBOBJECT_NAME. |
TableField<Record,String> |
TEMPORARY
The column
SYS.ALL_OBJECTS.TEMPORARY. |
TableField<Record,String> |
TIMESTAMP
The column
SYS.ALL_OBJECTS.TIMESTAMP. |
| Constructor and Description |
|---|
AllObjects()
Create a
SYS.ALL_OBJECTS table reference |
AllObjects(String alias)
Create an aliased
SYS.ALL_OBJECTS table reference |
public static final AllObjects ALL_OBJECTS
SYS.ALL_OBJECTSpublic final TableField<Record,String> OWNER
SYS.ALL_OBJECTS.OWNER. Username of the owner of the objectpublic final TableField<Record,String> OBJECT_NAME
SYS.ALL_OBJECTS.OBJECT_NAME. Name of the objectpublic final TableField<Record,String> SUBOBJECT_NAME
SYS.ALL_OBJECTS.SUBOBJECT_NAME. Name of the sub-object (for example, partititon)public final TableField<Record,BigDecimal> OBJECT_ID
SYS.ALL_OBJECTS.OBJECT_ID. Object number of the objectpublic final TableField<Record,BigDecimal> DATA_OBJECT_ID
SYS.ALL_OBJECTS.DATA_OBJECT_ID. Object number of the segment which contains the objectpublic final TableField<Record,String> OBJECT_TYPE
SYS.ALL_OBJECTS.OBJECT_TYPE. Type of the objectpublic final TableField<Record,Date> CREATED
SYS.ALL_OBJECTS.CREATED. Timestamp for the creation of the objectpublic final TableField<Record,Date> LAST_DDL_TIME
SYS.ALL_OBJECTS.LAST_DDL_TIME. Timestamp for the last DDL change (including GRANT and REVOKE) to the objectpublic final TableField<Record,String> TIMESTAMP
SYS.ALL_OBJECTS.TIMESTAMP. Timestamp for the specification of the objectpublic final TableField<Record,String> STATUS
SYS.ALL_OBJECTS.STATUS. Status of the objectpublic final TableField<Record,String> TEMPORARY
SYS.ALL_OBJECTS.TEMPORARY. Can the current session only see data that it placed in this object itself?public final TableField<Record,String> GENERATED
SYS.ALL_OBJECTS.GENERATED. Was the name of this object system generated?public final TableField<Record,String> SECONDARY
SYS.ALL_OBJECTS.SECONDARY. Is this a secondary object created as part of icreate for domain indexes?public final TableField<Record,BigDecimal> NAMESPACE
SYS.ALL_OBJECTS.NAMESPACE. Namespace for the objectpublic final TableField<Record,String> EDITION_NAME
SYS.ALL_OBJECTS.EDITION_NAME. Name of the edition in which the object is actualpublic AllObjects()
SYS.ALL_OBJECTS table referencepublic AllObjects(String alias)
SYS.ALL_OBJECTS table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllObjects 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.