org.jooq.util.derby.sys.tables
Class Syssequences

java.lang.Object
  extended by org.jooq.impl.TableImpl<SyssequencesRecord>
      extended by org.jooq.util.derby.sys.tables.Syssequences
All Implemented Interfaces:
Serializable, Comparable<org.jooq.NamedQueryPart>, org.jooq.Adapter, org.jooq.AliasProvider<org.jooq.Table<SyssequencesRecord>>, org.jooq.Attachable, org.jooq.AttachableInternal, org.jooq.FieldProvider, org.jooq.NamedQueryPart, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.SchemaProvider, org.jooq.Table<SyssequencesRecord>, org.jooq.TableLike<SyssequencesRecord>, org.jooq.Type<SyssequencesRecord>

@Generated(value="http://jooq.sourceforge.net",
           comments="This class is generated by jOOQ")
public class Syssequences
extends org.jooq.impl.TableImpl<SyssequencesRecord>

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.TableField<SyssequencesRecord,Long> CURRENTVALUE
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,String> CYCLEOPTION
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,Long> INCREMENT
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,Long> MAXIMUMVALUE
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,Long> MINIMUMVALUE
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,String> SCHEMAID
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,String> SEQUENCEDATATYPE
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,String> SEQUENCEID
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,String> SEQUENCENAME
          An uncommented item
static org.jooq.TableField<SyssequencesRecord,Long> STARTVALUE
          An uncommented item
static Syssequences SYSSEQUENCES
          The singleton instance of SYSSEQUENCES
 
Method Summary
 org.jooq.Table<R> asTable()
           
 org.jooq.Table<R> asTable(String arg0)
           
 void attach(org.jooq.Configuration arg0)
           
 int bind(org.jooq.Configuration arg0, PreparedStatement arg1)
           
 int bind(org.jooq.Configuration arg0, PreparedStatement arg1, int arg2)
           
 int bindDeclaration(org.jooq.Configuration arg0, PreparedStatement arg1)
           
 int bindReference(org.jooq.Configuration arg0, PreparedStatement arg1)
           
 int compareTo(org.jooq.NamedQueryPart arg0)
           
protected  org.jooq.impl.Factory create()
           
 boolean equals(Object arg0)
           
 List<org.jooq.Attachable> getAttachables()
           
protected  List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
           
protected  List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)
           
protected  List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)
           
 org.jooq.Configuration getConfiguration()
           
 org.jooq.SQLDialect getDialect()
           
<T> org.jooq.Field<T>
getField(org.jooq.Field<T> arg0)
           
 org.jooq.Field<?> getField(int arg0)
           
 org.jooq.Field<?> getField(String arg0)
           
 org.jooq.impl.FieldList getFields()
           
 int getIndex(org.jooq.Field<?> arg0)
           
 String getName()
           
 Class<SyssequencesRecord> getRecordType()
          The class holding records for this type
<O extends org.jooq.Record>
List<org.jooq.ForeignKey<R,O>>
getReferencesTo(org.jooq.Table<O> arg0)
           
 org.jooq.Schema getSchema()
           
 String getSQL()
           
 int hashCode()
           
protected  org.jooq.AttachableInternal internal(org.jooq.Attachable arg0)
           
protected  org.jooq.QueryPartInternal internal(org.jooq.QueryPart arg0)
           
<T> T
internalAPI(Class<T> arg0)
           
 String toSQLDeclaration(org.jooq.Configuration arg0)
           
 String toSQLReference(org.jooq.Configuration arg0)
           
 String toString()
           
protected  String wrapInParentheses(String arg0)
           
 
Methods inherited from class org.jooq.impl.TableImpl
as, bindReference, getAttachables0, getFieldList, toSQLReference
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jooq.NamedQueryPart
getName
 
Methods inherited from interface org.jooq.QueryPart
getSQL
 
Methods inherited from interface org.jooq.Attachable
attach, getConfiguration
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jooq.FieldProvider
getField, getField, getField, getFields, getIndex
 
Methods inherited from interface org.jooq.SchemaProvider
getSchema
 

Field Detail

SYSSEQUENCES

public static final Syssequences SYSSEQUENCES
The singleton instance of SYSSEQUENCES


SEQUENCEID

public static final org.jooq.TableField<SyssequencesRecord,String> SEQUENCEID
An uncommented item


SEQUENCENAME

public static final org.jooq.TableField<SyssequencesRecord,String> SEQUENCENAME
An uncommented item


SCHEMAID

public static final org.jooq.TableField<SyssequencesRecord,String> SCHEMAID
An uncommented item


SEQUENCEDATATYPE

public static final org.jooq.TableField<SyssequencesRecord,String> SEQUENCEDATATYPE
An uncommented item


CURRENTVALUE

public static final org.jooq.TableField<SyssequencesRecord,Long> CURRENTVALUE
An uncommented item


STARTVALUE

public static final org.jooq.TableField<SyssequencesRecord,Long> STARTVALUE
An uncommented item


