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

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

Methods in be.SIRAPRISE.client with parameters of type DBObject
 void DBTransaction.dbAdd(java.lang.String relvarName, DBObject o)
          Adds an entry in the named relvar (in the database the transaction is connected to), for the given object.
 void DBTransaction.dbAddAndEndTransaction(java.lang.String relvarName, DBObject o)
          Adds an entry in the named relvar (in the database the transaction is connected to), for the given object.
 DmlAddCommand DBTransaction.dbAddCommand(java.lang.String relvarName, DBObject o)
          Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object.
 void DBTransaction.dbAssert(java.lang.String relvarName, DBObject o)
          Asserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
 void DBTransaction.dbAssertAndEndTransaction(java.lang.String relvarName, DBObject o)
          Asserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
 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.
 void DBTransaction.dbDelete(java.lang.String relvarName, DBObject o)
          Deletes an entry in the named relvar (in the database the transaction is connected to), for the given object.
 void DBTransaction.dbDeleteAndEndTransaction(java.lang.String relvarName, DBObject o)
          Deletes an entry in the named relvar (in the database the transaction is connected to), for the given object.
 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.
 void DBTransaction.dbUnAssert(java.lang.String relvarName, DBObject o)
          Unasserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
 void DBTransaction.dbUnAssertAndEndTransaction(java.lang.String relvarName, DBObject o)
          Unasserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
 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.
 

Constructors in be.SIRAPRISE.client with parameters of type DBObject
DmlAddCommand(java.lang.String relvarName, DBObject dbObject)
          Creates the command object.
DmlAssertCommand(java.lang.String relvarName, DBObject dbObject)
          Creates the command object.
DmlDeleteCommand(java.lang.String relvarName, DBObject dbObject)
          Creates the command object.
DmlUnassertCommand(java.lang.String relvarName, DBObject dbObject)
          Creates the command object.
 

Uses of DBObject in be.SIRAPRISE.client.jsba
 

Subinterfaces of DBObject in be.SIRAPRISE.client.jsba
 interface AssignmentconstraintcheckToDBObject
           
 interface AssignmentconstraintToDBObject
           
 interface AttributelogicallengthToDBObject
           
 interface AttributeToDBObject
           
 interface AttributevaluedistributionToDBObject
           
 interface ClientToDBObject
           
 interface ConstrainedtypeToDBObject
           
 interface ConstraintmessagetextToDBObject
           
 interface DatabaseconstraintToDBObject
           
 interface DataspaceToDBObject
           
 interface DbmsfileToDBObject
           
 interface DBObjectToAssignmentconstraint
           
 interface DBObjectToAssignmentconstraintcheck
           
 interface DBObjectToAttribute
           
 interface DBObjectToAttributelogicallength
           
 interface DBObjectToAttributevaluedistribution
           
 interface DBObjectToClient
           
 interface DBObjectToConstrainedtype
           
 interface DBObjectToConstraintmessagetext
           
 interface DBObjectToDatabaseconstraint
           
 interface DBObjectToDataspace
           
 interface DBObjectToDbmsfile
           
 interface DBObjectToHashingindexspace
           
 interface DBObjectToIndex
           
 interface DBObjectToIndexcomponent
           
 interface DBObjectToJavabackedtype
           
 interface DBObjectToKey
           
 interface DBObjectToKeyattribute
           
 interface DBObjectToMultihashingindexspace
           
 interface DBObjectToNewattributedefaultvalue
           
 interface DBObjectToRecordattribute
           
 interface DBObjectToRecordtype
           
 interface DBObjectToRelvar
           
 interface DBObjectToRelvarattribute
           
 interface DBObjectToRelvarcardinality
           
 interface DBObjectToStoragespace
           
 interface DBObjectToTransactionconstraint
          Deprecated. 
 interface DBObjectToTreeindexspace
           
 interface DBObjectToTriggereddataaction
           
 interface DBObjectToTupleconstraint
           
 interface DBObjectToTupleindex
           
 interface DBObjectToTypeproperties
           
 interface DBObjectToUser
           
 interface DBObjectToVirtualrelvar
           
 interface HashingindexspaceToDBObject
           
 interface IndexcomponentToDBObject
           
 interface IndexToDBObject
           
 interface JavabackedtypeToDBObject
           
 interface KeyattributeToDBObject
           
 interface KeyToDBObject
           
 interface MultihashingindexspaceToDBObject
           
 interface NewattributedefaultvalueToDBObject
           
 interface RecordattributeToDBObject
           
 interface RecordtypeToDBObject
           
 interface RelvarattributeToDBObject
           
 interface RelvarcardinalityToDBObject
           
 interface RelvarToDBObject
           
 interface StoragespaceToDBObject
           
 interface TransactionconstraintToDBObject
          Deprecated. 
 interface TreeindexspaceToDBObject
           
 interface TriggereddataactionToDBObject
           
 interface TupleconstraintToDBObject
           
 interface TupleindexToDBObject
           
 interface TypepropertiesToDBObject
           
 interface UpdatableDBObject
          The UpdatableDBObject must be implemented by all classes whose objects are to be used as initiators of SIRA_PRISE update commands in the Jave/SIRA_PRISE bridge
 interface UserToDBObject
           
 interface VirtualrelvarToDBObject
           
 

Classes in be.SIRAPRISE.client.jsba that implement DBObject
 class AbstractDBObject
          An abstract class that can be inherited from by classes that need to implement DBObject, providing default implementations for the Java/SIRA_PRISE bridge methods
 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 DBObjectTemplate
          Class provided for purposes of documenting the methods involved in the SIRA_PRISE/Java bridge.
 class ExpressionInfo
          A read-only class to represent the results of an invocation of EXPRESSIONINFO
 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 RelvarCardinality
           
 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 with parameters of type DBObject
static DmlAddCommand AbstractDBObject.dbAddCommand(java.lang.String relvarName, DBObject o)
          Gets the command for adding 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.
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.
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.