| Package | Description |
|---|---|
| org.sodeac.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static DBSchemaUtils.ActionType |
DBSchemaUtils.ActionType.findByInteger(int value)
search action type enum represents by
value |
static DBSchemaUtils.ActionType |
DBSchemaUtils.ActionType.findByName(String name)
search action type enum represents by
name |
DBSchemaUtils.ActionType |
DBSchemaUtils.DBSchemaEvent.getActionType() |
static DBSchemaUtils.ActionType |
DBSchemaUtils.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBSchemaUtils.ActionType[] |
DBSchemaUtils.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DBSchemaUtils.ActionType> |
DBSchemaUtils.ActionType.getAll()
getter for all action types
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DBSchemaUtils.DBSchemaEvent.setActionType(DBSchemaUtils.ActionType actionType) |
Copyright © 2020. All rights reserved.