public class DBSchemaUtils.DBSchemaEvent extends Object
| Constructor and Description |
|---|
DBSchemaEvent() |
| Modifier and Type | Method and Description |
|---|---|
DBSchemaUtils.ActionType |
getActionType() |
Connection |
getConnection() |
IDBSchemaUtilsDriver |
getDriver() |
Exception |
getException() |
Dictionary<DBSchemaUtils.ObjectType,Object> |
getObjects() |
DBSchemaUtils.ObjectType |
getObjectType() |
DBSchemaUtils.PhaseType |
getPhaseType() |
String |
getSchemaSpecificationName() |
protected void |
setActionType(DBSchemaUtils.ActionType actionType) |
protected void |
setConnection(Connection connection) |
protected void |
setDriver(IDBSchemaUtilsDriver driver) |
protected void |
setException(Exception exception) |
protected void |
setObjects(Dictionary<DBSchemaUtils.ObjectType,Object> objects) |
protected void |
setObjectType(DBSchemaUtils.ObjectType objectType) |
protected void |
setPhaseType(DBSchemaUtils.PhaseType phaseType) |
protected void |
setSchemaSpecificationName(String schemaSpecificationName) |
public DBSchemaUtils.ActionType getActionType()
public DBSchemaUtils.ObjectType getObjectType()
public DBSchemaUtils.PhaseType getPhaseType()
public Connection getConnection()
public String getSchemaSpecificationName()
public Dictionary<DBSchemaUtils.ObjectType,Object> getObjects()
public IDBSchemaUtilsDriver getDriver()
public Exception getException()
DBSchemaUtils.PhaseType.POST - eventsprotected void setActionType(DBSchemaUtils.ActionType actionType)
protected void setObjectType(DBSchemaUtils.ObjectType objectType)
protected void setPhaseType(DBSchemaUtils.PhaseType phaseType)
protected void setConnection(Connection connection)
protected void setSchemaSpecificationName(String schemaSpecificationName)
protected void setObjects(Dictionary<DBSchemaUtils.ObjectType,Object> objects)
protected void setDriver(IDBSchemaUtilsDriver driver)
protected void setException(Exception exception)
Copyright © 2020. All rights reserved.