Package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model
package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model
This package contains the classes making up the database 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.Represents the different categories of jdbc types.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.