org.apache.ws.jaxme.sqls
Interface Constraint

All Known Subinterfaces:
BooleanConstraint, CombinedConstraint
All Known Implementing Classes:
BooleanConstraintImpl, CombinedConstraintImpl, ConstraintImpl

public interface Constraint

Interface of a constraint, used in a WHERE or ON condition.

Author:
Jochen Wiedmann

Method Summary
 ConstrainedStatement getConstrainedStatement()
          Returns the enclosing ConstrainedStatement.
 

Method Detail

getConstrainedStatement

ConstrainedStatement getConstrainedStatement()

Returns the enclosing ConstrainedStatement.