|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.impl.SetStatementImpl.SetValueImpl
Constructor Summary | |
SetStatementImpl.SetValueImpl(ColumnReference pColumn,
Value pValue)
|
Method Summary | |
ColumnReference |
getColumnReference()
Returns the column being set. |
Value |
getValue()
Returns the value to which the column is being set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetStatementImpl.SetValueImpl(ColumnReference pColumn, Value pValue)
Method Detail |
public ColumnReference getColumnReference()
SetStatement.SetValue
Returns the column being set.
getColumnReference
in interface SetStatement.SetValue
public Value getValue()
SetStatement.SetValue
Returns the value to which the column is being set.
getValue
in interface SetStatement.SetValue
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |