Uses of Class
org.jooq.util.xml.jaxb.InformationSchema
-
Packages that use InformationSchema Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.util.xml.jaxb -
-
Uses of InformationSchema in org.jooq
Methods in org.jooq that return InformationSchema Modifier and Type Method Description InformationSchema
DSLContext. informationSchema(Catalog catalog)
Export a catalog to theInformationSchema
format.InformationSchema
DSLContext. informationSchema(Catalog... catalogs)
Export a set of catalogs to theInformationSchema
format.InformationSchema
DSLContext. informationSchema(Schema schema)
Export a schema to theInformationSchema
format.InformationSchema
DSLContext. informationSchema(Schema... schemas)
Export a set of schemas to theInformationSchema
format.InformationSchema
DSLContext. informationSchema(Table<?> table)
Export a table to theInformationSchema
format.InformationSchema
DSLContext. informationSchema(Table<?>... table)
Export a set of tables to theInformationSchema
format.Methods in org.jooq with parameters of type InformationSchema Modifier and Type Method Description Meta
DSLContext. meta(InformationSchema schema)
Access the database meta data from an explicit JAXB-annotated meta model. -
Uses of InformationSchema in org.jooq.impl
Methods in org.jooq.impl that return InformationSchema Modifier and Type Method Description InformationSchema
DefaultDSLContext. informationSchema(Catalog catalog)
InformationSchema
DefaultDSLContext. informationSchema(Catalog... catalogs)
InformationSchema
DefaultDSLContext. informationSchema(Schema schema)
InformationSchema
DefaultDSLContext. informationSchema(Schema... schemas)
InformationSchema
DefaultDSLContext. informationSchema(Table<?> table)
InformationSchema
DefaultDSLContext. informationSchema(Table<?>... tables)
Methods in org.jooq.impl with parameters of type InformationSchema Modifier and Type Method Description Meta
DefaultDSLContext. meta(InformationSchema schema)
Constructors in org.jooq.impl with parameters of type InformationSchema Constructor Description InformationSchemaMetaProvider(Configuration configuration, InformationSchema schema)
-
Uses of InformationSchema in org.jooq.util.xml.jaxb
-