Uses of Class
be.SIRAPRISE.client.DmlUnassertCommand

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

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

Uses of DmlUnassertCommand in be.SIRAPRISE.client.jsba
 

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