org.sql.generation.api.grammar.modification
Class UpdateSource.Null
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final UpdateSource.Null INSTANCE
- The singleton instance of
UpdateSource.Null.
getImplementedType
public Class<? extends UpdateSource> getImplementedType()
- Returns
UpdateSource.Null.
- Specified by:
getImplementedType in interface org.atp.api.Typeable<UpdateSource>
Copyright © 2010-2011. All Rights Reserved.