|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.impl.TableImpl<R>
org.jooq.impl.UpdatableTableImpl<XUnusedRecord>
org.jooq.util.maven.example.ase.tables.XUnused
@Generated(value={"http://www.jooq.org","2.0.2"},
comments="This class is generated by jOOQ")
public class XUnusedThis class is generated by jOOQ.
| Field Summary | |
|---|---|
org.jooq.TableField<XUnusedRecord,BigInteger> |
BIG_INTEGER
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
CLASS
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
CONFIGURATION
An uncommented item |
org.jooq.TableField<XUnusedRecord,BigDecimal> |
FIELD_737
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
FIELDS
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
ID
An uncommented item PRIMARY KEY |
org.jooq.TableField<XUnusedRecord,Integer> |
ID_REF
An uncommented item
FOREIGN KEY [dbo.x_unused.ID_REF, dbo.x_unused.NAME_REF]
REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
|
org.jooq.TableField<XUnusedRecord,Integer> |
META_DATA
An uncommented item |
org.jooq.TableField<XUnusedRecord,String> |
NAME
An uncommented item PRIMARY KEY |
org.jooq.TableField<XUnusedRecord,String> |
NAME_REF
An uncommented item
FOREIGN KEY [dbo.x_unused.ID_REF, dbo.x_unused.NAME_REF]
REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
|
org.jooq.TableField<XUnusedRecord,Integer> |
PRIMARY_KEY
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
PRIMARYKEY
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
TYPE0
An uncommented item |
org.jooq.TableField<XUnusedRecord,Integer> |
U_D_T
An uncommented item |
static XUnused |
X_UNUSED
The singleton instance of x_unused |
| Method Summary | ||
|---|---|---|
XUnused |
as(String alias)
|
|
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
|
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. |
|
|
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)
|
|
List<org.jooq.UniqueKey<XUnusedRecord>> |
getKeys()
|
|
org.jooq.UniqueKey<XUnusedRecord> |
getMainKey()
|
|
String |
getName()
|
|
org.jooq.Param<?> |
getParam(String arg0)
|
|
Map<String,org.jooq.Param<?>> |
getParams()
|
|
Class<XUnusedRecord> |
getRecordType()
The class holding records for this type |
|
List<org.jooq.ForeignKey<XUnusedRecord,?>> |
getReferences()
|
|
|
getReferencesTo(org.jooq.Table<O> arg0)
|
|
org.jooq.Schema |
getSchema()
|
|
String |
getSQL()
|
|
|
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.UpdatableTableImpl |
|---|
getReferencesFrom |
| Methods inherited from class org.jooq.impl.TableImpl |
|---|
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.Table |
|---|
getIdentity, getReferencesTo, pivot, pivot |
| Methods inherited from interface org.jooq.NamedQueryPart |
|---|
getName |
| Methods inherited from interface org.jooq.Attachable |
|---|
attach |
| 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 |
| Methods inherited from interface org.jooq.TableLike |
|---|
asTable, asTable |
| Field Detail |
|---|
public static final XUnused X_UNUSED
public final org.jooq.TableField<XUnusedRecord,Integer> ID
public final org.jooq.TableField<XUnusedRecord,String> NAME
public final org.jooq.TableField<XUnusedRecord,BigInteger> BIG_INTEGER
public final org.jooq.TableField<XUnusedRecord,Integer> ID_REF
FOREIGN KEY [dbo.x_unused.ID_REF, dbo.x_unused.NAME_REF]
REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
public final org.jooq.TableField<XUnusedRecord,String> NAME_REF
FOREIGN KEY [dbo.x_unused.ID_REF, dbo.x_unused.NAME_REF]
REFERENCES x_unused [dbo.x_unused.ID, dbo.x_unused.NAME]
public final org.jooq.TableField<XUnusedRecord,Integer> CLASS
public final org.jooq.TableField<XUnusedRecord,Integer> FIELDS
public final org.jooq.TableField<XUnusedRecord,Integer> CONFIGURATION
public final org.jooq.TableField<XUnusedRecord,Integer> U_D_T
public final org.jooq.TableField<XUnusedRecord,Integer> META_DATA
public final org.jooq.TableField<XUnusedRecord,Integer> TYPE0
public final org.jooq.TableField<XUnusedRecord,Integer> PRIMARY_KEY
public final org.jooq.TableField<XUnusedRecord,Integer> PRIMARYKEY
public final org.jooq.TableField<XUnusedRecord,BigDecimal> FIELD_737
| Method Detail |
|---|
public Class<XUnusedRecord> getRecordType()
getRecordType in interface org.jooq.Type<XUnusedRecord>getRecordType in class org.jooq.impl.TableImpl<XUnusedRecord>public org.jooq.UniqueKey<XUnusedRecord> getMainKey()
getMainKey in interface org.jooq.UpdatableTable<XUnusedRecord>getMainKey in class org.jooq.impl.UpdatableTableImpl<XUnusedRecord>public List<org.jooq.UniqueKey<XUnusedRecord>> getKeys()
getKeys in interface org.jooq.UpdatableTable<XUnusedRecord>getKeys in class org.jooq.impl.UpdatableTableImpl<XUnusedRecord>public List<org.jooq.ForeignKey<XUnusedRecord,?>> getReferences()
getReferences in interface org.jooq.Table<XUnusedRecord>getReferences in class org.jooq.impl.TableImpl<XUnusedRecord>public XUnused as(String alias)
as in interface org.jooq.AliasProvider<org.jooq.Table<XUnusedRecord>>as in class org.jooq.impl.TableImpl<XUnusedRecord>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>
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)
public final org.jooq.impl.Pivot<Object> pivot(org.jooq.Field<?>... arg0)
pivot in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.impl.Pivot<Object> pivot(Collection<? extends org.jooq.Field<?>> arg0)
pivot in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.impl.FieldList getFields()
getFields in interface org.jooq.FieldProviderpublic final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(String arg0)
getField in interface org.jooq.FieldProviderpublic 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.FieldProviderIllegalArgumentExceptionpublic final List<org.jooq.Attachable> getAttachables()
getAttachables in interface org.jooq.AttachableInternalpublic final org.jooq.Schema getSchema()
getSchema in interface org.jooq.SchemaProviderpublic final String getName()
getName in interface org.jooq.NamedQueryPartpublic final int compareTo(org.jooq.NamedQueryPart arg0)
compareTo in interface Comparable<org.jooq.NamedQueryPart>public final <I> I internalAPI(Class<I> arg0)
internalAPI in interface org.jooq.Adapterpublic final org.jooq.Configuration getConfiguration()
getConfiguration in interface org.jooq.AttachableInternal@Deprecated public final org.jooq.SQLDialect getDialect()
getDialect in interface org.jooq.QueryPartInternalpublic final String getSQL()
getSQL in interface org.jooq.QueryPartInternalpublic final List<Object> getBindValues()
getBindValues in interface org.jooq.QueryPartInternalpublic final Map<String,org.jooq.Param<?>> getParams()
getParams in interface org.jooq.QueryPartInternalpublic final org.jooq.Param<?> getParam(String arg0)
getParam in interface org.jooq.QueryPartInternalprotected 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()
protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0,
String arg1,
SQLException arg2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||