org.jooq.util.db2.syscat.tables
Class Tabconst

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

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

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.TableField<TabconstRecord,String> CHECKEXISTINGDATA
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> CONSTNAME
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> DEFINER
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> ENABLEQUERYOPT
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> ENFORCED
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> OWNER
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> OWNERTYPE
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> REMARKS
          An uncommented item
static Tabconst TABCONST
          The singleton instance of TABCONST
static org.jooq.TableField<TabconstRecord,String> TABNAME
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> TABSCHEMA
          An uncommented item
static org.jooq.TableField<TabconstRecord,String> TYPE
          An uncommented item
 
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<TabconstRecord> 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

TABCONST

public static final Tabconst TABCONST
The singleton instance of TABCONST


CONSTNAME

public static final org.jooq.TableField<TabconstRecord,String> CONSTNAME
An uncommented item


TABSCHEMA

public static final org.jooq.TableField<TabconstRecord,String> TABSCHEMA
An uncommented item


TABNAME

public static final org.jooq.TableField<TabconstRecord,String> TABNAME
An uncommented item


OWNER

public static final org.jooq.TableField<TabconstRecord,String> OWNER
An uncommented item


OWNERTYPE

public static final org.jooq.TableField<TabconstRecord,String> OWNERTYPE
An uncommented item


TYPE

public static final org.jooq.TableField<TabconstRecord,String> TYPE
An uncommented item


ENFORCED

public static final org.jooq.TableField<TabconstRecord,String> ENFORCED
An uncommented item


CHECKEXISTINGDATA

public static final org.jooq.TableField<TabconstRecord,String> CHECKEXISTINGDATA
An uncommented item


ENABLEQUERYOPT

public static final org.jooq.TableField<TabconstRecord,String> ENABLEQUERYOPT
An uncommented item


DEFINER

public static final org.jooq.TableField<TabconstRecord,String> DEFINER
An uncommented item


REMARKS

public static final org.jooq.TableField<TabconstRecord,String> REMARKS
An uncommented item

Method Detail

getRecordType

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

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

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.