@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class AllSequences extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static AllSequences |
ALL_SEQUENCES
The singleton instance of
SYS.ALL_SEQUENCES |
TableField<Record,BigDecimal> |
CACHE_SIZE
The column
SYS.ALL_SEQUENCES.CACHE_SIZE. |
TableField<Record,String> |
CYCLE_FLAG
The column
SYS.ALL_SEQUENCES.CYCLE_FLAG. |
TableField<Record,BigDecimal> |
INCREMENT_BY
The column
SYS.ALL_SEQUENCES.INCREMENT_BY. |
TableField<Record,BigDecimal> |
LAST_NUMBER
The column
SYS.ALL_SEQUENCES.LAST_NUMBER. |
TableField<Record,BigDecimal> |
MAX_VALUE
The column
SYS.ALL_SEQUENCES.MAX_VALUE. |
TableField<Record,BigDecimal> |
MIN_VALUE
The column
SYS.ALL_SEQUENCES.MIN_VALUE. |
TableField<Record,String> |
ORDER_FLAG
The column
SYS.ALL_SEQUENCES.ORDER_FLAG. |
TableField<Record,String> |
SEQUENCE_NAME
The column
SYS.ALL_SEQUENCES.SEQUENCE_NAME. |
TableField<Record,String> |
SEQUENCE_OWNER
The column
SYS.ALL_SEQUENCES.SEQUENCE_OWNER. |
| Constructor and Description |
|---|
AllSequences()
Create a
SYS.ALL_SEQUENCES table reference |
AllSequences(String alias)
Create an aliased
SYS.ALL_SEQUENCES table reference |
public static final AllSequences ALL_SEQUENCES
SYS.ALL_SEQUENCESpublic final TableField<Record,String> SEQUENCE_OWNER
SYS.ALL_SEQUENCES.SEQUENCE_OWNER. Name of the owner of the sequencepublic final TableField<Record,String> SEQUENCE_NAME
SYS.ALL_SEQUENCES.SEQUENCE_NAME. SEQUENCE namepublic final TableField<Record,BigDecimal> MIN_VALUE
SYS.ALL_SEQUENCES.MIN_VALUE. Minimum value of the sequencepublic final TableField<Record,BigDecimal> MAX_VALUE
SYS.ALL_SEQUENCES.MAX_VALUE. Maximum value of the sequencepublic final TableField<Record,BigDecimal> INCREMENT_BY
SYS.ALL_SEQUENCES.INCREMENT_BY. Value by which sequence is incrementedpublic final TableField<Record,String> CYCLE_FLAG
SYS.ALL_SEQUENCES.CYCLE_FLAG. Does sequence wrap around on reaching limit?public final TableField<Record,String> ORDER_FLAG
SYS.ALL_SEQUENCES.ORDER_FLAG. Are sequence numbers generated in order?public final TableField<Record,BigDecimal> CACHE_SIZE
SYS.ALL_SEQUENCES.CACHE_SIZE. Number of sequence numbers to cachepublic final TableField<Record,BigDecimal> LAST_NUMBER
SYS.ALL_SEQUENCES.LAST_NUMBER. Last sequence number written to diskpublic AllSequences()
SYS.ALL_SEQUENCES table referencepublic AllSequences(String alias)
SYS.ALL_SEQUENCES table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public AllSequences 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.