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

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.modification.UpdateSource
UpdateSource.Default, UpdateSource.Null
 
Field Summary
static UpdateSource.Default INSTANCE
          Singleton instance of UpdateSource.Default.
 
Method Summary
 Class<? extends UpdateSource> getImplementedType()
          Returns UpdateSource.Default.
 
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.Default INSTANCE
Singleton instance of UpdateSource.Default.

Method Detail

getImplementedType

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

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


Copyright © 2010. All Rights Reserved.