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

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

@Generated(value={"http://www.jooq.org","2.0.6"},
           comments="This class is generated by jOOQ")
public class Functions
extends org.jooq.impl.TableImpl<org.jooq.Record>

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.TableField<org.jooq.Record,String> ASSIGN_FUNCTION
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> BODY
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Long> CARDINALITY
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> CAST_FUNCTION
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> CLASS
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> CONTAINS_SQL
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Timestamp> CREATE_TIME
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> DBINFO
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> DEFINER
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> EFFECT
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> FENCED
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> FINAL_CALL
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> FUNC_PATH
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Integer> FUNCID
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> FUNCNAME
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> FUNCSCHEMA
          An uncommented item
static Functions FUNCTIONS
          The singleton instance of SYSCAT.FUNCTIONS
static org.jooq.TableField<org.jooq.Record,String> IMPLEMENTATION
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> IMPLEMENTED
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> INITIAL_INSTS
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> INITIAL_IOS
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> INSTS_PER_ARGBYTE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> INSTS_PER_INVOC
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> IOS_PER_ARGBYTE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> IOS_PER_INVOC
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> JAR_ID
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> LANGUAGE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> METHOD
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> NULLCALL
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> ORIGIN
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Integer> OVERRIDDEN_FUNCID
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> PARALLELIZABLE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Short> PARM_COUNT
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> PARM_SIGNATURE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> PARM_STYLE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Short> PERCENT_ARGBYTES
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> QUALIFIER
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> REMARKS
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Short> RESULT_COLS
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Short> RETURN_TYPE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SCRATCHPAD
          An uncommented item
static org.jooq.TableField<org.jooq.Record,Double> SELECTIVITY
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SIDE_EFFECTS
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SOURCE_SCHEMA
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SOURCE_SPECIFIC
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SPECIFICNAME
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SUBJECT_TYPENAME
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> SUBJECT_TYPESCHEMA
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> TYPE
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> TYPE_PRESERVING
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> VARIANT
          An uncommented item
static org.jooq.TableField<org.jooq.Record,String> WITH_FUNC_ACCESS
          An uncommented item
 
Method Summary
 org.jooq.Table<R> asTable()
           
 org.jooq.Table<R> asTable(String arg0)
           
 int compareTo(org.jooq.NamedQueryPart arg0)
           
protected  org.jooq.impl.Factory create()
           
protected  org.jooq.impl.Factory create(org.jooq.Configuration arg0)
           
protected static
<R extends org.jooq.Record,T>
org.jooq.TableField<R,T>
createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
           
 org.jooq.Table<org.jooq.Record> crossJoin(String arg0)
           
 org.jooq.Table<org.jooq.Record> crossJoin(String arg0, Object... arg1)
           
 org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0)
           
 org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0)
           
 org.jooq.TableOnStep fullOuterJoin(String arg0)
           
 org.jooq.TableOnStep fullOuterJoin(String arg0, Object... arg1)
           
 org.jooq.TableOnStep fullOuterJoin(org.jooq.TableLike<?> 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)
           
 List<Object> getBindValues()
           
 org.jooq.Configuration getConfiguration()
           
 org.jooq.SQLDialect getDialect()
          Deprecated. 
<T> org.jooq.Field<T>
getField(org.jooq.Field<T> arg0)
           
 org.jooq.Field<?> getField(int arg0)
           
 org.jooq.Field<?> getField(String arg0)
           
 List<org.jooq.Field<?>> getFields()
           
 int getIndex(org.jooq.Field<?> arg0)
           
 String getName()
           
 org.jooq.Param<?> getParam(String arg0)
           
 Map<String,org.jooq.Param<?>> getParams()
           
 Class<org.jooq.Record> 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()
           
 String getSQL(boolean arg0)
           
<I> I
internalAPI(Class<I> arg0)
           
 org.jooq.TableOnStep join(String arg0)
           
 org.jooq.TableOnStep join(String arg0, Object... arg1)
           
 org.jooq.TableOnStep join(org.jooq.TableLike<?> arg0)
           
 org.jooq.TableOnStep leftOuterJoin(String arg0)
           
 org.jooq.TableOnStep leftOuterJoin(String arg0, Object... arg1)
           
 org.jooq.TableOnStep leftOuterJoin(org.jooq.TableLike<?> arg0)
           
 org.jooq.Table<org.jooq.Record> naturalJoin(String arg0)
           
 org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, Object... arg1)
           
 org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0)
           
 org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0)
           
 org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, Object... arg1)
           
 org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0)
           
 org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0)
           
 org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, Object... arg1)
           
 org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0)
           
 org.jooq.PivotForStep pivot(Collection<? extends org.jooq.Field<?>> arg0)
           
 org.jooq.PivotForStep pivot(org.jooq.Field<?>... arg0)
           
 org.jooq.TableOnStep rightOuterJoin(String arg0)
           
 org.jooq.TableOnStep rightOuterJoin(String arg0, Object... arg1)
           
 org.jooq.TableOnStep rightOuterJoin(org.jooq.TableLike<?> arg0)
           
