@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllTypeAttrs extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllTypeAttrs |
ALL_TYPE_ATTRS
The singleton instance of
SYS.ALL_TYPE_ATTRS |
TableField<Record,String> |
ATTR_NAME
The column
SYS.ALL_TYPE_ATTRS.ATTR_NAME. |
TableField<Record,BigDecimal> |
ATTR_NO
The column
SYS.ALL_TYPE_ATTRS.ATTR_NO. |
TableField<Record,String> |
ATTR_TYPE_MOD
The column
SYS.ALL_TYPE_ATTRS.ATTR_TYPE_MOD. |
TableField<Record,String> |
ATTR_TYPE_NAME
The column
SYS.ALL_TYPE_ATTRS.ATTR_TYPE_NAME. |
TableField<Record,String> |
ATTR_TYPE_OWNER
The column
SYS.ALL_TYPE_ATTRS.ATTR_TYPE_OWNER. |
TableField<Record,String> |
CHAR_USED
The column
SYS.ALL_TYPE_ATTRS.CHAR_USED. |
TableField<Record,String> |
CHARACTER_SET_NAME
The column
SYS.ALL_TYPE_ATTRS.CHARACTER_SET_NAME. |
TableField<Record,String> |
INHERITED
The column
SYS.ALL_TYPE_ATTRS.INHERITED. |
TableField<Record,BigDecimal> |
LENGTH
The column
SYS.ALL_TYPE_ATTRS.LENGTH. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_TYPE_ATTRS.OWNER. |
TableField<Record,BigDecimal> |
PRECISION
The column
SYS.ALL_TYPE_ATTRS.PRECISION. |
TableField<Record,BigDecimal> |
SCALE
The column
SYS.ALL_TYPE_ATTRS.SCALE. |
TableField<Record,String> |
TYPE_NAME
The column
SYS.ALL_TYPE_ATTRS.TYPE_NAME. |
| Constructor and Description |
|---|
AllTypeAttrs()
Create a
SYS.ALL_TYPE_ATTRS table reference |
AllTypeAttrs(String alias)
Create an aliased
SYS.ALL_TYPE_ATTRS table reference |
public static final AllTypeAttrs ALL_TYPE_ATTRS
SYS.ALL_TYPE_ATTRSpublic final TableField<Record,String> OWNER
SYS.ALL_TYPE_ATTRS.OWNER. Owner of the typepublic final TableField<Record,String> TYPE_NAME
SYS.ALL_TYPE_ATTRS.TYPE_NAME. Name of the typepublic final TableField<Record,String> ATTR_NAME
SYS.ALL_TYPE_ATTRS.ATTR_NAME. Name of the attributepublic final TableField<Record,String> ATTR_TYPE_MOD
SYS.ALL_TYPE_ATTRS.ATTR_TYPE_MOD. Type modifier of the attributepublic final TableField<Record,String> ATTR_TYPE_OWNER
SYS.ALL_TYPE_ATTRS.ATTR_TYPE_OWNER. Owner of the type of the attributepublic final TableField<Record,String> ATTR_TYPE_NAME
SYS.ALL_TYPE_ATTRS.ATTR_TYPE_NAME. Name of the type of the attributepublic final TableField<Record,BigDecimal> LENGTH
SYS.ALL_TYPE_ATTRS.LENGTH. Length of the CHAR attribute or maximum length of the VARCHAR
or VARCHAR2 attributepublic final TableField<Record,BigDecimal> PRECISION
SYS.ALL_TYPE_ATTRS.PRECISION. Decimal precision of the NUMBER or DECIMAL attribute or
binary precision of the FLOAT attributepublic final TableField<Record,BigDecimal> SCALE
SYS.ALL_TYPE_ATTRS.SCALE. Scale of the NUMBER or DECIMAL attributepublic final TableField<Record,String> CHARACTER_SET_NAME
SYS.ALL_TYPE_ATTRS.CHARACTER_SET_NAME. Character set name of the attributepublic final TableField<Record,BigDecimal> ATTR_NO
SYS.ALL_TYPE_ATTRS.ATTR_NO. Syntactical order number or position of the attribute as specified in the
type specification or CREATE TYPE statement (not to be used as ID number)public final TableField<Record,String> INHERITED
SYS.ALL_TYPE_ATTRS.INHERITED. Is the attribute inherited from the supertype ?public final TableField<Record,String> CHAR_USED
SYS.ALL_TYPE_ATTRS.CHAR_USED. C if the width was specified in characters, B if in bytespublic AllTypeAttrs()
SYS.ALL_TYPE_ATTRS table referencepublic AllTypeAttrs(String alias)
SYS.ALL_TYPE_ATTRS table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllTypeAttrs 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.