Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DBRecord.State |
DBRecord.getState()
Returns the record state.
|
static DBRecord.State |
DBRecord.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBRecord.State[] |
DBRecord.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBRecord.changeState(DBRecord.State newState)
changes the state of the record
|
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.