net.sf.jaxme.sqls.impl
Class UpdateStatementImpl

java.lang.Object
  extended bynet.sf.jaxme.sqls.impl.StatementImpl
      extended bynet.sf.jaxme.sqls.impl.SetStatementImpl
          extended bynet.sf.jaxme.sqls.impl.UpdateStatementImpl
All Implemented Interfaces:
ConstrainedStatement, SetStatement, Statement, UpdateStatement

public class UpdateStatementImpl
extends SetStatementImpl
implements UpdateStatement

Author:
Jochen Wiedmann

Nested Class Summary
 
Nested classes inherited from class net.sf.jaxme.sqls.impl.SetStatementImpl
SetStatementImpl.SetValueImpl
 
Nested classes inherited from class net.sf.jaxme.sqls.SetStatement
SetStatement.SetValue
 
Constructor Summary
UpdateStatementImpl(SQLFactory pFactory)
           
 
Method Summary
 CombinedConstraint getWhere()
          Returns a combined constraint with CombinedConstraint.getType() == CombinedConstraint.Type.AND.
 
Methods inherited from class net.sf.jaxme.sqls.impl.SetStatementImpl
addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSetDate, addSetDate, addSetDate, addSetDateTime, addSetDateTime, addSetDateTime, addSetNull, addSetNull, addSetNull, addSetTime, addSetTime, addSetTime, getSetValues
 
Methods inherited from class net.sf.jaxme.sqls.impl.StatementImpl
getSQLFactory, getTableReference, newTableReference, setTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.sqls.Statement
getSQLFactory, getTableReference, setTable
 
Methods inherited from interface net.sf.jaxme.sqls.SetStatement
addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSetDate, addSetDate, addSetDate, addSetDateTime, addSetDateTime, addSetDateTime, addSetNull, addSetNull, addSetNull, addSetTime, addSetTime, addSetTime, getSetValues
 

Constructor Detail

UpdateStatementImpl

public UpdateStatementImpl(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