DatabaseConfig

class DatabaseConfig(val name: String, val ruleSets: Map<RuleSetId, RuleSetConfig> = emptyMap(), val rules: Map<QualifiedRuleId, RuleConfig> = emptyMap())

Database-specific configuration overrides.

Constructors

Link copied to clipboard
constructor(name: String, ruleSets: Map<RuleSetId, RuleSetConfig> = emptyMap(), rules: Map<QualifiedRuleId, RuleConfig> = emptyMap())

Properties

Link copied to clipboard

SQLDelight database name.

Link copied to clipboard

Rule overrides for this database.

Link copied to clipboard

Rule set overrides for this database.

Functions

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