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

All Superinterfaces:
org.atp.api.Typeable<UpdateSource>
All Known Subinterfaces:
UpdateSourceByExpression
All Known Implementing Classes:
UpdateSource.Default, UpdateSource.Null

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

This syntax element represents the data source for column in SET clause of UPDATE statement.

Author:
Stanislav Muhametsin

Nested Class Summary
static class UpdateSource.Default
          This syntax element represents the DEFAULT keyword as data source for column, meaning to use the default value for the column.
static class UpdateSource.Null
          This syntax element represents the NULL keyword as data source for column, meaning to use the NULL value for the column.
 
Method Summary
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010. All Rights Reserved.