public static enum DBSchemaUtils.PhaseType extends Enum<DBSchemaUtils.PhaseType>
IDatabaseSchemaUpdateListener#onAction(ActionType, ObjectType, PhaseType, java.sql.Connection, String, java.util.Dictionary, IDatabaseSchemaDriver, Exception).| Enum Constant and Description |
|---|
POST
after checks or update an object
|
PRE
before checks or update an object
|
| Modifier and Type | Method and Description |
|---|---|
static DBSchemaUtils.PhaseType |
findByInteger(int value) |
static DBSchemaUtils.PhaseType |
findByName(String name) |
static Set<DBSchemaUtils.PhaseType> |
getAll() |
static DBSchemaUtils.PhaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBSchemaUtils.PhaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBSchemaUtils.PhaseType PRE
public static final DBSchemaUtils.PhaseType POST
public static DBSchemaUtils.PhaseType[] values()
for (DBSchemaUtils.PhaseType c : DBSchemaUtils.PhaseType.values()) System.out.println(c);
public static DBSchemaUtils.PhaseType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Set<DBSchemaUtils.PhaseType> getAll()
public static DBSchemaUtils.PhaseType findByInteger(int value)
public static DBSchemaUtils.PhaseType findByName(String name)
Copyright © 2020. All rights reserved.