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

All Superinterfaces:
org.atp.api.Typeable<SetClause>

public interface SetClause
extends org.atp.api.Typeable<SetClause>

This syntax element represents a single SET element of UPDATE statement.

Author:
Stanislav Muhametsin

Method Summary
 UpdateSource getUpdateSource()
          Returns the update source, that is, data, for the columns.
 String getUpdateTarget()
          Returns the update target, typically a name of the column.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getUpdateTarget

String getUpdateTarget()
Returns the update target, typically a name of the column.

Returns:
The update target, typically a name of the column.

getUpdateSource

UpdateSource getUpdateSource()
Returns the update source, that is, data, for the columns.

Returns:
The data for the columns.


Copyright © 2010-2011. All Rights Reserved.