@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllProcedures extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,String> |
AGGREGATE
The column
SYS.ALL_PROCEDURES.AGGREGATE. |
static AllProcedures |
ALL_PROCEDURES
The singleton instance of
SYS.ALL_PROCEDURES |
TableField<Record,String> |
AUTHID
The column
SYS.ALL_PROCEDURES.AUTHID. |
TableField<Record,String> |
DETERMINISTIC
The column
SYS.ALL_PROCEDURES.DETERMINISTIC. |
TableField<Record,String> |
IMPLTYPENAME
The column
SYS.ALL_PROCEDURES.IMPLTYPENAME. |
TableField<Record,String> |
IMPLTYPEOWNER
The column
SYS.ALL_PROCEDURES.IMPLTYPEOWNER. |
TableField<Record,String> |
INTERFACE
The column
SYS.ALL_PROCEDURES.INTERFACE. |
TableField<Record,BigDecimal> |
OBJECT_ID
The column
SYS.ALL_PROCEDURES.OBJECT_ID. |
TableField<Record,String> |
OBJECT_NAME
The column
SYS.ALL_PROCEDURES.OBJECT_NAME. |
TableField<Record,String> |
OBJECT_TYPE
The column
SYS.ALL_PROCEDURES.OBJECT_TYPE. |
TableField<Record,String> |
OVERLOAD
The column
SYS.ALL_PROCEDURES.OVERLOAD. |
TableField<Record,String> |
OWNER
The column
SYS.ALL_PROCEDURES.OWNER. |
TableField<Record,String> |
PARALLEL
The column
SYS.ALL_PROCEDURES.PARALLEL. |
TableField<Record,String> |
PIPELINED
The column
SYS.ALL_PROCEDURES.PIPELINED. |
TableField<Record,String> |
PROCEDURE_NAME
The column
SYS.ALL_PROCEDURES.PROCEDURE_NAME. |
TableField<Record,BigDecimal> |
SUBPROGRAM_ID
The column
SYS.ALL_PROCEDURES.SUBPROGRAM_ID. |
| Constructor and Description |
|---|
AllProcedures()
Create a
SYS.ALL_PROCEDURES table reference |
AllProcedures(String alias)
Create an aliased
SYS.ALL_PROCEDURES table reference |
public static final AllProcedures ALL_PROCEDURES
SYS.ALL_PROCEDURESpublic final TableField<Record,String> OWNER
SYS.ALL_PROCEDURES.OWNER.public final TableField<Record,String> OBJECT_NAME
SYS.ALL_PROCEDURES.OBJECT_NAME. Name of the object: top level function/procedure/package/type/trigger namepublic final TableField<Record,String> PROCEDURE_NAME
SYS.ALL_PROCEDURES.PROCEDURE_NAME. Name of the package or type subprogrampublic final TableField<Record,BigDecimal> OBJECT_ID
SYS.ALL_PROCEDURES.OBJECT_ID. Object number of the objectpublic final TableField<Record,BigDecimal> SUBPROGRAM_ID
SYS.ALL_PROCEDURES.SUBPROGRAM_ID. Unique sub-program identifierpublic final TableField<Record,String> OVERLOAD
SYS.ALL_PROCEDURES.OVERLOAD. Overload unique identifierpublic final TableField<Record,String> OBJECT_TYPE
SYS.ALL_PROCEDURES.OBJECT_TYPE. The typename of the objectpublic final TableField<Record,String> AGGREGATE
SYS.ALL_PROCEDURES.AGGREGATE. Is it an aggregate function ?public final TableField<Record,String> PIPELINED
SYS.ALL_PROCEDURES.PIPELINED. Is it a pipelined table function ?public final TableField<Record,String> IMPLTYPEOWNER
SYS.ALL_PROCEDURES.IMPLTYPEOWNER. Name of the owner of the implementation type (if any)public final TableField<Record,String> IMPLTYPENAME
SYS.ALL_PROCEDURES.IMPLTYPENAME. Name of the implementation type (if any)public final TableField<Record,String> PARALLEL
SYS.ALL_PROCEDURES.PARALLEL. Is the procedure parallel enabled ?public final TableField<Record,String> INTERFACE
SYS.ALL_PROCEDURES.INTERFACE.public final TableField<Record,String> DETERMINISTIC
SYS.ALL_PROCEDURES.DETERMINISTIC.public final TableField<Record,String> AUTHID
SYS.ALL_PROCEDURES.AUTHID.public AllProcedures()
SYS.ALL_PROCEDURES table referencepublic AllProcedures(String alias)
SYS.ALL_PROCEDURES table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllProcedures 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.