org.sql.generation.api.grammar.modification
Class UpdateSource.Null

java.lang.Object
  extended by org.sql.generation.api.grammar.modification.UpdateSource.Null
All Implemented Interfaces:
org.atp.api.Typeable<UpdateSource>, UpdateSource
Enclosing interface:
UpdateSource

public static final class UpdateSource.Null
extends Object
implements UpdateSource

This syntax element represents the NULL keyword as data source for column, meaning to use the NULL value for the column.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.modification.UpdateSource
UpdateSource.Default, UpdateSource.Null
 
Field Summary
static UpdateSource.Null INSTANCE
          The singleton instance of UpdateSource.Null.
 
Method Summary
 Class<? extends UpdateSource> getImplementedType()
          Returns UpdateSource.Null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final UpdateSource.Null INSTANCE
The singleton instance of UpdateSource.Null.

Method Detail

getImplementedType

public Class<? extends UpdateSource> getImplementedType()
Returns UpdateSource.Null.

Specified by:
getImplementedType in interface org.atp.api.Typeable<UpdateSource>


Copyright © 2010. All Rights Reserved.