@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 |
|---|---|
static TableField<Record,Timestamp> |
ALTER_TIME
The column
SYSCAT.SEQUENCES.ALTER_TIME. |
static TableField<Record,String> |
BASE_SEQNAME
The column
SYSCAT.SEQUENCES.BASE_SEQNAME. |
static TableField<Record,String> |
BASE_SEQSCHEMA
The column
SYSCAT.SEQUENCES.BASE_SEQSCHEMA. |
static TableField<Record,Integer> |
CACHE
The column
SYSCAT.SEQUENCES.CACHE. |
static TableField<Record,Timestamp> |
CREATE_TIME
The column
SYSCAT.SEQUENCES.CREATE_TIME. |
static TableField<Record,String> |
CYCLE
The column
SYSCAT.SEQUENCES.CYCLE. |
static TableField<Record,Integer> |
DATATYPEID
The column
SYSCAT.SEQUENCES.DATATYPEID. |
static TableField<Record,String> |
DEFINER
The column
SYSCAT.SEQUENCES.DEFINER. |
static TableField<Record,String> |
DEFINERTYPE
The column
SYSCAT.SEQUENCES.DEFINERTYPE. |
static TableField<Record,BigInteger> |
INCREMENT
The column
SYSCAT.SEQUENCES.INCREMENT. |
static TableField<Record,BigInteger> |
MAXVALUE
The column
SYSCAT.SEQUENCES.MAXVALUE. |
static TableField<Record,BigInteger> |
MINVALUE
The column
SYSCAT.SEQUENCES.MINVALUE. |
static TableField<Record,BigInteger> |
NEXTCACHEFIRSTVALUE
The column
SYSCAT.SEQUENCES.NEXTCACHEFIRSTVALUE. |
static TableField<Record,String> |
ORDER
The column
SYSCAT.SEQUENCES.ORDER. |
static TableField<Record,String> |
ORIGIN
The column
SYSCAT.SEQUENCES.ORIGIN. |
static TableField<Record,String> |
OWNER
The column
SYSCAT.SEQUENCES.OWNER. |
static TableField<Record,String> |
OWNERTYPE
The column
SYSCAT.SEQUENCES.OWNERTYPE. |
static TableField<Record,Short> |
PRECISION
The column
SYSCAT.SEQUENCES.PRECISION. |
static TableField<Record,String> |
REMARKS
The column
SYSCAT.SEQUENCES.REMARKS. |
static TableField<Record,Integer> |
SEQID
The column
SYSCAT.SEQUENCES.SEQID. |
static TableField<Record,String> |
SEQNAME
The column
SYSCAT.SEQUENCES.SEQNAME. |
static TableField<Record,String> |
SEQSCHEMA
The column
SYSCAT.SEQUENCES.SEQSCHEMA. |
static TableField<Record,String> |
SEQTYPE
The column
SYSCAT.SEQUENCES.SEQTYPE. |
static Sequences |
SEQUENCES
The singleton instance of
SYSCAT.SEQUENCES |
static TableField<Record,Integer> |
SOURCETYPEID
The column
SYSCAT.SEQUENCES.SOURCETYPEID. |
static TableField<Record,BigInteger> |
START
The column
SYSCAT.SEQUENCES.START. |
public static final Sequences SEQUENCES
SYSCAT.SEQUENCESpublic static final TableField<Record,String> SEQSCHEMA
SYSCAT.SEQUENCES.SEQSCHEMA.public static final TableField<Record,String> SEQNAME
SYSCAT.SEQUENCES.SEQNAME.public static final TableField<Record,String> DEFINER
SYSCAT.SEQUENCES.DEFINER.public static final TableField<Record,String> DEFINERTYPE
SYSCAT.SEQUENCES.DEFINERTYPE.public static final TableField<Record,String> OWNER
SYSCAT.SEQUENCES.OWNER.public static final TableField<Record,String> OWNERTYPE
SYSCAT.SEQUENCES.OWNERTYPE.public static final TableField<Record,Integer> SEQID
SYSCAT.SEQUENCES.SEQID.public static final TableField<Record,String> SEQTYPE
SYSCAT.SEQUENCES.SEQTYPE.public static final TableField<Record,String> BASE_SEQSCHEMA
SYSCAT.SEQUENCES.BASE_SEQSCHEMA.public static final TableField<Record,String> BASE_SEQNAME
SYSCAT.SEQUENCES.BASE_SEQNAME.public static final TableField<Record,BigInteger> INCREMENT
SYSCAT.SEQUENCES.INCREMENT.public static final TableField<Record,BigInteger> START
SYSCAT.SEQUENCES.START.public static final TableField<Record,BigInteger> MAXVALUE
SYSCAT.SEQUENCES.MAXVALUE.public static final TableField<Record,BigInteger> MINVALUE
SYSCAT.SEQUENCES.MINVALUE.public static final TableField<Record,BigInteger> NEXTCACHEFIRSTVALUE
SYSCAT.SEQUENCES.NEXTCACHEFIRSTVALUE.public static final TableField<Record,String> CYCLE
SYSCAT.SEQUENCES.CYCLE.public static final TableField<Record,Integer> CACHE
SYSCAT.SEQUENCES.CACHE.public static final TableField<Record,String> ORDER
SYSCAT.SEQUENCES.ORDER.public static final TableField<Record,Integer> DATATYPEID
SYSCAT.SEQUENCES.DATATYPEID.public static final TableField<Record,Integer> SOURCETYPEID
SYSCAT.SEQUENCES.SOURCETYPEID.public static final TableField<Record,Timestamp> CREATE_TIME
SYSCAT.SEQUENCES.CREATE_TIME.public static final TableField<Record,Timestamp> ALTER_TIME
SYSCAT.SEQUENCES.ALTER_TIME.public static final TableField<Record,Short> PRECISION
SYSCAT.SEQUENCES.PRECISION.public static final TableField<Record,String> ORIGIN
SYSCAT.SEQUENCES.ORIGIN.public static final TableField<Record,String> REMARKS
SYSCAT.SEQUENCES.REMARKS.public 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.