Overview
Package
Class
Tree
Index
Help
Objectivity for Java Reference
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
D
Database
- class com.objy.db.app.
Database
.
Represents an ODMG database.
Database(PConnection)
- Constructor for class com.objy.db.app.
Database
Reserved for internal use; to create an ODMG database object, call the static method
Database.open
.
DatabaseClosedException
- exception com.objy.db.
DatabaseClosedException
.
Signals that the connection to the federated database was closed during an operation that requires the connection to be open.
DatabaseClosedException()
- Constructor for class com.objy.db.
DatabaseClosedException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
DatabaseClosedException(String)
- Constructor for class com.objy.db.
DatabaseClosedException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
DatabaseIsReadOnlyException
- exception com.objy.db.
DatabaseIsReadOnlyException
.
Signals an attempt to modify a federated database when the connection is open for read-only access.
DatabaseIsReadOnlyException()
- Constructor for class com.objy.db.
DatabaseIsReadOnlyException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
DatabaseIsReadOnlyException(String)
- Constructor for class com.objy.db.
DatabaseIsReadOnlyException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
DatabaseNotFoundException
- exception com.objy.db.
DatabaseNotFoundException
.
Signals an attempt to open a connection to a federated database that does not exist.
DatabaseNotFoundException()
- Constructor for class com.objy.db.
DatabaseNotFoundException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
DatabaseNotFoundException(String)
- Constructor for class com.objy.db.
DatabaseNotFoundException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
DatabaseOpenException
- exception com.objy.db.
DatabaseOpenException
.
Signals an attempt to open a connection to a federated database when the connection is already open.
DatabaseOpenException()
- Constructor for class com.objy.db.
DatabaseOpenException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
DatabaseOpenException(String)
- Constructor for class com.objy.db.
DatabaseOpenException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
deactivate(DeactivateInfo)
- Method in class com.objy.db.app.
ooObj
Default implementation for handling a deactivate event.
deactivate(DeactivateInfo)
- Method in interface com.objy.db.iapp.
PersistentEvents
Handles a deactivate event, which is triggered when the session to which this persistent object belongs is committed or aborted.
DeactivateInfo
- interface com.objy.db.iapp.
DeactivateInfo
.
Defines behavior shared by all deactivate information objects.
DefaultClusterStrategy
- class com.objy.db.app.
DefaultClusterStrategy
.
Represents the default clustering strategy for assigning basic objects to containers and for assigning containers to databases.
DefaultClusterStrategy()
- Constructor for class com.objy.db.app.
DefaultClusterStrategy
Reserved for internal use.
delete()
- Method in class com.objy.db.app.
ooObj
Deletes this object from the database and propagates the deletion operation to related objects.
delete()
- Method in class com.objy.db.app.
ooContObj
Deletes this container and all its objects from the database and propagates the deletion operation to related objects.
delete()
- Method in class com.objy.db.app.
ooAPObj
Deletes this autonomous partition.
delete()
- Method in class com.objy.db.app.
ooDBObj
Deletes this database.
delete()
- Method in interface com.objy.db.iapp.
PooAPObj
delete()
- Method in interface com.objy.db.iapp.
PooDBObj
delete()
- Method in interface com.objy.db.iapp.
PooObj
Deletes this persistor's object from the database and propagates the deletion operation to related objects.
delete()
- Method in interface com.objy.db.iapp.
PooContObj
delete()
- Method in interface com.objy.db.iapp.
IooObj
Deletes this object from the database and propagates the deletion operation to related objects.
deleteImage(ooAPObj)
- Method in class com.objy.db.app.
ooDBObj
(DRO)
Deletes the image of this database contained in the specified autonomous partition.
deleteImage(ooAPObj, boolean)
- Method in class com.objy.db.app.
ooDBObj
(DRO)
Deletes the image of this database in the specified autonomous partition, possibly deleting the last image of this database.
deleteImage(PooAPObj)
- Method in interface com.objy.db.iapp.
PooDBObj
deleteImage(PooAPObj, boolean)
- Method in interface com.objy.db.iapp.
PooDBObj
deleteNoProp()
- Method in class com.objy.db.app.
ooObj
Deletes this object from the database.
deleteNoProp()
- Method in class com.objy.db.app.
ooContObj
Deletes this container and all its objects from the database.
deleteNoProp()
- Method in interface com.objy.db.iapp.
PooObj
Deletes this persistor's object from the database.
deleteNoProp()
- Method in interface com.objy.db.iapp.
PooContObj
deleteNoProp()
- Method in interface com.objy.db.iapp.
IooObj
Deletes this object from the database.
deleteReference(Object)
- Method in class com.objy.db.app.
ooObj
Deletes the specified internal persistent object from this persistent object.
deleteReference(Object)
- Method in class com.objy.db.app.
ooFDObj
Deletes the specified internal persistent object from this federated database.
deleteReference(Object)
- Method in interface com.objy.db.iapp.
PooFDObj
deleteReference(Object)
- Method in interface com.objy.db.iapp.
PooObj
Reserved for internal use; you should not call this method.
DOWNGRADE_ALL
- Static variable in interface com.objy.db.app.
oo
Downgrade mode: After the transaction checkpoint, all write locks obtained during the transaction are downgraded to read locks.
drop(Object)
- Method in class com.objy.db.app.
ToOneRelationship
Drops a relationship between the specified object and this object.
drop(PooObj, Object)
- Method in interface com.objy.db.iapp.
PToOneRelationshipManager
dropCachedObject(Object)
- Method in class com.objy.db.app.
Session
Removes cached information about the specified persistent object, making it a dead object.
dropCachedObject(Object)
- Method in interface com.objy.db.iapp.
PSession
dropCachedReference(Object)
- Method in class com.objy.db.app.
ooObj
Drops the specified internal persistent object from the Objectivity for Java cache.
dropCachedReference(Object)
- Method in interface com.objy.db.iapp.
PooObj
Reserved for internal use; you should not call this method.
dropClass(String)
- Method in class com.objy.db.app.
Connection
Drops the cached information for the specified class.
dropClass(String)
- Method in interface com.objy.db.iapp.
PConnection
dropIndex(String)
- Method in class com.objy.db.app.
ooContObj
Drops the specified index from this container.
dropIndex(String)
- Method in class com.objy.db.app.
ooFDObj
Drops the specified index from this federated database.
dropIndex(String)
- Method in class com.objy.db.app.
ooDBObj
Drops the specified index from this database.
dropIndex(String)
- Method in interface com.objy.db.iapp.
PooFDObj
dropIndex(String)
- Method in interface com.objy.db.iapp.
PooDBObj
dropIndex(String)
- Method in interface com.objy.db.iapp.
PooContObj
dumpCatalog()
- Method in class com.objy.db.app.
ooFDObj
Prints federated database catalog information to the standard output device.
dumpCatalog()
- Method in interface com.objy.db.iapp.
PooFDObj
dumpRelInfo()
- Method in class com.objy.db.app.
Relationship
Reserved for internal use; you should not call this method.
Overview
Package
Class
Tree
Index
Help
Objectivity for Java Reference
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
Copyright © 2000 Objectivity, Inc. All rights reserved.