net.sf.farrago.ddl
Class DdlAlterIdentityColumnStmt
java.lang.Object
net.sf.farrago.ddl.DdlStmt
net.sf.farrago.ddl.DdlAlterStmt
net.sf.farrago.ddl.DdlAlterIdentityColumnStmt
- All Implemented Interfaces:
- FarragoSessionDdlStmt
public class DdlAlterIdentityColumnStmt
- extends DdlAlterStmt
Statement for altering an identity column. This statement is one form of an
alter table statement and is possible because only one table action is
performed at a time.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlAlterIdentityColumnStmt.java#7 $
- Author:
- John Pham
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
private FarragoSequenceOptions options
DdlAlterIdentityColumnStmt
public DdlAlterIdentityColumnStmt(CwmColumn column,
FarragoSequenceOptions options)
execute
protected void execute(FarragoSessionDdlValidator ddlValidator,
FarragoSession session)
- Description copied from class:
DdlAlterStmt
- Execute the alter statement
- Specified by:
execute
in class DdlAlterStmt
- Parameters:
ddlValidator
- the session validatorsession
- a reentrant session