|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |