org.apache.ws.jaxme.sqls

Interface SetStatement.SetValue

Known Implementing Classes:
SetStatementImpl.SetValueImpl

public static interface SetStatement.SetValue

A tupel of column name and value being assigned.

Method Summary

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

Method Details

getColumnReference

public ColumnReference getColumnReference()
Returns the column being set.

getValue

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