|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DmlAddCommand | |
---|---|
be.SIRAPRISE.client | |
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. |
Uses of DmlAddCommand in be.SIRAPRISE.client |
---|
Methods in be.SIRAPRISE.client that return DmlAddCommand | |
---|---|
DmlAddCommand |
DBTransaction.dbAddCommand(java.lang.String relvarName,
DBObject o)
Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object. |
Uses of DmlAddCommand in be.SIRAPRISE.client.jsba |
---|
Methods in be.SIRAPRISE.client.jsba that return DmlAddCommand | |
---|---|
DmlAddCommand |
AbstractDBObject.dbAddCommand()
Gets the command for adding (in the database the transaction is connected to) an entry in the single relvar named in this object's class' @forrelvar annotation, for the given object. |
DmlAddCommand |
AbstractDBObject.dbAddCommand(java.lang.String relvarName)
Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object. |
static DmlAddCommand |
AbstractDBObject.dbAddCommand(java.lang.String relvarName,
DBObject o)
Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |