Uses of Class
org.jooq.util.xml.jaxb.Table
-
Uses of Table in org.jooq.util.xml.jaxb
Modifier and TypeMethodDescriptionObjectFactory.createTable()
Create an instance ofTable
Table.withComment
(String value) Table.withTableCatalog
(String value) Table.withTableName
(String value) Table.withTableSchema
(String value) Table.withTableType
(TableType value) Modifier and TypeMethodDescriptionvoid
InformationSchema.withTables
(Collection<Table> values) InformationSchema.withTables
(List<Table> tables)