org.apache.ws.jaxme.sqls

Interface ConstrainedStatement

public interface ConstrainedStatement extends Statement

Interface of a {@link org.apache.ws.jaxme.sqls.Statement} supporting a WHERE clause.

Author: Jochen Wiedmann

Method Summary
CombinedConstraintgetWhere()

Returns a combined constraint with {@link CombinedConstraint#getType()} == {@link org.apache.ws.jaxme.sqls.CombinedConstraint.Type#AND}.

Method Detail

getWhere

public CombinedConstraint getWhere()

Returns a combined constraint with {@link CombinedConstraint#getType()} == {@link org.apache.ws.jaxme.sqls.CombinedConstraint.Type#AND}.