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