DatabaseConfiguration
Configuration for opening a database.
actual class DatabaseConfiguration(config: DatabaseConfiguration?) : DelegatedClass<<Error class: unknown class>> (source)
Functions
Link copied to clipboard
fun DatabaseConfiguration?.newConfig(databasePath: String? = null, encryptionKey: EncryptionKey? = null): DatabaseConfiguration
Create a DatabaseConfiguration, overriding the receiver's values with the passed parameters:
Link copied to clipboard
Set the canonical path of the directory in which to store the database. If the directory doesn't already exist it will be created. If it cannot be created an IllegalStateException will be thrown.
Link copied to clipboard
ENTERPRISE EDITION API