| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| Modifier and Type | Method and Description |
|---|---|
RDBOptions |
RDBOptions.dropTablesOnClose(boolean dropTablesOnClose)
Whether to drop the tables on close (in case they have been auto-created)
|
RDBOptions |
RDBOptions.initialSchema(int initialSchema)
Control over initial DB schema
|
RDBOptions |
RDBOptions.tablePrefix(@NotNull String tablePrefix)
Prefix for table names.
|
RDBOptions |
RDBOptions.upgradeToSchema(int upgradeToSchema)
Control over DB schema to upgrade to
|
| Modifier and Type | Method and Description |
|---|---|
RDBDocumentNodeStoreBuilder |
RDBDocumentNodeStoreBuilder.setRDBConnection(DataSource ds,
RDBOptions options)
Sets a
DataSource to use for the RDB document and blob
stores, including RDBOptions. |
| Constructor and Description |
|---|
RDBBlobStore(DataSource ds,
RDBOptions options)
|
RDBDocumentStore(DataSource ds,
DocumentNodeStoreBuilder<?> builder,
RDBOptions options)
Creates a RDBDocumentStore instance using the provided
DataSource, DocumentNodeStoreBuilder, and RDBOptions. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.