org.sql.generation.api.grammar.modification
Interface UpdateSourceByExpression

All Superinterfaces:
org.atp.api.Typeable<UpdateSource>, UpdateSource

public interface UpdateSourceByExpression
extends UpdateSource

This syntax element represents the update source having value of whatever expression it holds.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.modification.UpdateSource
UpdateSource.Default, UpdateSource.Null
 
Method Summary
 ValueExpression getValueExpression()
          Returns the value expression to use as value for update source.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getValueExpression

ValueExpression getValueExpression()
Returns the value expression to use as value for update source.

Returns:
The value expression to use as value for update source.


Copyright © 2010-2011. All Rights Reserved.