MINIMUMVALUE

public static final org.jooq.TableField<SyssequencesRecord,Long> MINIMUMVALUE
An uncommented item


MAXIMUMVALUE

public static final org.jooq.TableField<SyssequencesRecord,Long> MAXIMUMVALUE
An uncommented item


INCREMENT

public static final org.jooq.TableField<SyssequencesRecord,Long> INCREMENT
An uncommented item


CYCLEOPTION

public static final org.jooq.TableField<SyssequencesRecord,String> CYCLEOPTION
An uncommented item

Method Detail

getRecordType

public Class<SyssequencesRecord> getRecordType()
The class holding records for this type

Specified by:
getRecordType in interface org.jooq.Type<SyssequencesRecord>
Overrides:
getRecordType in class org.jooq.impl.TableImpl<SyssequencesRecord>

asTable

public final org.jooq.Table<R> asTable()
Specified by:
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>

asTable

public final org.jooq.Table<R> asTable(String arg0)
Specified by:
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>

getReferencesTo

public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,O>> getReferencesTo(org.jooq.Table<O> arg0)
Specified by:
getReferencesTo in interface org.jooq.Table<R extends org.jooq.Record>

getFields

public final org.jooq.impl.FieldList getFields()
Specified by:
getFields in interface org.jooq.FieldProvider

getField

public final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
Specified by:
getField in interface org.jooq.FieldProvider

getField

public final org.jooq.Field<?> getField(String arg0)
Specified by:
getField in interface org.jooq.FieldProvider

getField

public final org.jooq.Field<?> getField(int arg0)
Specified by:
getField in interface org.jooq.FieldProvider

getIndex

public final int getIndex(org.jooq.Field<?> arg0)
                   throws IllegalArgumentException
Specified by:
getIndex in interface org.jooq.FieldProvider
Throws:
IllegalArgumentException

getAttachables

public final List<org.jooq.Attachable> getAttachables()
Specified by:
getAttachables in interface org.jooq.AttachableInternal

getSchema

public final org.jooq.Schema getSchema()
Specified by:
getSchema in interface org.jooq.SchemaProvider

getName

public final String getName()
Specified by:
getName in interface org.jooq.NamedQueryPart

compareTo

public final int compareTo(org.jooq.NamedQueryPart arg0)
Specified by:
compareTo in interface Comparable<org.jooq.NamedQueryPart>

internalAPI

public final <T> T internalAPI(Class<T> arg0)
Specified by:
internalAPI in interface org.jooq.Adapter

internal

protected final org.jooq.AttachableInternal internal(org.jooq.Attachable arg0)

internal

protected final org.jooq.QueryPartInternal internal(org.jooq.QueryPart arg0)

getSQL

public final String getSQL()
Specified by:
getSQL in interface org.jooq.QueryPart

attach

public final void attach(org.jooq.Configuration arg0)
Specified by:
attach in interface org.jooq.Attachable

getConfiguration

public final org.jooq.Configuration getConfiguration()
Specified by:
getConfiguration in interface org.jooq.Attachable
Specified by:
getConfiguration in interface org.jooq.AttachableInternal

getAttachables

protected final List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)

getAttachables

protected final List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)

getAttachables

protected final List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)

create

protected final org.jooq.impl.Factory create()

toSQLReference

public final String toSQLReference(org.jooq.Configuration arg0)
Specified by:
toSQLReference in interface org.jooq.QueryPartInternal

toSQLDeclaration

public final String toSQLDeclaration(org.jooq.Configuration arg0)
Specified by:
toSQLDeclaration in interface org.jooq.QueryPartInternal

bind

public final int bind(org.jooq.Configuration arg0,
                      PreparedStatement arg1)
               throws SQLException
Specified by:
bind in interface org.jooq.QueryPartInternal
Throws:
SQLException

bind

public final int bind(org.jooq.Configuration arg0,
                      PreparedStatement arg1,
                      int arg2)
               throws SQLException
Specified by:
bind in interface org.jooq.QueryPartInternal
Throws:
SQLException

bindReference

public final int bindReference(org.jooq.Configuration arg0,
                               PreparedStatement arg1)
                        throws SQLException
Specified by:
bindReference in interface org.jooq.QueryPartInternal
Throws:
SQLException

bindDeclaration

public final int bindDeclaration(org.jooq.Configuration arg0,
                                 PreparedStatement arg1)
                          throws SQLException
Specified by:
bindDeclaration in interface org.jooq.QueryPartInternal
Throws:
SQLException

equals

public final boolean equals(Object arg0)
Overrides:
equals in class Object

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

toString

public final String toString()
Overrides:
toString in class Object

getDialect

public final org.jooq.SQLDialect getDialect()
Specified by:
getDialect in interface org.jooq.QueryPartInternal

wrapInParentheses

protected final String wrapInParentheses(String arg0)


Copyright © 2011. All Rights Reserved.