All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description OracleBatchException Represents an exception thrown during a batch write operation.OracleClient Entry point for SODA (Simple Oracle Document Access).OracleCollection A collection of documents.OracleCollectionAdmin Provides DDL and metadata methods for theOracleCollection
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 theOracleDatabase
administration: collection creation, retrieval of collection names, etc.OracleDatabaseAdmin.CollectionCreateMode OracleDocument Represents a document with (typically) JSON content.OracleDocumentFactory A factory for creatingOracleDocument
objects.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 AnOracleOperationBuilder
builds and executes various read and write operations on theOracleCollection
, in a chainable manner.OracleRDBMSClient Oracle RDBMS implementation ofOracleClient
.OracleRDBMSMetadataBuilder Builds custom collection metadata, expressed as a JSONOracleDocument
.