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

Packages that use SqlmlComponent
net.sf.dewdrop.sqlml   
net.sf.dewdrop.sqlml.expr   
net.sf.dewdrop.sqlml.xml   
 

Uses of SqlmlComponent in net.sf.dewdrop.sqlml
 

Subclasses of SqlmlComponent 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 SchemaComponent
           
 class Sequence
           
 class Sqlml
          Object binding of the <sqlml> xml element.
 class Table
           
 class Unique
           
 class Value
           
 

Methods in net.sf.dewdrop.sqlml with parameters of type SqlmlComponent
 void Sqlml.add(SqlmlComponent c)
           
 

Uses of SqlmlComponent in net.sf.dewdrop.sqlml.expr
 

Subclasses of SqlmlComponent in net.sf.dewdrop.sqlml.expr
 class And
           
 class BooleanExpression
           
 class Eq
           
 class Expression
           
 class Gt
           
 class Gte
           
 class Lt
           
 class Lte
           
 class Neq
           
 class Or
           
 

Methods in net.sf.dewdrop.sqlml.expr that return SqlmlComponent
 SqlmlComponent BooleanExpression.getLeftHandSide()
           
 SqlmlComponent BooleanExpression.getRightHandSide()
           
 

Methods in net.sf.dewdrop.sqlml.expr with parameters of type SqlmlComponent
 void BooleanExpression.setLeftHandSide(SqlmlComponent lhs)
           
 void BooleanExpression.setRightHandSide(SqlmlComponent rhs)
           
 

Uses of SqlmlComponent in net.sf.dewdrop.sqlml.xml
 

Methods in net.sf.dewdrop.sqlml.xml that return SqlmlComponent
protected  SqlmlComponent SqlmlHandler.instantiateElement(String name)
           
 

Methods in net.sf.dewdrop.sqlml.xml with parameters of type SqlmlComponent
protected  void SqlmlHandler.setComponentAttributes(SqlmlComponent sc, Attributes atts)
           
protected  void SqlmlHandler.updateDurableReferences(SqlmlComponent sc)
          Updates all stateful reference components in this instance.
protected  void SqlmlHandler.validate(SqlmlComponent sc)
           
protected  void SqlmlHandler.associateParentWithChild(SqlmlComponent parent, SqlmlComponent child)