org.jooq.util.maven.example.mysql
Class Test2
java.lang.Object
org.jooq.impl.SchemaImpl
org.jooq.util.maven.example.mysql.Test2
- All Implemented Interfaces:
- Serializable, Comparable<org.jooq.NamedQueryPart>, org.jooq.Adapter, org.jooq.Attachable, org.jooq.AttachableInternal, org.jooq.NamedQueryPart, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.Schema
public class Test2
- extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.
- See Also:
- Serialized Form
|
Field Summary |
static Test2 |
TEST2
The singleton instance of test2 |
| Methods inherited from class org.jooq.impl.SchemaImpl |
addMapping, bind, getAttachables, getSequence, getSequences, getTable, getTypeMapping, getUDT, getUDTs, toSQL |
| Methods inherited from interface org.jooq.NamedQueryPart |
getName |
| Methods inherited from interface org.jooq.Adapter |
internalAPI |
TEST2
public static final Test2 TEST2
- The singleton instance of test2
getTables
public final List<org.jooq.Table<?>> getTables()
- Specified by:
getTables in interface org.jooq.Schema- Overrides:
getTables in class org.jooq.impl.SchemaImpl
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
@Deprecated
protected final org.jooq.exception.DataAccessException translate(String arg0,
String arg1,
SQLException arg2)
- Deprecated.
translate
protected final org.jooq.exception.DataAccessException translate(String arg0,
SQLException arg1)
Copyright © 2012. All Rights Reserved.