net.sf.jaxme.sqls
Interface SetStatement.SetValue

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

public static interface SetStatement.SetValue


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

Method Detail

getColumnReference

public ColumnReference getColumnReference()

Returns the column being set.


getValue

public Value getValue()

Returns the value to which the column is being set.