Uses of Class
org.jooq.meta.jaxb.SchemaMappingType
-
Packages that use SchemaMappingType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SchemaMappingType in org.jooq.meta
Method parameters in org.jooq.meta with type arguments of type SchemaMappingType Modifier and Type Method Description voidAbstractDatabase. setConfiguredSchemata(List<SchemaMappingType> schemata)voidDatabase. setConfiguredSchemata(List<SchemaMappingType> schemata)The input and output schemata. -
Uses of SchemaMappingType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SchemaMappingType Modifier and Type Field Description protected List<SchemaMappingType>CatalogMappingType. schemataprotected List<SchemaMappingType>Database. schemataMethods in org.jooq.meta.jaxb that return SchemaMappingType Modifier and Type Method Description SchemaMappingTypeObjectFactory. createSchemaMappingType()Create an instance ofSchemaMappingTypeSchemaMappingTypeSchemaMappingType. withInputSchema(String value)See alsoDatabase.getInputSchema()SchemaMappingTypeSchemaMappingType. withOutputSchema(String value)See alsoDatabase.getOutputSchema()SchemaMappingTypeSchemaMappingType. withOutputSchemaToDefault(Boolean value)Methods in org.jooq.meta.jaxb that return types with arguments of type SchemaMappingType Modifier and Type Method Description List<SchemaMappingType>CatalogMappingType. getSchemata()List<SchemaMappingType>Database. getSchemata()Methods in org.jooq.meta.jaxb with parameters of type SchemaMappingType Modifier and Type Method Description CatalogMappingTypeCatalogMappingType. withSchemata(SchemaMappingType... values)DatabaseDatabase. withSchemata(SchemaMappingType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SchemaMappingType Modifier and Type Method Description voidCatalogMappingType. setSchemata(List<SchemaMappingType> schemata)voidDatabase. setSchemata(List<SchemaMappingType> schemata)CatalogMappingTypeCatalogMappingType. withSchemata(Collection<SchemaMappingType> values)CatalogMappingTypeCatalogMappingType. withSchemata(List<SchemaMappingType> schemata)DatabaseDatabase. withSchemata(Collection<SchemaMappingType> values)DatabaseDatabase. withSchemata(List<SchemaMappingType> schemata)
-