Package oracle.soda
Contains the core SODA interfaces and classes.
These are designed to be implementable across various Oracle data stores.
-
Interface Summary Interface Description 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.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.OracleOperationBuilder AnOracleOperationBuilder
builds and executes various read and write operations on theOracleCollection
, in a chainable manner. -
Enum Summary Enum Description OracleDatabaseAdmin.CollectionCreateMode -
Exception Summary Exception Description OracleBatchException Represents an exception thrown during a batch write operation.OracleException A general exception thrown by various methods of this API.