Class RDBOptions
java.lang.Object
org.apache.jackrabbit.oak.plugins.document.rdb.RDBOptions
Options applicable to RDB persistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondropTablesOnClose
(boolean dropTablesOnClose) Whether to drop the tables on close (in case they have been auto-created)int
@NotNull String
int
initialSchema
(int initialSchema) Control over initial DB schemaboolean
tablePrefix
(@NotNull String tablePrefix) Prefix for table names.upgradeToSchema
(int upgradeToSchema) Control over DB schema to upgrade to
-
Constructor Details
-
RDBOptions
public RDBOptions()
-
-
Method Details
-
dropTablesOnClose
Whether to drop the tables on close (in case they have been auto-created) -
isDropTablesOnClose
public boolean isDropTablesOnClose() -
tablePrefix
Prefix for table names. -
getTablePrefix
-
initialSchema
Control over initial DB schema -
getInitialSchema
public int getInitialSchema() -
upgradeToSchema
Control over DB schema to upgrade to -
getUpgradeToSchema
public int getUpgradeToSchema()
-