NamedMutator

Types

Link copied to clipboard
class Delete(delete: SqlDeleteStmtLimited, identifier: StmtIdentifierMixin) : NamedMutator
Link copied to clipboard
class Insert(insert: SqlInsertStmt, identifier: StmtIdentifierMixin) : NamedMutator
Link copied to clipboard
class Update(update: SqlUpdateStmtLimited, identifier: StmtIdentifierMixin) : NamedMutator

Properties

Link copied to clipboard

The collection of all bind expressions in this query.

Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
val name: @NlsSafe String
Link copied to clipboard

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