Uses of Interface
net.sf.jaxme.sqls.ConstrainedStatement

Packages that use ConstrainedStatement
net.sf.jaxme.sqls   
net.sf.jaxme.sqls.impl   
 

Uses of ConstrainedStatement in net.sf.jaxme.sqls
 

Subinterfaces of ConstrainedStatement in net.sf.jaxme.sqls
 interface DeleteStatement
           
 interface SelectStatement
          Interface of a SELECT statement.
 interface UpdateStatement
          Interface of an update statement.
 

Methods in net.sf.jaxme.sqls that return ConstrainedStatement
 ConstrainedStatement Constraint.getConstrainedStatement()
          Returns the enclosing ConstrainedStatement.
 

Uses of ConstrainedStatement in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement ConstrainedStatement
 class ConstrainedStatementImpl
           
 class DeleteStatementImpl
           
 class SelectStatementImpl
           
 class UpdateStatementImpl
           
 

Methods in net.sf.jaxme.sqls.impl that return ConstrainedStatement
 ConstrainedStatement ConstraintImpl.getConstrainedStatement()
           
 

Constructors in net.sf.jaxme.sqls.impl with parameters of type ConstrainedStatement
ConstraintImpl(ConstrainedStatement pStatement)
          Creates a new instance of ConstraintImpl.
CombinedConstraintImpl(ConstrainedStatement pConstrainedStatement, CombinedConstraint.Type pType)