org.apache.ws.jaxme.sqls
Interface ConstrainedStatement

All Superinterfaces:
Statement
All Known Subinterfaces:
DeleteStatement, OraSelectStatement, SelectStatement, UpdateStatement
All 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 Detail

getWhere

CombinedConstraint getWhere()

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