AnalysisInput

class AnalysisInput(val database: DatabaseContext, val files: List<SourceFile>)

Input required to check one SQLDelight database.

Constructors

Link copied to clipboard
constructor(database: DatabaseContext, files: List<SourceFile>)

Properties

Link copied to clipboard

Database metadata resolved by the Gradle plugin.

Link copied to clipboard

Source files that belong to the 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