org.apache.ws.jaxme.sqls
Interface SetStatement.SetValue

All Known Implementing Classes:
SetStatementImpl.SetValueImpl
Enclosing interface:
SetStatement

public static interface SetStatement.SetValue

A tupel of column name and value being assigned.


Method Summary
 ColumnReference getColumnReference()
          Returns the column being set.
 java.lang.Object getValue()
          Returns the value to which the column is being set.
 

Method Detail

getColumnReference

ColumnReference getColumnReference()
Returns the column being set.


getValue

java.lang.Object getValue()
Returns the value to which the column is being set.