org.sql.generation.api.grammar.manipulation
Interface SetColumnDefault
- All Superinterfaces:
- AlterColumnAction, org.atp.api.Typeable<AlterColumnAction>
public interface SetColumnDefault
- extends AlterColumnAction
This syntax element represents setting a new default for a column in table alteration statement.
- Author:
- Stanislav Muhametsin
|
Method Summary |
java.lang.String |
getDefault()
Returns the new default value for this column. |
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getDefault
java.lang.String getDefault()
- Returns the new default value for this column.
- Returns:
- The new default value for this column.
Copyright © 2010. All Rights Reserved.