Uses of Class
net.ontopia.persistence.rdbms.Column
Packages that use Column
-
Uses of Column in net.ontopia.persistence.rdbms
Fields in net.ontopia.persistence.rdbms with type parameters of type ColumnMethods in net.ontopia.persistence.rdbms that return ColumnModifier and TypeMethodDescriptionTable.getColumnByName(String name) INTERNAL: Gets a column by name.Methods in net.ontopia.persistence.rdbms that return types with arguments of type ColumnModifier and TypeMethodDescriptionTable.getColumns()INTERNAL: Gets all the columns in the table.Methods in net.ontopia.persistence.rdbms with parameters of type ColumnModifier and TypeMethodDescriptionvoidINTERNAL: Adds the column to the table definition.INTERNAL: Generate the DDL statement(s) to add foreigns keys for the specified column.INTERNAL: Generate the DDL statement(s) to drop foreigns keys for the specified column.voidTable.removeColumn(Column column) INTERNAL: Removes the column from the table definition.