BindableQuery

abstract class BindableQuery(identifier: StmtIdentifierMixin?, statement: SqlAnnotatedElement)

Inheritors

Constructors

Link copied to clipboard
constructor(identifier: StmtIdentifierMixin?, statement: SqlAnnotatedElement)

Types

Link copied to clipboard
data class Argument(val index: Int, val type: IntermediateType, val bindArgs: MutableList<SqlBindExpr> = mutableListOf())
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collection of all bind expressions in this query.

Link copied to clipboard
abstract val id: Int
Link copied to clipboard

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