protected  org.jooq.exception.DataAccessException translate(String arg0, String arg1, SQLException arg2)
           
 
Methods inherited from class org.jooq.impl.TableImpl
as, bind, declaresTables, getAttachables0, getFieldList, toSQL
 
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.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

FUNCTIONS

public static final Functions FUNCTIONS
The singleton instance of SYSCAT.FUNCTIONS


FUNCSCHEMA

public static final org.jooq.TableField<org.jooq.Record,String> FUNCSCHEMA
An uncommented item


FUNCNAME

public static final org.jooq.TableField<org.jooq.Record,String> FUNCNAME
An uncommented item


SPECIFICNAME

public static final org.jooq.TableField<org.jooq.Record,String> SPECIFICNAME
An uncommented item


DEFINER

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


FUNCID

public static final org.jooq.TableField<org.jooq.Record,Integer> FUNCID
An uncommented item


RETURN_TYPE

public static final org.jooq.TableField<org.jooq.Record,Short> RETURN_TYPE
An uncommented item


ORIGIN

public static final org.jooq.TableField<org.jooq.Record,String> ORIGIN
An uncommented item


TYPE

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


METHOD

public static final org.jooq.TableField<org.jooq.Record,String> METHOD
An uncommented item


EFFECT

public static final org.jooq.TableField<org.jooq.Record,String> EFFECT
An uncommented item


PARM_COUNT

public static final org.jooq.TableField<org.jooq.Record,Short> PARM_COUNT
An uncommented item


PARM_SIGNATURE

public static final org.jooq.TableField<org.jooq.Record,String> PARM_SIGNATURE
An uncommented item


CREATE_TIME

public static final org.jooq.TableField<org.jooq.Record,Timestamp> CREATE_TIME
An uncommented item


QUALIFIER

public static final org.jooq.TableField<org.jooq.Record,String> QUALIFIER
An uncommented item


WITH_FUNC_ACCESS

public static final org.jooq.TableField<org.jooq.Record,String> WITH_FUNC_ACCESS
An uncommented item


TYPE_PRESERVING

public static final org.jooq.TableField<org.jooq.Record,String> TYPE_PRESERVING
An uncommented item


VARIANT

public static final org.jooq.TableField<org.jooq.Record,String> VARIANT
An uncommented item


SIDE_EFFECTS

public static final org.jooq.TableField<org.jooq.Record,String> SIDE_EFFECTS
An uncommented item


FENCED

public static final org.jooq.TableField<org.jooq.Record,String> FENCED
An uncommented item


NULLCALL

public static final org.jooq.TableField<org.jooq.Record,String> NULLCALL
An uncommented item


CAST_FUNCTION

public static final org.jooq.TableField<org.jooq.Record,String> CAST_FUNCTION
An uncommented item


ASSIGN_FUNCTION

public static final org.jooq.TableField<org.jooq.Record,String> ASSIGN_FUNCTION
An uncommented item


SCRATCHPAD

public static final org.jooq.TableField<org.jooq.Record,String> SCRATCHPAD
An uncommented item


FINAL_CALL

public static final org.jooq.TableField<org.jooq.Record,String> FINAL_CALL
An uncommented item


PARALLELIZABLE

public static final org.jooq.TableField<org.jooq.Record,String> PARALLELIZABLE
An uncommented item


CONTAINS_SQL

public static final org.jooq.TableField<org.jooq.Record,String> CONTAINS_SQL
An uncommented item


DBINFO

public static final org.jooq.TableField<org.jooq.Record,String> DBINFO
An uncommented item


RESULT_COLS

public static final org.jooq.TableField<org.jooq.Record,Short> RESULT_COLS
An uncommented item


LANGUAGE

public static final org.jooq.TableField<org.jooq.Record,String> LANGUAGE
An uncommented item


IMPLEMENTATION

public static final org.jooq.TableField<org.jooq.Record,String> IMPLEMENTATION
An uncommented item


CLASS

public static final org.jooq.TableField<org.jooq.Record,String> CLASS
An uncommented item


JAR_ID

public static final org.jooq.TableField<org.jooq.Record,String> JAR_ID
An uncommented item


PARM_STYLE

public static final org.jooq.TableField<org.jooq.Record,String> PARM_STYLE
An uncommented item


SOURCE_SCHEMA

public static final org.jooq.TableField<org.jooq.Record,String> SOURCE_SCHEMA
An uncommented item


SOURCE_SPECIFIC

public static final org.jooq.TableField<org.jooq.Record,String> SOURCE_SPECIFIC
An uncommented item


IOS_PER_INVOC

public static final org.jooq.TableField<org.jooq.Record,Double> IOS_PER_INVOC
An uncommented item


INSTS_PER_INVOC

public static final org.jooq.TableField<org.jooq.Record,Double> INSTS_PER_INVOC
An uncommented item


IOS_PER_ARGBYTE

