DatabaseContext

class DatabaseContext(val name: String, val dialect: SqlDialect)

Lightweight SQLDelight database context visible to rules and reporters.

Constructors

Link copied to clipboard
constructor(name: String, dialect: SqlDialect)

Properties

Link copied to clipboard

Dialect used to analyze files in this database.

Link copied to clipboard

SQLDelight database name.

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