Uses of Class
net.ontopia.persistence.rdbms.Table
Packages that use Table
-
Uses of Table in net.ontopia.persistence.rdbms
Fields in net.ontopia.persistence.rdbms with type parameters of type TableMethods in net.ontopia.persistence.rdbms that return TableModifier and TypeMethodDescriptionProject.getTableByName(String name) INTERNAL: Gets a table definition by name.Methods in net.ontopia.persistence.rdbms that return types with arguments of type TableModifier and TypeMethodDescriptionProject.getTables()INTERNAL: Gets all the tables in the database schema.Methods in net.ontopia.persistence.rdbms with parameters of type TableModifier and TypeMethodDescriptionINTERNAL: Generate the DDL statement(s) to add foreigns keys for the specified column.GenericSQLProducer.addPrimaryKeys(Table table, List<String> statements) INTERNAL: Generate the DDL statement(s) to add primary keys for the specified table.voidINTERNAL: Adds the table to the database schema.GenericSQLProducer.createIndexes(Table table, List<String> statements) INTERNAL: Generate the DDL statement(s) to create indexes for the specified table.MySqlSQLProducer.createIndexes(Table table, List<String> statements) INTERNAL: Generate the DDL statement(s) to create indexes for the specified table.GenericSQLProducer.createStatement(Table table, List<String> statements) INTERNAL: Generate the DDL statement(s) to create the specified table.MySqlSQLProducer.createStatement(Table table, List<String> statements) INTERNAL: Generate the DDL statement(s) to drop foreigns keys for the specified column.GenericSQLProducer.dropStatement(Table table, List<String> statements) INTERNAL: Generate the DDL statement(s) to drop the specified table.OracleSQLProducer.dropStatement(Table table, List<String> statements) PostgreSQLProducer.dropStatement(Table table, List<String> statements) protected StringDB2SQLProducer.getPrimaryKeyName(Table table) protected StringGenericSQLProducer.getPrimaryKeyName(Table table) voidProject.removeTable(Table table) INTERNAL: Removes the table from the database schema.