Uses of Package
net.java.ao.schema.ddl

Packages that use net.java.ao.schema.ddl
net.java.ao   
net.java.ao.db   
net.java.ao.schema   
net.java.ao.schema.ddl   
 

Classes in net.java.ao.schema.ddl used by net.java.ao
DDLAction
          Database-agnostic representation of any supported DDL action (usually one or two statements).
DDLField
          Database-agnostic representation of a field within a table containing all associated attributes such as type and constraints.
DDLForeignKey
          Database-agnostic representation of a foreign key constraint.
DDLIndex
          Database-agnostic reprensentation of a general field index statement (not related to full-text indexing).
DDLTable
          Database-agnostic representation of a table within the schema.
DDLValue
           
SQLAction
          An SQL statement representing some stage of schema modification.
 

Classes in net.java.ao.schema.ddl used by net.java.ao.db
DDLField
          Database-agnostic representation of a field within a table containing all associated attributes such as type and constraints.
DDLForeignKey
          Database-agnostic representation of a foreign key constraint.
DDLIndex
          Database-agnostic reprensentation of a general field index statement (not related to full-text indexing).
DDLTable
          Database-agnostic representation of a table within the schema.
SQLAction
          An SQL statement representing some stage of schema modification.
 

Classes in net.java.ao.schema.ddl used by net.java.ao.schema
DDLField
          Database-agnostic representation of a field within a table containing all associated attributes such as type and constraints.
 

Classes in net.java.ao.schema.ddl used by net.java.ao.schema.ddl
DDLAction
          Database-agnostic representation of any supported DDL action (usually one or two statements).
DDLActionType
          Specifies a specific DDL action type in a database-agnostic manner.
DDLField
          Database-agnostic representation of a field within a table containing all associated attributes such as type and constraints.
DDLForeignKey
          Database-agnostic representation of a foreign key constraint.
DDLIndex
          Database-agnostic reprensentation of a general field index statement (not related to full-text indexing).
DDLTable
          Database-agnostic representation of a table within the schema.
DDLValue
           
SQLAction
          An SQL statement representing some stage of schema modification.
 



Copyright © 2007-2012. All Rights Reserved.