Uses of Class
be.SIRAPRISE.client.NoUpdatesException

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

Methods in be.SIRAPRISE.client that throw NoUpdatesException
 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.
 

Constructors in be.SIRAPRISE.client that throw NoUpdatesException
DmlUpdateCommand(java.lang.String relvarName, UpdatableDBObject o)
          Creates the command object.
 

Uses of NoUpdatesException in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba that throw NoUpdatesException
 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.
 DmlAssignmentCommand DatabaseConstraint.smartUpdateComand()
          Gets a "smart" update command that brings the catalog from the state reflected in preUpdateState, to the current state.
 DmlAssignmentCommand[] TupleConstraint.smartUpdateCommand()
          Gets a "smart" update command that brings the catalog from the state reflected in preUpdateState, to the current state.
 DmlAssignmentCommand[] AssignmentConstraint.smartUpdateCommand()
          Gets a "smart" update command that brings the catalog from the state reflected in preUpdateState, to the current state.