Uses of Class
org.jooq.util.xml.jaxb.Schema
-
Uses of Schema in org.jooq.util.xml.jaxb
Modifier and TypeMethodDescriptionObjectFactory.createSchema()
Create an instance ofSchema
Schema.withCatalogName
(String value) Schema.withComment
(String value) Schema.withSchemaName
(String value) Modifier and TypeMethodDescriptionvoid
InformationSchema.setSchemata
(List<Schema> schemata) InformationSchema.withSchemata
(Collection<Schema> values) InformationSchema.withSchemata
(List<Schema> schemata)