@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllConstraints extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllConstraints |
ALL_CONSTRAINTS
The singleton instance of
SYS.ALL_CONSTRAINTS |
TableField<Record,String> |
BAD
The column
SYS.ALL_CONSTRAINTS.BAD. |
TableField<Record,String> |
CONSTRAINT_NAME
The column
SYS.ALL_CONSTRAINTS.CONSTRAINT_NAME. |
TableField<Record,String> |
CONSTRAINT_TYPE
The column
SYS.ALL_CONSTRAINTS.CONSTRAINT_TYPE. |
TableField<Record,String> |
DEFERRABLE
The column
SYS.ALL_CONSTRAINTS.DEFERRABLE. |
TableField<Record,String> |
DEFERRED
The column
SYS.ALL_CONSTRAINTS.DEFERRED. |
TableField<Record,String> |
DELETE_RULE
The column
SYS.ALL_CONSTRAINTS.DELETE_RULE. |
TableField<Record,String> |
GENERATED
The column
SYS.ALL_CONSTRAINTS.GENERATED. |
TableField<Record,String> |
INDEX_NAME
The column
SYS.ALL_CONSTRAINTS.INDEX_NAME. |
TableField<Record,String> |
INDEX_OWNER
The column
SYS.ALL_CONSTRAINTS.INDEX_OWNER. |
TableField<Record,String> |
INVALID
The column
SYS.ALL_CONSTRAINTS.INVALID. |
TableField<Record,Date> |
LAST_CHANGE
The column
SYS.ALL_CONSTRAINTS.LAST_CHANGE. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_CONSTRAINTS.OWNER. |
TableField<Record,String> |
R_CONSTRAINT_NAME
The column
SYS.ALL_CONSTRAINTS.R_CONSTRAINT_NAME. |
TableField<Record,String> |
R_OWNER
The column
SYS.ALL_CONSTRAINTS.R_OWNER. |
TableField<Record,String> |
RELY
The column
SYS.ALL_CONSTRAINTS.RELY. |
TableField<Record,String> |
SEARCH_CONDITION
The column
SYS.ALL_CONSTRAINTS.SEARCH_CONDITION. |
TableField<Record,String> |
STATUS
The column
SYS.ALL_CONSTRAINTS.STATUS. |
TableField<Record,String> |
TABLE_NAME
The column
SYS.ALL_CONSTRAINTS.TABLE_NAME. |
TableField<Record,String> |
VALIDATED
The column
SYS.ALL_CONSTRAINTS.VALIDATED. |
TableField<Record,String> |
VIEW_RELATED
The column
SYS.ALL_CONSTRAINTS.VIEW_RELATED. |
| Constructor and Description |
|---|
AllConstraints()
Create a
SYS.ALL_CONSTRAINTS table reference |
AllConstraints(String alias)
Create an aliased
SYS.ALL_CONSTRAINTS table reference |
public static final AllConstraints ALL_CONSTRAINTS
SYS.ALL_CONSTRAINTSpublic final TableField<Record,String> OWNER
SYS.ALL_CONSTRAINTS.OWNER. Owner of the tablepublic final TableField<Record,String> CONSTRAINT_NAME
SYS.ALL_CONSTRAINTS.CONSTRAINT_NAME. Name associated with constraint definitionpublic final TableField<Record,String> CONSTRAINT_TYPE
SYS.ALL_CONSTRAINTS.CONSTRAINT_TYPE. Type of constraint definitionpublic final TableField<Record,String> TABLE_NAME
SYS.ALL_CONSTRAINTS.TABLE_NAME. Name associated with table with constraint definitionpublic final TableField<Record,String> SEARCH_CONDITION
SYS.ALL_CONSTRAINTS.SEARCH_CONDITION. Text of search condition for table checkpublic final TableField<Record,String> R_OWNER
SYS.ALL_CONSTRAINTS.R_OWNER. Owner of table used in referential constraintpublic final TableField<Record,String> R_CONSTRAINT_NAME
SYS.ALL_CONSTRAINTS.R_CONSTRAINT_NAME. Name of unique constraint definition for referenced tablepublic final TableField<Record,String> DELETE_RULE
SYS.ALL_CONSTRAINTS.DELETE_RULE. The delete rule for a referential constraintpublic final TableField<Record,String> STATUS
SYS.ALL_CONSTRAINTS.STATUS. Enforcement status of constraint - ENABLED or DISABLEDpublic final TableField<Record,String> DEFERRABLE
SYS.ALL_CONSTRAINTS.DEFERRABLE. Is the constraint deferrable - DEFERRABLE or NOT DEFERRABLEpublic final TableField<Record,String> DEFERRED
SYS.ALL_CONSTRAINTS.DEFERRED. Is the constraint deferred by default - DEFERRED or IMMEDIATEpublic final TableField<Record,String> VALIDATED
SYS.ALL_CONSTRAINTS.VALIDATED. Was this constraint system validated? - VALIDATED or NOT VALIDATEDpublic final TableField<Record,String> GENERATED
SYS.ALL_CONSTRAINTS.GENERATED. Was the constraint name system generated? - GENERATED NAME or USER NAMEpublic final TableField<Record,String> BAD
SYS.ALL_CONSTRAINTS.BAD. Creating this constraint should give ORA-02436. Rewrite it before 2000 AD.public final TableField<Record,String> RELY
SYS.ALL_CONSTRAINTS.RELY. If set, this flag will be used in optimizerpublic final TableField<Record,Date> LAST_CHANGE
SYS.ALL_CONSTRAINTS.LAST_CHANGE. The date when this column was last enabled or disabledpublic final TableField<Record,String> INDEX_OWNER
SYS.ALL_CONSTRAINTS.INDEX_OWNER. The owner of the index used by this constraintpublic final TableField<Record,String> INDEX_NAME
SYS.ALL_CONSTRAINTS.INDEX_NAME. The index used by this constraintpublic final TableField<Record,String> INVALID
SYS.ALL_CONSTRAINTS.INVALID.public final TableField<Record,String> VIEW_RELATED
SYS.ALL_CONSTRAINTS.VIEW_RELATED.public AllConstraints()
SYS.ALL_CONSTRAINTS table referencepublic AllConstraints(String alias)
SYS.ALL_CONSTRAINTS table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllConstraints 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.