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. schemataMethods in org.jooq.util.xml.jaxb that return Schema Modifier and Type Method Description SchemaObjectFactory. createSchema()Create an instance ofSchemaSchemaSchema. withCatalogName(String value)SchemaSchema. withComment(String value)SchemaSchema. 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 InformationSchemaInformationSchema. withSchemata(Schema... values)Method parameters in org.jooq.util.xml.jaxb with type arguments of type Schema Modifier and Type Method Description voidInformationSchema. setSchemata(List<Schema> schemata)InformationSchemaInformationSchema. withSchemata(Collection<Schema> values)InformationSchemaInformationSchema. withSchemata(List<Schema> schemata)
-