Uses of Interface
be.SIRAPRISE.client.jsba.UpdatableDBObject

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

Methods in be.SIRAPRISE.client with parameters of type UpdatableDBObject
 void DBTransaction.dbUpdate(java.lang.String relvarName, UpdatableDBObject o)
          Updates an entry in the named relvar (in the database the transaction is connected to), for the given object.
 void DBTransaction.dbUpdateAndEndTransaction(java.lang.String relvarName, UpdatableDBObject o)
          Updates an entry in the named relvar (in the database the transaction is connected to), for the given object.
 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 with parameters of type UpdatableDBObject
DmlUpdateCommand(java.lang.String relvarName, UpdatableDBObject o)
          Creates the command object.
 

Uses of UpdatableDBObject in be.SIRAPRISE.client.jsba
 

Classes in be.SIRAPRISE.client.jsba that implement UpdatableDBObject
 class AbstractUpdatableDBObject
          An abstract class that can be inherited from by classes that need to implement UpdatableDBObject, providing default implementations for the Java/SIRA_PRISE bridge methods
 class AssignmentConstraint
           
 class AssignmentConstraintCheck
           
 class Attribute
           
 class AttributeValueDistribution
           
 class Client
           
 class ConstrainedType
           
 class DatabaseConstraint
           
 class DataSpace
           
 class DbmsFile
           
 class HashingIndexSpace
           
 class Index
           
 class IndexComponent
           
 class JavaBackedType
           
 class Key
           
 class KeyAttribute
           
 class MultiHashingIndexSpace
           
 class NewAttributeDefaultValue
           
 class RecordAttribute
           
 class RecordType
           
 class Relvar
           
 class RelvarAttribute
           
 class StorageSpace
           
 class TransactionConstraint
          Deprecated. 
 class TreeIndexSpace
           
 class TriggeredDataAction
           
 class TupleConstraint
           
 class TupleIndex
           
 class UpdatableDBObjectTemplate
          Class provided for purposes of documenting the methods involved in the SIRA_PRISE/Java bridge.
 class User
           
 class VirtualRelvar
           
 

Methods in be.SIRAPRISE.client.jsba that return UpdatableDBObject
 UpdatableDBObject VirtualRelvar.getPreUpdateState()
           
 UpdatableDBObject User.getPreUpdateState()
           
 UpdatableDBObject UpdatableDBObjectTemplate.getPreUpdateState()
           
 UpdatableDBObject UpdatableDBObject.getPreUpdateState()
          Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method.
 UpdatableDBObject TupleIndex.getPreUpdateState()
           
 UpdatableDBObject TupleConstraint.getPreUpdateState()
           
 UpdatableDBObject TriggeredDataAction.getPreUpdateState()
           
 UpdatableDBObject TreeIndexSpace.getPreUpdateState()
           
 UpdatableDBObject TransactionConstraint.getPreUpdateState()
          Deprecated.  
 UpdatableDBObject StorageSpace.getPreUpdateState()
           
 UpdatableDBObject RelvarAttribute.getPreUpdateState()
           
 UpdatableDBObject Relvar.getPreUpdateState()
           
 UpdatableDBObject RecordType.getPreUpdateState()
           
 UpdatableDBObject RecordAttribute.getPreUpdateState()
           
 UpdatableDBObject NewAttributeDefaultValue.getPreUpdateState()
           
 UpdatableDBObject MultiHashingIndexSpace.getPreUpdateState()
           
 UpdatableDBObject KeyAttribute.getPreUpdateState()
           
 UpdatableDBObject Key.getPreUpdateState()
           
 UpdatableDBObject JavaBackedType.getPreUpdateState()
           
 UpdatableDBObject IndexComponent.getPreUpdateState()
           
 UpdatableDBObject Index.getPreUpdateState()
           
 UpdatableDBObject HashingIndexSpace.getPreUpdateState()
           
 UpdatableDBObject DbmsFile.getPreUpdateState()
           
 UpdatableDBObject DataSpace.getPreUpdateState()
           
 UpdatableDBObject DatabaseConstraint.getPreUpdateState()
           
 UpdatableDBObject ConstrainedType.getPreUpdateState()
           
 UpdatableDBObject Client.getPreUpdateState()
           
 UpdatableDBObject AttributeValueDistribution.getPreUpdateState()
           
 UpdatableDBObject Attribute.getPreUpdateState()
           
 UpdatableDBObject AssignmentConstraintCheck.getPreUpdateState()
           
 UpdatableDBObject AssignmentConstraint.getPreUpdateState()
           
 

Methods in be.SIRAPRISE.client.jsba with parameters of type UpdatableDBObject
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.