Package oracle.soda

Contains the core SODA interfaces and classes.

See:
          Description

Interface Summary
OracleClient Entry point for SODA (Simple Oracle Document Access).
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.
OracleDocument Represents a document with (typically) JSON content.
OracleDocumentFactory A factory for creating OracleDocument objects.
OracleOperationBuilder An OracleOperationBuilder builds and executes various read and write operations on the OracleCollection, in a chainable manner.
 

Exception Summary
OracleBatchException Represents an exception thrown during a batch write operation.
OracleException A general exception thrown by various methods of this API.
 

Package oracle.soda Description

Contains the core SODA interfaces and classes.

These are designed to be implementable across various Oracle data stores.