Uses of Class
org.jooq.util.xml.jaxb.InformationSchema
- 
Packages that use InformationSchema Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.util.xml.jaxb 
- 
- 
Uses of InformationSchema in org.jooqMethods in org.jooq that return InformationSchema Modifier and Type Method Description InformationSchemaDSLContext. informationSchema(Catalog catalog)Export a catalog to theInformationSchemaformat.InformationSchemaDSLContext. informationSchema(Catalog... catalogs)Export a set of catalogs to theInformationSchemaformat.InformationSchemaDSLContext. informationSchema(Schema schema)Export a schema to theInformationSchemaformat.InformationSchemaDSLContext. informationSchema(Schema... schemas)Export a set of schemas to theInformationSchemaformat.InformationSchemaDSLContext. informationSchema(Table<?> table)Export a table to theInformationSchemaformat.InformationSchemaDSLContext. informationSchema(Table<?>... table)Export a set of tables to theInformationSchemaformat.Methods in org.jooq with parameters of type InformationSchema Modifier and Type Method Description MetaDSLContext. meta(InformationSchema schema)Access the database meta data from an explicit JAXB-annotated meta model.
- 
Uses of InformationSchema in org.jooq.implMethods in org.jooq.impl that return InformationSchema Modifier and Type Method Description InformationSchemaDefaultDSLContext. informationSchema(Catalog catalog)InformationSchemaDefaultDSLContext. informationSchema(Catalog... catalogs)InformationSchemaDefaultDSLContext. informationSchema(Schema schema)InformationSchemaDefaultDSLContext. informationSchema(Schema... schemas)InformationSchemaDefaultDSLContext. informationSchema(Table<?> table)InformationSchemaDefaultDSLContext. informationSchema(Table<?>... tables)Methods in org.jooq.impl with parameters of type InformationSchema Modifier and Type Method Description MetaDefaultDSLContext. 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
 
-