org.apache.ws.jaxme.sqls

Interface ConstrainedStatement

All Superinterfaces:
Statement
Known Subinterfaces:
DeleteStatement, OraSelectStatement, SelectStatement, UpdateStatement
Known Implementing Classes:
ConstrainedStatementImpl, DeleteStatementImpl, OraSelectStatementImpl, SelectStatementImpl, UpdateStatementImpl

public interface ConstrainedStatement
extends Statement

Interface of a Statement supporting a WHERE clause.
Author:
Jochen Wiedmann

Method Summary

CombinedConstraint
getWhere()
Returns a combined constraint with CombinedConstraint.getType() == CombinedConstraint.Type.AND.

Methods inherited from interface org.apache.ws.jaxme.sqls.Statement

createFunction, getSQLFactory, getTableReference, newCase, setTable

Method Details

getWhere

public CombinedConstraint getWhere()
Returns a combined constraint with CombinedConstraint.getType() == CombinedConstraint.Type.AND.