DbIormConfig

The IORM configuration settings for the database.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database name. For the default DbPlan, the dbName is default.

Link copied to clipboard

The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.

Link copied to clipboard
val share: Int?

The relative priority of this database.

Functions

Link copied to clipboard
inline fun copy(block: DbIormConfig.Builder.() -> Unit = {}): DbIormConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String