Package org.apache.jackrabbit.oak.plugins.document.rdb
Implementations of
DocumentStore
and BlobStore
for relational databases.-
Interface Summary Interface Description RDBJDBCTools.PreparedStatementComponent Provides a component for aPreparedStatement
and a method for setting the parameters within this component -
Class Summary Class Description RDBBlobReferenceIterator RDBBlobStore RDBConnectionHandler Utility functions for connection handling.RDBCreator RDBDataSourceFactory Factory for creatingDataSource
s based on a JDBC connection URL.RDBDocumentNodeStoreBuilder A builder for aDocumentNodeStore
backed by a relational database.RDBDocumentSerializer Serialization/Parsing of documents.RDBDocumentStore Implementation ofDocumentStore
for relational databases.RDBDocumentStore.QueryCondition RDBDocumentStoreJDBC Implements (most) DB interactions used inRDBDocumentStore
.RDBExport Utility for dumping contents fromRDBDocumentStore
's tables.RDBHelper Convenience class that dumps the table creation statements for various database types.RDBJDBCTools Convenience methods dealing with JDBC specifics.RDBJSONSupport Utilities that provide JSON support on top of the existingJsopTokenizer
support in oak-commons.RDBMissingLastRevSeeker RDB specific version of MissingLastRevSeeker.RDBOptions Options applicable to RDB persistenceRDBRow Container for the information in a RDB database column.RDBVersionGCSupport RDB specific version ofVersionGCSupport
which uses an extended query interface to fetch requiredNodeDocument
s. -
Enum Summary Enum Description RDBBlobStoreDB Defines variation in the capabilities of different RDBs.RDBCommonVendorSpecificCode RDBDocumentStoreDB Defines variation in the capabilities of different RDBs.RDBDocumentStoreDB.FETCHFIRSTSYNTAX -
Exception Summary Exception Description