|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FarragoSessionDdlStmt
FarragoSessionDdlStmt represents the output of DDL statement parsing.
Method Summary | |
---|---|
CwmModelElement |
getModelElement()
|
boolean |
isDropRestricted()
|
void |
postCommit(FarragoSessionDdlValidator ddlValidator)
Called after execution, after committing the repository transaction. |
void |
postExecute()
Called immediately after generic execution. |
void |
preExecute()
Called before generic execution. |
void |
preValidate(FarragoSessionDdlValidator ddlValidator)
Called before generic validation. |
boolean |
requiresCommit()
|
boolean |
runsAsDml()
|
Method Detail |
---|
CwmModelElement getModelElement()
boolean isDropRestricted()
void preValidate(FarragoSessionDdlValidator ddlValidator)
ddlValidator
- the object validating this stmtvoid preExecute()
void postExecute()
void postCommit(FarragoSessionDdlValidator ddlValidator)
ddlValidator
- the object validating this stmtboolean requiresCommit()
boolean runsAsDml()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |