Package | Description |
---|---|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
Modifier and Type | Method and Description |
---|---|
DmlUpdateCommand |
AbstractUpdatableDBObject.dbUpdateCommand(java.lang.String relvarName)
Gets the command for Updating an entry in the named relvar, for this DBObject.
|
static DmlUpdateCommand |
AbstractUpdatableDBObject.dbUpdateCommand(java.lang.String relvarName,
UpdatableDBObject o)
Gets the command for Updating an entry in the named relvar (in the database the transaction is connected to), for the given object.
|