Uses of Class
net.sf.dewdrop.sqlml.SchemaComponent

Packages that use SchemaComponent
net.sf.dewdrop.sqlml   
 

Uses of SchemaComponent in net.sf.dewdrop.sqlml
 

Subclasses of SchemaComponent in net.sf.dewdrop.sqlml
 class Check
           
 class Column
           
 class Constraint
          Abstract class for any database component that contains a list of Ref elements.
 class Description
           
 class ForeignKey
           
 class Index
           
 class Native
           
 class NotNull
           
 class PrimaryKey
           
 class Ref
           
 class Schema
           
 class Sequence
           
 class Table
           
 class Unique
           
 

Methods in net.sf.dewdrop.sqlml with parameters of type SchemaComponent
 void Schema.add(SchemaComponent sc)
          Adds a SchemaComponent object to the list of total SchemaComponents that define this schema.