org.apache.ws.jaxme.sqls.impl
Class ConstrainedStatementImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.StatementImpl
      extended by org.apache.ws.jaxme.sqls.impl.ConstrainedStatementImpl
All Implemented Interfaces:
ConstrainedStatement, Statement
Direct Known Subclasses:
DeleteStatementImpl, SelectStatementImpl

public abstract class ConstrainedStatementImpl
extends StatementImpl
implements ConstrainedStatement

Author:
Jochen Wiedmann

Constructor Summary
protected ConstrainedStatementImpl(SQLFactory pFactory)
           
 
Method Summary
 CombinedConstraint getWhere()
          Returns a combined constraint with CombinedConstraint.getType() == CombinedConstraint.Type.AND.
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.StatementImpl
createFunction, getSQLFactory, getTableReference, newCase, newTableReference, setTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.Statement
createFunction, getSQLFactory, getTableReference, newCase, setTable
 

Constructor Detail

ConstrainedStatementImpl

protected ConstrainedStatementImpl(SQLFactory pFactory)
Method Detail

getWhere

public CombinedConstraint getWhere()
Description copied from interface: ConstrainedStatement

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

Specified by:
getWhere in interface ConstrainedStatement