org.sql.generation.api.grammar.modification
Class UpdateSource.Default
java.lang.Object
org.sql.generation.api.grammar.modification.UpdateSource.Default
- All Implemented Interfaces:
- org.atp.api.Typeable<UpdateSource>, UpdateSource
- Enclosing interface:
- UpdateSource
public static final class UpdateSource.Default
- extends Object
- implements UpdateSource
This syntax element represents the DEFAULT keyword as data source for column, meaning to use the default
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.Default INSTANCE
- Singleton instance of
UpdateSource.Default.
getImplementedType
public Class<? extends UpdateSource> getImplementedType()
- Returns
UpdateSource.Default.
- Specified by:
getImplementedType in interface org.atp.api.Typeable<UpdateSource>
Copyright © 2010-2011. All Rights Reserved.