| Package | Description |
|---|---|
| org.sodeac.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static DBSchemaUtils.ObjectType |
DBSchemaUtils.ObjectType.findByInteger(int value)
search object type enum represents by
value |
static DBSchemaUtils.ObjectType |
DBSchemaUtils.ObjectType.findByName(String name)
search object type enum represents by
name |
DBSchemaUtils.ObjectType |
DBSchemaUtils.DBSchemaEvent.getObjectType() |
static DBSchemaUtils.ObjectType |
DBSchemaUtils.ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBSchemaUtils.ObjectType[] |
DBSchemaUtils.ObjectType.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.ObjectType> |
DBSchemaUtils.ObjectType.getAll()
getter for all object types
|
Dictionary<DBSchemaUtils.ObjectType,Object> |
DBSchemaUtils.DBSchemaEvent.getObjects() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DBSchemaUtils.DBSchemaEvent.setObjectType(DBSchemaUtils.ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DBSchemaUtils.DBSchemaEvent.setObjects(Dictionary<DBSchemaUtils.ObjectType,Object> objects) |
Copyright © 2020. All rights reserved.