org.apache.ws.jaxme.sqls.impl

Class SetStatementImpl.SetValueImpl

Enclosing Class:
SetStatementImpl
Implemented Interfaces:
SetStatement.SetValue

public static class SetStatementImpl.SetValueImpl
extends java.lang.Object
implements SetStatement.SetValue

Constructor Summary

SetValueImpl(ColumnReference pColumn, Object pValue)

Method Summary

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

Constructor Details

SetValueImpl

public SetValueImpl(ColumnReference pColumn,
                    Object pValue)

Method Details

getColumnReference

public ColumnReference getColumnReference()
Returns the column being set.
Specified by:
getColumnReference in interface SetStatement.SetValue

getValue

public Object getValue()
Returns the value to which the column is being set.
Specified by:
getValue in interface SetStatement.SetValue