org.jooq.util.maven.example.postgres.tables
Class T_658Ref

java.lang.Object
  extended by org.jooq.impl.TableImpl<T_658RefRecord>
      extended by org.jooq.util.maven.example.postgres.tables.T_658Ref
All Implemented Interfaces:
Serializable, Comparable<org.jooq.NamedQueryPart>, org.jooq.Adapter, org.jooq.AliasProvider<org.jooq.Table<T_658RefRecord>>, org.jooq.Attachable, org.jooq.AttachableInternal, org.jooq.FieldProvider, org.jooq.NamedQueryPart, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.SchemaProvider, org.jooq.Table<T_658RefRecord>, org.jooq.TableLike<T_658RefRecord>, org.jooq.Type<T_658RefRecord>

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

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.TableField<T_658RefRecord,String> REF_11
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_11] REFERENCES t_658_11 [public.t_658_11.id]
static org.jooq.TableField<T_658RefRecord,String> REF_12
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_12] REFERENCES t_658_12 [public.t_658_12.id]
static org.jooq.TableField<T_658RefRecord,Integer> REF_21
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_21] REFERENCES t_658_21 [public.t_658_21.id]
static org.jooq.TableField<T_658RefRecord,Integer> REF_22
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_22] REFERENCES t_658_22 [public.t_658_22.id]
static org.jooq.TableField<T_658RefRecord,Long> REF_31
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_31] REFERENCES t_658_31 [public.t_658_31.id]
static org.jooq.TableField<T_658RefRecord,Long> REF_32
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_32] REFERENCES t_658_32 [public.t_658_32.id]
static T_658Ref T_658_REF
          The singleton instance of t_658_ref
 
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)
           
 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)
           
 org.jooq.impl.FieldList getFields()
           
 int getIndex(org.jooq.Field<?> arg0)
           
 String getName()
           
 org.jooq.Param<?> getParam(String arg0)
           
 Map<String,org.jooq.Param<?>> getParams()
           
 Class<T_658RefRecord> getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<T_658RefRecord,?>> getReferences()
           
<O extends org.jooq.Record>
List<org.jooq.ForeignKey<R,O>>
getReferencesTo(org.jooq.Table<O> arg0)
           
 org.jooq.Schema getSchema()
           
 String getSQL()
           
<I> I
internalAPI(Class<I> arg0)
           
 org.jooq.impl.Pivot<Object> pivot(Collection<? extends org.jooq.Field<?>> arg0)
           
 org.jooq.impl.Pivot<Object> pivot(org.jooq.Field<?>... 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

T_658_REF

public static final T_658Ref T_658_REF
The singleton instance of t_658_ref


REF_11

public static final org.jooq.TableField<T_658RefRecord,String> REF_11
An uncommented item

 FOREIGN KEY [public.t_658_ref.ref_11]
 REFERENCES t_658_11 [public.t_658_11.id]
 


REF_21

public static final org.jooq.TableField<T_658RefRecord,Integer> REF_21
An uncommented item

 FOREIGN KEY [public.t_658_ref.ref_21]
 REFERENCES t_658_21 [public.t_658_21.id]
 


REF_31

public static final org.jooq.TableField<T_658RefRecord,Long> REF_31
An uncommented item

 FOREIGN KEY [public.t_658_ref.ref_31]
 REFERENCES t_658_31 [public.t_658_31.id]
 


REF_12

public static final org.jooq.TableField<T_658RefRecord,String> REF_12
An uncommented item

 FOREIGN KEY [public.t_658_ref.ref_12]
 REFERENCES t_658_12 [public.t_658_12.id]
 


REF_22

public static final org.jooq.TableField<T_658RefRecord,Integer> REF_22
An uncommented item

 FOREIGN KEY [public.t_658_ref.ref_22]
 REFERENCES t_658_22 [public.t_658_22.id]
 


REF_32

public static final org.jooq.TableField<T_658RefRecord,Long> REF_32
An uncommented item

 FOREIGN KEY [public.t_658_ref.ref_32]
 REFERENCES t_658_32 [public.t_658_32.id]
 

Method Detail

getRecordType

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

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

getReferences

public List<org.jooq.ForeignKey<T_658RefRecord,?>> getReferences()
Specified by:
getReferences in interface org.jooq.Table<T_658RefRecord>
Overrides:
getReferences in class org.jooq.impl.TableImpl<T_658RefRecord>

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.impl.Pivot<Object> pivot(org.jooq.Field<?>... arg0)
Specified by:
pivot in interface org.jooq.Table<R extends org.jooq.Record>

pivot

public final org.jooq.impl.Pivot<Object> pivot(Collection<? extends org.jooq.Field<?>> arg0)
Specified by:
pivot 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 <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

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.