Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open class NamedExecute(identifier: StmtIdentifierMixin, statement: SqlAnnotatedElement) : BindableQuery
Link copied to clipboard
Link copied to clipboard
data class NamedQuery(val name: String, val queryable: QueryWithResults, statementIdentifier: StmtIdentifierMixin? = null) : BindableQuery