org.sql.generation.api.grammar.modification
Class ColumnSource.Defaults

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

public static final class ColumnSource.Defaults
extends Object
implements ColumnSource

This syntax element represents when default values of columns are wanted to be inserted into table.

Author:
Stanislav Muhametsin

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

Field Detail

INSTANCE

public static final ColumnSource.Defaults INSTANCE
The singleton reference to object of this class.

Method Detail

getImplementedType

public Class<? extends ColumnSource> getImplementedType()
Returns ColumnSource.Defaults.

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


Copyright © 2010. All Rights Reserved.