|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.impl.TableImpl<SyssequenceRecord>
org.jooq.util.sybase.sys.tables.Syssequence
@Generated(value="http://jooq.sourceforge.net", comments="This class is generated by jOOQ") public class Syssequence
This class is generated by jOOQ.
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()
|
|
|
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 |
|
|
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)
|
|
|
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 |
---|
public static final Syssequence SYSSEQUENCE
public static final org.jooq.TableField<SyssequenceRecord,BigInteger> OBJECT_ID
public static final org.jooq.TableField<SyssequenceRecord,Integer> OWNER
public static final org.jooq.TableField<SyssequenceRecord,BigInteger> MIN_VALUE
public static final org.jooq.TableField<SyssequenceRecord,BigInteger> MAX_VALUE
public static final org.jooq.TableField<SyssequenceRecord,BigInteger> INCREMENT_BY
public static final org.jooq.TableField<SyssequenceRecord,BigInteger> START_WITH
public static final org.jooq.TableField<SyssequenceRecord,Integer> CACHE
public static final org.jooq.TableField<SyssequenceRecord,Integer> CYCLE
public static final org.jooq.TableField<SyssequenceRecord,BigInteger> RESUME_AT
public static final org.jooq.TableField<SyssequenceRecord,String> SEQUENCE_NAME
Method Detail |
---|
public Class<SyssequenceRecord> getRecordType()
getRecordType
in interface org.jooq.Type<SyssequenceRecord>
getRecordType
in class org.jooq.impl.TableImpl<SyssequenceRecord>
public final org.jooq.Table<R> asTable()
asTable
in interface org.jooq.TableLike<R extends org.jooq.Record>
public final org.jooq.Table<R> asTable(String arg0)
asTable
in interface org.jooq.TableLike<R extends org.jooq.Record>
public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,O>> getReferencesTo(org.jooq.Table<O> arg0)
getReferencesTo
in interface org.jooq.Table<R extends org.jooq.Record>
public final org.jooq.impl.FieldList getFields()
getFields
in interface org.jooq.FieldProvider
public final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
getField
in interface org.jooq.FieldProvider
public final org.jooq.Field<?> getField(String arg0)
getField
in interface org.jooq.FieldProvider
public final org.jooq.Field<?> getField(int arg0)
getField
in interface org.jooq.FieldProvider
public final int getIndex(org.jooq.Field<?> arg0) throws IllegalArgumentException
getIndex
in interface org.jooq.FieldProvider
IllegalArgumentException
public final List<org.jooq.Attachable> getAttachables()
getAttachables
in interface org.jooq.AttachableInternal
public final org.jooq.Schema getSchema()
getSchema
in interface org.jooq.SchemaProvider
public final String getName()
getName
in interface org.jooq.NamedQueryPart
public final int compareTo(org.jooq.NamedQueryPart arg0)
compareTo
in interface Comparable<org.jooq.NamedQueryPart>
public final <T> T internalAPI(Class<T> arg0)
internalAPI
in interface org.jooq.Adapter
protected final org.jooq.AttachableInternal internal(org.jooq.Attachable arg0)
protected final org.jooq.QueryPartInternal internal(org.jooq.QueryPart arg0)
public final String getSQL()
getSQL
in interface org.jooq.QueryPart
public final void attach(org.jooq.Configuration arg0)
attach
in interface org.jooq.Attachable
public final org.jooq.Configuration getConfiguration()
getConfiguration
in interface org.jooq.Attachable
getConfiguration
in interface org.jooq.AttachableInternal
protected final List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
protected final List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)
protected final List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)
protected final org.jooq.impl.Factory create()
public final String toSQLReference(org.jooq.Configuration arg0)
toSQLReference
in interface org.jooq.QueryPartInternal
public final String toSQLDeclaration(org.jooq.Configuration arg0)
toSQLDeclaration
in interface org.jooq.QueryPartInternal
public final int bind(org.jooq.Configuration arg0, PreparedStatement arg1) throws SQLException
bind
in interface org.jooq.QueryPartInternal
SQLException
public final int bind(org.jooq.Configuration arg0, PreparedStatement arg1, int arg2) throws SQLException
bind
in interface org.jooq.QueryPartInternal
SQLException
public final int bindReference(org.jooq.Configuration arg0, PreparedStatement arg1) throws SQLException
bindReference
in interface org.jooq.QueryPartInternal
SQLException
public final int bindDeclaration(org.jooq.Configuration arg0, PreparedStatement arg1) throws SQLException
bindDeclaration
in interface org.jooq.QueryPartInternal
SQLException
public final boolean equals(Object arg0)
equals
in class Object
public final int hashCode()
hashCode
in class Object
public final String toString()
toString
in class Object
public final org.jooq.SQLDialect getDialect()
getDialect
in interface org.jooq.QueryPartInternal
protected final String wrapInParentheses(String arg0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |