Uses of Class
org.jooq.util.xml.jaxb.Schema
Packages that use Schema
-
Uses of Schema in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type SchemaMethods in org.jooq.util.xml.jaxb that return SchemaModifier and TypeMethodDescriptionObjectFactory.createSchema()
Create an instance ofSchema
Schema.withCatalogName
(String value) Schema.withComment
(String value) Schema.withSchemaName
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type SchemaMethods in org.jooq.util.xml.jaxb with parameters of type SchemaMethod parameters in org.jooq.util.xml.jaxb with type arguments of type SchemaModifier and TypeMethodDescriptionvoid
InformationSchema.setSchemata
(List<Schema> schemata) InformationSchema.withSchemata
(Collection<Schema> values) InformationSchema.withSchemata
(List<Schema> schemata)