NamedQuery

data class NamedQuery(val name: String, val queryable: QueryWithResults, statementIdentifier: StmtIdentifierMixin? = null) : BindableQuery

Constructors

Link copied to clipboard
constructor(name: String, queryable: QueryWithResults, statementIdentifier: StmtIdentifierMixin? = null)

Properties

Link copied to clipboard

The collection of all bind expressions in this query.

Link copied to clipboard
open override val id: Int
Link copied to clipboard
Link copied to clipboard

The collection of parameters exposed in the generated api for this query.

Link copied to clipboard
Link copied to clipboard

Explodes the sqlite query into an ordered list (same order as the query) of types to be exposed by the generated api.