org.apache.ws.jaxme.sqls

Interface Constraint

Known Subinterfaces:
BooleanConstraint, CombinedConstraint
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 Details

getConstrainedStatement

public ConstrainedStatement getConstrainedStatement()
Returns the enclosing ConstrainedStatement.