Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
org.jooq.util.xml.jaxb |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
DSLContext.informationSchema(Catalog... catalogs)
Export a set of catalogs to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Catalog catalog)
Export a catalog to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Schema... schemas)
Export a set of schemas to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Schema schema)
Export a schema to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Table<?>... table)
Export a set of tables to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Table<?> table)
Export a table to the
InformationSchema format. |
Modifier and Type | Method and Description |
---|---|
Meta |
DSLContext.meta(InformationSchema schema)
Access the databse meta data from its serialised form.
|
Modifier and Type | Method and Description |
---|---|
InformationSchema |
DefaultDSLContext.informationSchema(Catalog... catalogs) |
InformationSchema |
DefaultDSLContext.informationSchema(Catalog catalog) |
InformationSchema |
DefaultDSLContext.informationSchema(Schema... schemas) |
InformationSchema |
DefaultDSLContext.informationSchema(Schema schema) |
InformationSchema |
DefaultDSLContext.informationSchema(Table<?>... tables) |
InformationSchema |
DefaultDSLContext.informationSchema(Table<?> table) |
Modifier and Type | Method and Description |
---|---|
Meta |
DefaultDSLContext.meta(InformationSchema schema) |
Copyright © 2017. All Rights Reserved.