Uses of Class
org.jooq.meta.jaxb.SchemaMappingType
Packages that use SchemaMappingType
-
Uses of SchemaMappingType in org.jooq.meta
Method parameters in org.jooq.meta with type arguments of type SchemaMappingTypeModifier and TypeMethodDescriptionfinal 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 SchemaMappingTypeModifier and TypeFieldDescriptionprotected List<SchemaMappingType>CatalogMappingType.schemataprotected List<SchemaMappingType>Database.schemataMethods in org.jooq.meta.jaxb that return SchemaMappingTypeModifier and TypeMethodDescriptionObjectFactory.createSchemaMappingType()Create an instance ofSchemaMappingTypeSchemaMappingType.withInputSchema(String value) See alsoDatabase.getInputSchema()SchemaMappingType.withOutputSchema(String value) See alsoDatabase.getOutputSchema()SchemaMappingType.withOutputSchemaToDefault(Boolean value) See alsoDatabase.isOutputSchemaToDefault()Methods in org.jooq.meta.jaxb that return types with arguments of type SchemaMappingTypeMethods in org.jooq.meta.jaxb with parameters of type SchemaMappingTypeModifier and TypeMethodDescriptionCatalogMappingType.withSchemata(SchemaMappingType... values) Database.withSchemata(SchemaMappingType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SchemaMappingTypeModifier and TypeMethodDescriptionvoidCatalogMappingType.setSchemata(List<SchemaMappingType> schemata) voidDatabase.setSchemata(List<SchemaMappingType> schemata) CatalogMappingType.withSchemata(Collection<SchemaMappingType> values) CatalogMappingType.withSchemata(List<SchemaMappingType> schemata) Database.withSchemata(Collection<SchemaMappingType> values) Database.withSchemata(List<SchemaMappingType> schemata)