Uses of Class
org.jooq.conf.MappedSchema
-
Packages that use MappedSchema Package Description org.jooq.conf -
-
Uses of MappedSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedSchema Modifier and Type Field Description protected List<MappedSchema>
MappedCatalog. schemata
protected List<MappedSchema>
RenderMapping. schemata
Methods in org.jooq.conf that return MappedSchema Modifier and Type Method Description MappedSchema
ObjectFactory. createMappedSchema()
Create an instance ofMappedSchema
MappedSchema
MappedSchema. withInput(String value)
The input schema name as defined inNamed.getName()
MappedSchema
MappedSchema. withInputExpression(Pattern value)
A regular expression matching the input schema name as defined inNamed.getName()
MappedSchema
MappedSchema. withOutput(String value)
The output schema as it will be rendered in SQL.MappedSchema
MappedSchema. withTables(Collection<MappedTable> values)
MappedSchema
MappedSchema. withTables(List<MappedTable> tables)
MappedSchema
MappedSchema. withTables(MappedTable... values)
Methods in org.jooq.conf that return types with arguments of type MappedSchema Modifier and Type Method Description List<MappedSchema>
MappedCatalog. getSchemata()
List<MappedSchema>
RenderMapping. getSchemata()
Methods in org.jooq.conf with parameters of type MappedSchema Modifier and Type Method Description MappedCatalog
MappedCatalog. withSchemata(MappedSchema... values)
RenderMapping
RenderMapping. withSchemata(MappedSchema... values)
Method parameters in org.jooq.conf with type arguments of type MappedSchema Modifier and Type Method Description void
MappedCatalog. setSchemata(List<MappedSchema> schemata)
void
RenderMapping. setSchemata(List<MappedSchema> schemata)
MappedCatalog
MappedCatalog. withSchemata(Collection<MappedSchema> values)
MappedCatalog
MappedCatalog. withSchemata(List<MappedSchema> schemata)
RenderMapping
RenderMapping. withSchemata(Collection<MappedSchema> values)
RenderMapping
RenderMapping. withSchemata(List<MappedSchema> schemata)
-