@Generated(value={"http://www.jooq.org","jOOQ version:3.6.0"}, comments="This class is generated by jOOQ") public class PgCatalog extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static PgCatalog |
PG_CATALOG
The reference instance of
pg_catalog |
| Modifier and Type | Method and Description |
|---|---|
protected DSLContext |
create() |
protected DSLContext |
create(Configuration arg0) |
protected DSLContext |
create(Context<?> arg0) |
List<Table<?>> |
getTables() |
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, equals, getName, getSequence, getSequences, getTable, getUDT, getUDTs, hashCodepublic static final PgCatalog PG_CATALOG
pg_catalogpublic final List<Table<?>> getTables()
getTables in interface SchemagetTables in class SchemaImplprotected final DSLContext create()
protected final DSLContext create(Configuration arg0)
protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2015. All Rights Reserved.