org.jooq.util.sybase.sys.tables
Class Syssequence

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

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

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.TableField<SyssequenceRecord,Integer> CACHE
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,Integer> CYCLE
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,BigInteger> INCREMENT_BY
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,BigInteger> MAX_VALUE
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,BigInteger> MIN_VALUE
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,BigInteger> OBJECT_ID
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,Integer> OWNER
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,BigInteger> RESUME_AT
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,String> SEQUENCE_NAME
          An uncommented item
static org.jooq.TableField<SyssequenceRecord,BigInteger> START_WITH
          An uncommented item
static Syssequence SYSSEQUENCE
          The singleton instance of SYSSEQUENCE
 
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<SyssequenceRecord> 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

SYSSEQUENCE

public static final Syssequence SYSSEQUENCE
The singleton instance of SYSSEQUENCE


OBJECT_ID

public static final org.jooq.TableField<SyssequenceRecord,BigInteger> OBJECT_ID
An uncommented item


OWNER

public static final org.jooq.TableField<SyssequenceRecord,Integer> OWNER
An uncommented item


MIN_VALUE

public static final org.jooq.TableField<SyssequenceRecord,BigInteger> MIN_VALUE
An uncommented item


MAX_VALUE

public static final org.jooq.TableField<SyssequenceRecord,BigInteger> MAX_VALUE
An uncommented item


INCREMENT_BY

public static final org.jooq.TableField<SyssequenceRecord,BigInteger> INCREMENT_BY
An uncommented item


START_WITH

public static final org.jooq.TableField<SyssequenceRecord,BigInteger> START_WITH
An uncommented item


CACHE

public static final org.jooq.TableField<SyssequenceRecord,Integer> CACHE
An uncommented item


CYCLE

public static final org.jooq.TableField<SyssequenceRecord,Integer> CYCLE
An uncommented item


RESUME_AT

public static final org.jooq.TableField<SyssequenceRecord,BigInteger> RESUME_AT
An uncommented item


SEQUENCE_NAME

public static final org.jooq.TableField<SyssequenceRecord,String> SEQUENCE_NAME
An uncommented item

Method Detail

getRecordType

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

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

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.