org.apache.ws.jaxme.sqls

Interface ConstrainedStatement

public interface ConstrainedStatement extends Statement

Interface of a Statement supporting a WHERE clause.

Author: Jochen Wiedmann

Method Summary
CombinedConstraintgetWhere()

Returns a combined constraint with getType == AND.

Method Detail

getWhere

public CombinedConstraint getWhere()

Returns a combined constraint with getType == AND.