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.jooq
Methods 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.impl
Methods 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
Methods in org.jooq.util.xml.jaxb that return InformationSchema Modifier and Type Method Description InformationSchemaObjectFactory. createInformationSchema()Create an instance ofInformationSchemaInformationSchemaInformationSchema. withCatalogs(java.util.Collection<Catalog> values)InformationSchemaInformationSchema. withCatalogs(java.util.List<Catalog> catalogs)InformationSchemaInformationSchema. withCatalogs(Catalog... values)InformationSchemaInformationSchema. withColumns(java.util.Collection<Column> values)InformationSchemaInformationSchema. withColumns(java.util.List<Column> columns)InformationSchemaInformationSchema. withColumns(Column... values)InformationSchemaInformationSchema. withElementTypes(java.util.Collection<ElementType> values)InformationSchemaInformationSchema. withElementTypes(java.util.List<ElementType> elementTypes)InformationSchemaInformationSchema. withElementTypes(ElementType... values)InformationSchemaInformationSchema. withIndexColumnUsages(java.util.Collection<IndexColumnUsage> values)InformationSchemaInformationSchema. withIndexColumnUsages(java.util.List<IndexColumnUsage> indexColumnUsages)InformationSchemaInformationSchema. withIndexColumnUsages(IndexColumnUsage... values)InformationSchemaInformationSchema. withIndexes(java.util.Collection<Index> values)InformationSchemaInformationSchema. withIndexes(java.util.List<Index> indexes)InformationSchemaInformationSchema. withIndexes(Index... values)InformationSchemaInformationSchema. withKeyColumnUsages(java.util.Collection<KeyColumnUsage> values)InformationSchemaInformationSchema. withKeyColumnUsages(java.util.List<KeyColumnUsage> keyColumnUsages)InformationSchemaInformationSchema. withKeyColumnUsages(KeyColumnUsage... values)InformationSchemaInformationSchema. withParameters(java.util.Collection<Parameter> values)InformationSchemaInformationSchema. withParameters(java.util.List<Parameter> parameters)InformationSchemaInformationSchema. withParameters(Parameter... values)InformationSchemaInformationSchema. withReferentialConstraints(java.util.Collection<ReferentialConstraint> values)InformationSchemaInformationSchema. withReferentialConstraints(java.util.List<ReferentialConstraint> referentialConstraints)InformationSchemaInformationSchema. withReferentialConstraints(ReferentialConstraint... values)InformationSchemaInformationSchema. withRoutines(java.util.Collection<Routine> values)InformationSchemaInformationSchema. withRoutines(java.util.List<Routine> routines)InformationSchemaInformationSchema. withRoutines(Routine... values)InformationSchemaInformationSchema. withSchemata(java.util.Collection<Schema> values)InformationSchemaInformationSchema. withSchemata(java.util.List<Schema> schemata)InformationSchemaInformationSchema. withSchemata(Schema... values)InformationSchemaInformationSchema. withSequences(java.util.Collection<Sequence> values)InformationSchemaInformationSchema. withSequences(java.util.List<Sequence> sequences)InformationSchemaInformationSchema. withSequences(Sequence... values)InformationSchemaInformationSchema. withTableConstraints(java.util.Collection<TableConstraint> values)InformationSchemaInformationSchema. withTableConstraints(java.util.List<TableConstraint> tableConstraints)InformationSchemaInformationSchema. withTableConstraints(TableConstraint... values)InformationSchemaInformationSchema. withTables(java.util.Collection<Table> values)InformationSchemaInformationSchema. withTables(java.util.List<Table> tables)InformationSchemaInformationSchema. withTables(Table... values)
-