@Generated(value={"http://www.jooq.org","3.2.0"}, 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 |
|---|---|
protected org.jooq.DSLContext |
create() |
protected org.jooq.DSLContext |
create(org.jooq.BindContext arg0) |
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0) |
protected org.jooq.DSLContext |
create(org.jooq.RenderContext arg0) |
List<org.jooq.Sequence<?>> |
getSequences() |
List<org.jooq.Table<?>> |
getTables() |
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
public static final Public PUBLIC
PUBLICpublic 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.SchemaImplprotected final org.jooq.DSLContext create()
protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
protected final org.jooq.DSLContext create(org.jooq.RenderContext arg0)
protected final org.jooq.DSLContext create(org.jooq.BindContext arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2014. All Rights Reserved.