org.apache.ws.jaxme.sqls

Interface SetStatement.SetValue

public static interface SetStatement.SetValue

A tupel of column name and value being assigned.
Method Summary
ColumnReferencegetColumnReference()
Returns the column being set.
ObjectgetValue()
Returns the value to which the column is being set.

Method Detail

getColumnReference

public ColumnReference getColumnReference()
Returns the column being set.

getValue

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