OracleBatchException |
Represents an exception thrown during a batch
write operation.
|
OracleCollection |
A collection of documents.
|
OracleCollectionAdmin |
Provides DDL and metadata methods for the OracleCollection
administration: index creation and destruction, collection deletion
(ie "drop"), metadata information about the collection,
etc.
|
OracleCursor |
Operation result cursor.
|
OracleDatabase |
A database of document collections.
|
OracleDatabaseAdmin |
Provides DDL and metadata methods for the OracleDatabase
administration: collection creation, retrieval of collection names, etc.
|
OracleDatabaseAdmin.CollectionCreateMode |
|
OracleDocument |
Represents a document with (typically) JSON content.
|
OracleDocumentFactory |
|
OracleDropResult |
Holds the collection name that could not be dropped,
and the error encountered when attempting to drop this collection.
|
OracleException |
A general exception thrown by various methods of this API.
|
OracleOperationBuilder |
An OracleOperationBuilder builds and executes various read
and write operations on the OracleCollection , in a chainable
manner.
|