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