|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.impl.TableImpl<SyssequencesRecord>
org.jooq.util.derby.sys.tables.Syssequences
@Generated(value="http://jooq.sourceforge.net", comments="This class is generated by jOOQ") public class Syssequences
This class is generated by jOOQ.
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()
|
|
|
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 |
|
|
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 Syssequences SYSSEQUENCES
public static final org.jooq.TableField<SyssequencesRecord,String> SEQUENCEID
public static final org.jooq.TableField<SyssequencesRecord,String> SEQUENCENAME
public static final org.jooq.TableField<SyssequencesRecord,String> SCHEMAID
public static final org.jooq.TableField<SyssequencesRecord,String> SEQUENCEDATATYPE
public static final org.jooq.TableField<SyssequencesRecord,Long> CURRENTVALUE
public static final org.jooq.TableField<SyssequencesRecord,Long> STARTVALUE
public static final org.jooq.TableField<SyssequencesRecord,Long> MINIMUMVALUE
public static final org.jooq.TableField<SyssequencesRecord,Long> MAXIMUMVALUE
public static final org.jooq.TableField<SyssequencesRecord,Long> INCREMENT
public static final org.jooq.TableField<SyssequencesRecord,String> CYCLEOPTION
Method Detail |
---|
public Class<SyssequencesRecord> getRecordType()
getRecordType
in interface org.jooq.Type<SyssequencesRecord>
getRecordType
in class org.jooq.impl.TableImpl<SyssequencesRecord>
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 |