Uses of Class
be.SIRAPRISE.client.DmlAssertCommand

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

Methods in be.SIRAPRISE.client that return DmlAssertCommand
 DmlAssertCommand DBTransaction.dbAssertCommand(java.lang.String relvarName, DBObject o)
          Gets the Assert command for asserting an entry in the named relvar (in the database the transaction is connected to), for the given object.
 

Uses of DmlAssertCommand in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba that return DmlAssertCommand
 DmlAssertCommand AbstractDBObject.dbAssertCommand()
          Gets the Assert command for asserting (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.
 DmlAssertCommand AbstractDBObject.dbAssertCommand(java.lang.String relvarName)
          Gets the Assert command for asserting an entry in the named relvar (in the database the transaction is connected to), for the given object.
static DmlAssertCommand AbstractDBObject.dbAssertCommand(java.lang.String relvarName, DBObject o)
          Gets the Assert command for asserting an entry in the named relvar (in the database the transaction is connected to), for the given object.