Package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform
package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform
This package contains the platform implementations for the individual databases.
These are usually not used directly but rather created via the
org.apache.ddlutils.PlatformFactory
class and used through their base
interface org.apache.ddlutils.Platform
.
-
ClassDescriptionContains parameters used in the table creation.Wrapper class for database meta data that stores additional info.Helper class for dealing with default values, e.g.An utility class to create a Database model from a live database.Describes a column in a metadata result set.This is an iterator that is specifically targeted at traversing result sets.Base class for platform implementations.This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.