Uses of Class
org.jooq.util.xml.jaxb.Schema
-
Packages that use Schema Package Description org.jooq.util.xml.jaxb -
-
Uses of Schema in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Schema Modifier and Type Field Description protected List<Schema>
InformationSchema. schemata
Methods in org.jooq.util.xml.jaxb that return Schema Modifier and Type Method Description Schema
ObjectFactory. createSchema()
Create an instance ofSchema
Schema
Schema. withCatalogName(String value)
Schema
Schema. withComment(String value)
Schema
Schema. withSchemaName(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Schema Modifier and Type Method Description List<Schema>
InformationSchema. getSchemata()
Methods in org.jooq.util.xml.jaxb with parameters of type Schema Modifier and Type Method Description InformationSchema
InformationSchema. withSchemata(Schema... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Schema Modifier and Type Method Description void
InformationSchema. setSchemata(List<Schema> schemata)
InformationSchema
InformationSchema. withSchemata(Collection<Schema> values)
InformationSchema
InformationSchema. withSchemata(List<Schema> schemata)
-