public static final org.jooq.TableField<org.jooq.Record,Double> IOS_PER_ARGBYTE
An uncommented item


INSTS_PER_ARGBYTE

public static final org.jooq.TableField<org.jooq.Record,Double> INSTS_PER_ARGBYTE
An uncommented item


PERCENT_ARGBYTES

public static final org.jooq.TableField<org.jooq.Record,Short> PERCENT_ARGBYTES
An uncommented item


INITIAL_IOS

public static final org.jooq.TableField<org.jooq.Record,Double> INITIAL_IOS
An uncommented item


INITIAL_INSTS

public static final org.jooq.TableField<org.jooq.Record,Double> INITIAL_INSTS
An uncommented item


CARDINALITY

public static final org.jooq.TableField<org.jooq.Record,Long> CARDINALITY
An uncommented item


IMPLEMENTED

public static final org.jooq.TableField<org.jooq.Record,String> IMPLEMENTED
An uncommented item


SELECTIVITY

public static final org.jooq.TableField<org.jooq.Record,Double> SELECTIVITY
An uncommented item


OVERRIDDEN_FUNCID

public static final org.jooq.TableField<org.jooq.Record,Integer> OVERRIDDEN_FUNCID
An uncommented item


SUBJECT_TYPESCHEMA

public static final org.jooq.TableField<org.jooq.Record,String> SUBJECT_TYPESCHEMA
An uncommented item


SUBJECT_TYPENAME

public static final org.jooq.TableField<org.jooq.Record,String> SUBJECT_TYPENAME
An uncommented item


FUNC_PATH

public static final org.jooq.TableField<org.jooq.Record,String> FUNC_PATH
An uncommented item


BODY

public static final org.jooq.TableField<org.jooq.Record,String> BODY
An uncommented item


REMARKS

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

Method Detail

getRecordType

public Class<org.jooq.Record> getRecordType()
The class holding records for this type

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

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>

createField

protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0,
                                                                                          org.jooq.DataType<T> arg1,
                                                                                          org.jooq.Table<R> arg2)

pivot

public final org.jooq.PivotForStep pivot(org.jooq.Field<?>... arg0)
Specified by:
pivot in interface org.jooq.Table<R extends org.jooq.Record>

pivot

public final org.jooq.PivotForStep pivot(Collection<? extends org.jooq.Field<?>> arg0)
Specified by:
pivot in interface org.jooq.Table<R extends org.jooq.Record>

divideBy

public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0)
Specified by:
divideBy in interface org.jooq.Table<R extends org.jooq.Record>

join

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

join

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

join

public final org.jooq.TableOnStep join(String arg0,
                                       Object... arg1)
Specified by:
join in interface org.jooq.Table<R extends org.jooq.Record>

leftOuterJoin

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

leftOuterJoin

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

leftOuterJoin

public final org.jooq.TableOnStep leftOuterJoin(String arg0,
                                                Object... arg1)
Specified by:
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>

rightOuterJoin

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

rightOuterJoin

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

rightOuterJoin

public final org.jooq.TableOnStep rightOuterJoin(String arg0,
                                                 Object... arg1)
Specified by:
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>

fullOuterJoin

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

fullOuterJoin

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

fullOuterJoin

public final org.jooq.TableOnStep fullOuterJoin(String arg0,
                                                Object... arg1)
Specified by:
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>

crossJoin

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

crossJoin

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

crossJoin

public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0,
                                                       Object... arg1)
Specified by:
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>

naturalJoin

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

naturalJoin

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

naturalJoin

public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0,
                                                         Object... arg1)
Specified by:
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>

naturalLeftOuterJoin

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

naturalLeftOuterJoin

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

naturalLeftOuterJoin

public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0,
                                                                  Object... arg1)
Specified by:
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>

naturalRightOuterJoin

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

naturalRightOuterJoin

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

naturalRightOuterJoin

public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0,
                                                                   Object... arg1)
Specified by:
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>

getFields

public final List<org.jooq.Field<?>> 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 <I> I internalAPI(Class<I> arg0)
Specified by:
internalAPI in interface org.jooq.Adapter

getConfiguration

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

getDialect

@Deprecated
public final org.jooq.SQLDialect getDialect()
Deprecated. 

Specified by:
getDialect in interface org.jooq.QueryPartInternal

getSQL

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

getSQL

public final String getSQL(boolean arg0)
Specified by:
getSQL in interface org.jooq.QueryPartInternal

getBindValues

public final List<Object> getBindValues()
Specified by:
getBindValues in interface org.jooq.QueryPartInternal

getParams

public final Map<String,org.jooq.Param<?>> getParams()
Specified by:
getParams in interface org.jooq.QueryPartInternal

getParam

public final org.jooq.Param<?> getParam(String arg0)
Specified by:
getParam in interface org.jooq.QueryPartInternal

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()

create

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

translate

protected final org.jooq.exception.DataAccessException translate(String arg0,
                                                                 String arg1,
                                                                 SQLException arg2)


Copyright © 2012. All Rights Reserved.