Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.dbase.event |
Contains events fired by classes of the db-package.
|
de.esprit.netsuite.netdata.agent.database |
Contains database related network agents for reading/writing records from/to the database
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
Modifier and Type | Method and Description |
---|---|
static DBChangeType |
DBChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBChangeType[] |
DBChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DBChangeType |
RecordChangeEvent.getChangeType() |
Constructor and Description |
---|
RecordChangeEvent(DBChangeType action,
DBRecord record) |
RecordChangeEvent(DBChangeType action,
DBRecord[] records) |
Modifier and Type | Method and Description |
---|---|
DBChangeType |
DBUpdateAgent.getChangeType() |
DBChangeType |
DBStoreAgent.getChangeType() |
DBChangeType |
DBRehashAgent.getChangeType() |
DBChangeType |
DBInsertAgent.getChangeType() |
DBChangeType |
DBDeleteAgent.getChangeType() |
abstract DBChangeType |
AbstractDBAgent.getChangeType() |
Constructor and Description |
---|
RemoteRecordChangeEvent(java.lang.String dataSrcName,
SessionId sessId,
DBChangeType action,
DBRecord record) |
RemoteRecordChangeEvent(java.lang.String dataSrcName,
SessionId sessId,
DBChangeType action,
DBRecord[] records) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.