@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllCollTypes extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllCollTypes |
ALL_COLL_TYPES
The singleton instance of
SYS.ALL_COLL_TYPES |
TableField<Record,String> |
CHAR_USED
The column
SYS.ALL_COLL_TYPES.CHAR_USED. |
TableField<Record,String> |
CHARACTER_SET_NAME
The column
SYS.ALL_COLL_TYPES.CHARACTER_SET_NAME. |
TableField<Record,String> |
COLL_TYPE
The column
SYS.ALL_COLL_TYPES.COLL_TYPE. |
TableField<Record,String> |
ELEM_STORAGE
The column
SYS.ALL_COLL_TYPES.ELEM_STORAGE. |
TableField<Record,String> |
ELEM_TYPE_MOD
The column
SYS.ALL_COLL_TYPES.ELEM_TYPE_MOD. |
TableField<Record,String> |
ELEM_TYPE_NAME
The column
SYS.ALL_COLL_TYPES.ELEM_TYPE_NAME. |
TableField<Record,String> |
ELEM_TYPE_OWNER
The column
SYS.ALL_COLL_TYPES.ELEM_TYPE_OWNER. |
TableField<Record,BigDecimal> |
LENGTH
The column
SYS.ALL_COLL_TYPES.LENGTH. |
TableField<Record,String> |
NULLS_STORED
The column
SYS.ALL_COLL_TYPES.NULLS_STORED. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_COLL_TYPES.OWNER. |
TableField<Record,BigDecimal> |
PRECISION
The column
SYS.ALL_COLL_TYPES.PRECISION. |
TableField<Record,BigDecimal> |
SCALE
The column
SYS.ALL_COLL_TYPES.SCALE. |
TableField<Record,String> |
TYPE_NAME
The column
SYS.ALL_COLL_TYPES.TYPE_NAME. |
TableField<Record,BigDecimal> |
UPPER_BOUND
The column
SYS.ALL_COLL_TYPES.UPPER_BOUND. |
| Constructor and Description |
|---|
AllCollTypes()
Create a
SYS.ALL_COLL_TYPES table reference |
AllCollTypes(String alias)
Create an aliased
SYS.ALL_COLL_TYPES table reference |
public static final AllCollTypes ALL_COLL_TYPES
SYS.ALL_COLL_TYPESpublic final TableField<Record,String> OWNER
SYS.ALL_COLL_TYPES.OWNER. Owner of the typepublic final TableField<Record,String> TYPE_NAME
SYS.ALL_COLL_TYPES.TYPE_NAME. Name of the typepublic final TableField<Record,String> COLL_TYPE
SYS.ALL_COLL_TYPES.COLL_TYPE. Collection typepublic final TableField<Record,BigDecimal> UPPER_BOUND
SYS.ALL_COLL_TYPES.UPPER_BOUND. Size of the FIXED ARRAY type or maximum size of the VARYING ARRAY typepublic final TableField<Record,String> ELEM_TYPE_MOD
SYS.ALL_COLL_TYPES.ELEM_TYPE_MOD. Type modifier of the elementpublic final TableField<Record,String> ELEM_TYPE_OWNER
SYS.ALL_COLL_TYPES.ELEM_TYPE_OWNER. Owner of the type of the elementpublic final TableField<Record,String> ELEM_TYPE_NAME
SYS.ALL_COLL_TYPES.ELEM_TYPE_NAME. Name of the type of the elementpublic final TableField<Record,BigDecimal> LENGTH
SYS.ALL_COLL_TYPES.LENGTH. Length of the CHAR element or maximum length of the VARCHAR
or VARCHAR2 elementpublic final TableField<Record,BigDecimal> PRECISION
SYS.ALL_COLL_TYPES.PRECISION. Decimal precision of the NUMBER or DECIMAL element or
binary precision of the FLOAT elementpublic final TableField<Record,BigDecimal> SCALE
SYS.ALL_COLL_TYPES.SCALE. Scale of the NUMBER or DECIMAL elementpublic final TableField<Record,String> CHARACTER_SET_NAME
SYS.ALL_COLL_TYPES.CHARACTER_SET_NAME. Character set name of the elementpublic final TableField<Record,String> ELEM_STORAGE
SYS.ALL_COLL_TYPES.ELEM_STORAGE. Storage optimization specification for VARRAY of numeric elementspublic final TableField<Record,String> NULLS_STORED
SYS.ALL_COLL_TYPES.NULLS_STORED. Is null information stored with each VARRAY element?public final TableField<Record,String> CHAR_USED
SYS.ALL_COLL_TYPES.CHAR_USED. C if the width was specified in characters, B if in bytespublic AllCollTypes()
SYS.ALL_COLL_TYPES table referencepublic AllCollTypes(String alias)
SYS.ALL_COLL_TYPES table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllCollTypes 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.