Package org.jumpmind.db.model
package org.jumpmind.db.model
-
ClassDescriptionRepresents a column in the database model.Represents the database model, ie.Represents a database foreign key.Represents an index definition for a table which may be either unique or non-unique.Represents a column of an index in the database model.Base class for indices.Indicates a model error.Represents an index definition for a table.Represents a reference between a column in the local table and a column in another table.Represents a table in the database model.A class that maps SQL type names to their JDBC type ID found in
Types
and vice versa.Provides compatibility with Torque-style xml with separate <index> and <unique> tags, but adds no functionality.