@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Sequences extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,String> |
CYCLE_OPTION
The column
INFORMATION_SCHEMA.SEQUENCES.CYCLE_OPTION. |
TableField<Record,String> |
DATA_TYPE
The column
INFORMATION_SCHEMA.SEQUENCES.DATA_TYPE. |
TableField<Record,String> |
DECLARED_DATA_TYPE
The column
INFORMATION_SCHEMA.SEQUENCES.DECLARED_DATA_TYPE. |
TableField<Record,Long> |
DECLARED_NUMERIC_PRECISION
The column
INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_PRECISION. |
TableField<Record,Long> |
DECLARED_NUMERIC_SCALE
The column
INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_SCALE. |
TableField<Record,String> |
INCREMENT
The column
INFORMATION_SCHEMA.SEQUENCES.INCREMENT. |
TableField<Record,String> |
MAXIMUM_VALUE
The column
INFORMATION_SCHEMA.SEQUENCES.MAXIMUM_VALUE. |
TableField<Record,String> |
MINIMUM_VALUE
The column
INFORMATION_SCHEMA.SEQUENCES.MINIMUM_VALUE. |
TableField<Record,String> |
NEXT_VALUE
The column
INFORMATION_SCHEMA.SEQUENCES.NEXT_VALUE. |
TableField<Record,Long> |
NUMERIC_PRECISION
The column
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION. |
TableField<Record,Long> |
NUMERIC_PRECISION_RADIX
The column
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION_RADIX. |
TableField<Record,Long> |
NUMERIC_SCALE
The column
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_SCALE. |
TableField<Record,String> |
SEQUENCE_CATALOG
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_CATALOG. |
TableField<Record,String> |
SEQUENCE_NAME
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_NAME. |
TableField<Record,String> |
SEQUENCE_SCHEMA
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_SCHEMA. |
static Sequences |
SEQUENCES
The singleton instance of
INFORMATION_SCHEMA.SEQUENCES |
TableField<Record,String> |
START_WITH
The column
INFORMATION_SCHEMA.SEQUENCES.START_WITH. |
| Constructor and Description |
|---|
Sequences()
Create a
INFORMATION_SCHEMA.SEQUENCES table reference |
Sequences(String alias)
Create an aliased
INFORMATION_SCHEMA.SEQUENCES table reference |
public static final Sequences SEQUENCES
INFORMATION_SCHEMA.SEQUENCESpublic final TableField<Record,String> SEQUENCE_CATALOG
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_CATALOG.public final TableField<Record,String> SEQUENCE_SCHEMA
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_SCHEMA.public final TableField<Record,String> SEQUENCE_NAME
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_NAME.public final TableField<Record,String> DATA_TYPE
INFORMATION_SCHEMA.SEQUENCES.DATA_TYPE.public final TableField<Record,Long> NUMERIC_PRECISION
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION.public final TableField<Record,Long> NUMERIC_PRECISION_RADIX
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION_RADIX.public final TableField<Record,Long> NUMERIC_SCALE
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_SCALE.public final TableField<Record,String> MAXIMUM_VALUE
INFORMATION_SCHEMA.SEQUENCES.MAXIMUM_VALUE.public final TableField<Record,String> MINIMUM_VALUE
INFORMATION_SCHEMA.SEQUENCES.MINIMUM_VALUE.public final TableField<Record,String> INCREMENT
INFORMATION_SCHEMA.SEQUENCES.INCREMENT.public final TableField<Record,String> CYCLE_OPTION
INFORMATION_SCHEMA.SEQUENCES.CYCLE_OPTION.public final TableField<Record,String> DECLARED_DATA_TYPE
INFORMATION_SCHEMA.SEQUENCES.DECLARED_DATA_TYPE.public final TableField<Record,Long> DECLARED_NUMERIC_PRECISION
INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_PRECISION.public final TableField<Record,Long> DECLARED_NUMERIC_SCALE
INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_SCALE.public final TableField<Record,String> START_WITH
INFORMATION_SCHEMA.SEQUENCES.START_WITH.public final TableField<Record,String> NEXT_VALUE
INFORMATION_SCHEMA.SEQUENCES.NEXT_VALUE.public Sequences()
INFORMATION_SCHEMA.SEQUENCES table referencepublic Sequences(String alias)
INFORMATION_SCHEMA.SEQUENCES table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>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.