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