@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllTypes extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllTypes |
ALL_TYPES
The singleton instance of
SYS.ALL_TYPES |
TableField<Record,BigDecimal> |
ATTRIBUTES
The column
SYS.ALL_TYPES.ATTRIBUTES. |
TableField<Record,String> |
FINAL
The column
SYS.ALL_TYPES.FINAL. |
TableField<Record,String> |
INCOMPLETE
The column
SYS.ALL_TYPES.INCOMPLETE. |
TableField<Record,String> |
INSTANTIABLE
The column
SYS.ALL_TYPES.INSTANTIABLE. |
TableField<Record,BigDecimal> |
LOCAL_ATTRIBUTES
The column
SYS.ALL_TYPES.LOCAL_ATTRIBUTES. |
TableField<Record,BigDecimal> |
LOCAL_METHODS
The column
SYS.ALL_TYPES.LOCAL_METHODS. |
TableField<Record,BigDecimal> |
METHODS
The column
SYS.ALL_TYPES.METHODS. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_TYPES.OWNER. |
TableField<Record,String> |
PREDEFINED
The column
SYS.ALL_TYPES.PREDEFINED. |
TableField<Record,String> |
SUPERTYPE_NAME
The column
SYS.ALL_TYPES.SUPERTYPE_NAME. |
TableField<Record,String> |
SUPERTYPE_OWNER
The column
SYS.ALL_TYPES.SUPERTYPE_OWNER. |
TableField<Record,String> |
TYPE_NAME
The column
SYS.ALL_TYPES.TYPE_NAME. |
TableField<Record,byte[]> |
TYPE_OID
The column
SYS.ALL_TYPES.TYPE_OID. |
TableField<Record,String> |
TYPECODE
The column
SYS.ALL_TYPES.TYPECODE. |
TableField<Record,byte[]> |
TYPEID
The column
SYS.ALL_TYPES.TYPEID. |
| Constructor and Description |
|---|
AllTypes()
Create a
SYS.ALL_TYPES table reference |
AllTypes(String alias)
Create an aliased
SYS.ALL_TYPES table reference |
public static final AllTypes ALL_TYPES
SYS.ALL_TYPESpublic final TableField<Record,String> OWNER
SYS.ALL_TYPES.OWNER. Owner of the typepublic final TableField<Record,String> TYPE_NAME
SYS.ALL_TYPES.TYPE_NAME. Name of the typepublic final TableField<Record,byte[]> TYPE_OID
SYS.ALL_TYPES.TYPE_OID. Object identifier (OID) of the typepublic final TableField<Record,String> TYPECODE
SYS.ALL_TYPES.TYPECODE. Typecode of the typepublic final TableField<Record,BigDecimal> ATTRIBUTES
SYS.ALL_TYPES.ATTRIBUTES. Number of attributes in the typepublic final TableField<Record,BigDecimal> METHODS
SYS.ALL_TYPES.METHODS. Number of methods in the typepublic final TableField<Record,String> PREDEFINED
SYS.ALL_TYPES.PREDEFINED. Is the type a predefined type?public final TableField<Record,String> INCOMPLETE
SYS.ALL_TYPES.INCOMPLETE. Is the type an incomplete type?public final TableField<Record,String> FINAL
SYS.ALL_TYPES.FINAL. Is the type a final type?public final TableField<Record,String> INSTANTIABLE
SYS.ALL_TYPES.INSTANTIABLE. Is the type an instantiable type?public final TableField<Record,String> SUPERTYPE_OWNER
SYS.ALL_TYPES.SUPERTYPE_OWNER. Owner of the supertype (null if type is not a subtype)public final TableField<Record,String> SUPERTYPE_NAME
SYS.ALL_TYPES.SUPERTYPE_NAME. Name of the supertype (null if type is not a subtype)public final TableField<Record,BigDecimal> LOCAL_ATTRIBUTES
SYS.ALL_TYPES.LOCAL_ATTRIBUTES. Number of local (not inherited) attributes (if any) in the subtypepublic final TableField<Record,BigDecimal> LOCAL_METHODS
SYS.ALL_TYPES.LOCAL_METHODS. Number of local (not inherited) methods (if any) in the subtypepublic final TableField<Record,byte[]> TYPEID
SYS.ALL_TYPES.TYPEID. Type id value of the typepublic AllTypes()
SYS.ALL_TYPES table referencepublic AllTypes(String alias)
SYS.ALL_TYPES 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.