@Generated(value={"http://www.jooq.org","2.6.1"}, comments="This class is generated by jOOQ") public class Public extends org.jooq.impl.SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static Public |
PUBLIC
The singleton instance of PUBLIC
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.jooq.NamedQueryPart arg0) |
protected org.jooq.impl.Factory |
create() |
protected org.jooq.impl.Factory |
create(org.jooq.Configuration arg0) |
List<Object> |
getBindValues() |
org.jooq.SQLDialect |
getDialect()
Deprecated.
|
String |
getName() |
org.jooq.Param<?> |
getParam(String arg0) |
Map<String,org.jooq.Param<?>> |
getParams() |
List<org.jooq.Sequence<?>> |
getSequences() |
String |
getSQL() |
String |
getSQL(boolean arg0) |
List<org.jooq.Table<?>> |
getTables() |
<I> I |
internalAPI(Class<I> arg0) |
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
protected org.jooq.exception.DataAccessException |
translate(String arg0,
String arg1,
SQLException arg2)
Deprecated.
|
addMapping, bind, getSequence, getTable, getTypeMapping, getUDT, getUDTs, toSQLclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic static final Public PUBLIC
public final List<org.jooq.Sequence<?>> getSequences()
getSequences in interface org.jooq.SchemagetSequences in class org.jooq.impl.SchemaImplpublic final List<org.jooq.Table<?>> getTables()
getTables in interface org.jooq.SchemagetTables in class org.jooq.impl.SchemaImplpublic 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.Adapter@Deprecated public final org.jooq.SQLDialect getDialect()
getDialect in interface org.jooq.QueryPartInternalpublic final String getSQL()
getSQL in interface org.jooq.QueryPartInternalpublic final String getSQL(boolean arg0)
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 org.jooq.impl.Factory create()
protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)
@Deprecated protected final org.jooq.exception.DataAccessException translate(String arg0, String arg1, SQLException arg2)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2012. All Rights Reserved.