Uses of Class
org.jooq.util.xml.jaxb.Table
-
Packages that use Table Package Description org.jooq.util.xml.jaxb -
-
Uses of Table in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Table Modifier and Type Field Description protected List<Table>
InformationSchema. tables
Methods in org.jooq.util.xml.jaxb that return Table Modifier and Type Method Description Table
ObjectFactory. createTable()
Create an instance ofTable
Table
Table. withComment(String value)
Table
Table. withTableCatalog(String value)
Table
Table. withTableName(String value)
Table
Table. withTableSchema(String value)
Table
Table. withTableType(TableType value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Table Modifier and Type Method Description List<Table>
InformationSchema. getTables()
Methods in org.jooq.util.xml.jaxb with parameters of type Table Modifier and Type Method Description InformationSchema
InformationSchema. withTables(Table... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Table Modifier and Type Method Description void
InformationSchema. setTables(List<Table> tables)
InformationSchema
InformationSchema. withTables(Collection<Table> values)
InformationSchema
InformationSchema. withTables(List<Table> tables)
-