Uses of Class
net.odoframework.sql.util.schema.Table
| Package | Description |
|---|---|
| net.odoframework.sql.util.schema |
-
Uses of Table in net.odoframework.sql.util.schema
Methods in net.odoframework.sql.util.schema that return Table Modifier and Type Method Description Table<T>Table. addRelationship(Relation<T,?> relation)Table<T>TableBuilder. build()<K, Z> Table<T>Table. column(Column<T,K,Z> column)<T> Table<T>Schema. getByType(Class<T> type)<T> Table<T>Schema. getTable(String name)Methods in net.odoframework.sql.util.schema that return types with arguments of type Table Modifier and Type Method Description <T> Optional<Table<T>>Schema. getDefn(Class<T> type)protected Map<String,Table>Schema. getTables()Methods in net.odoframework.sql.util.schema with parameters of type Table Modifier and Type Method Description SchemaSchema. add(Table<?> table)