Uses of Class
be.SIRAPRISE.client.DmlDeleteCommand

Packages that use DmlDeleteCommand
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 DmlDeleteCommand in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that return DmlDeleteCommand
 DmlDeleteCommand DBTransaction.dbDeleteCommand(java.lang.String relvarName, DBObject o)
          Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
 

Uses of DmlDeleteCommand in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba that return DmlDeleteCommand
 DmlDeleteCommand AbstractDBObject.dbDeleteCommand()
          Gets the command for deleting (in the database the transaction is connected to) the tuple in the relvar named in the @forrelvar annotation of this object's class, for the given object.
 DmlDeleteCommand AbstractDBObject.dbDeleteCommand(java.lang.String relvarName)
          Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
static DmlDeleteCommand AbstractDBObject.dbDeleteCommand(java.lang.String relvarName, DBObject o)
          Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.