Uses of Class
be.SIRAPRISE.client.DmlUpdateCommand

Packages that use DmlUpdateCommand
be.SIRAPRISE.client   
be.SIRAPRISE.client.jsba   
 

Uses of DmlUpdateCommand in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that return DmlUpdateCommand
 DmlUpdateCommand DBTransaction.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.
 

Uses of DmlUpdateCommand in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba that return DmlUpdateCommand
 DmlUpdateCommand AbstractUpdatableDBObject.dbUpdateCommand(java.lang.String relvarName)
          Gets the command for Updating an entry in the named relvar (in the database the transaction is connected to), 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.