Uses of Class
net.sf.jso.sql.ConstraintDescriptor

Packages that use ConstraintDescriptor
net.sf.jso.sql   
 

Uses of ConstraintDescriptor in net.sf.jso.sql
 

Methods in net.sf.jso.sql with parameters of type ConstraintDescriptor
 void TableDescriptor.addConstraint(ConstraintDescriptor aConstraint)
          Adds a constraint to the table.
 void TableDescriptor.removeConstraint(ConstraintDescriptor aConstraint)
          Removes a constraint from the table.