org.apache.ws.jaxme.sqls

Interface Constraint

public interface Constraint

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

Author: Jochen Wiedmann

Method Summary
ConstrainedStatementgetConstrainedStatement()

Returns the enclosing {@link ConstrainedStatement}.

Method Detail

getConstrainedStatement

public ConstrainedStatement getConstrainedStatement()

Returns the enclosing {@link ConstrainedStatement}.