Argument

data class Argument(val index: Int, val type: IntermediateType, val bindArgs: MutableList<SqlBindExpr> = mutableListOf())

Constructors

Link copied to clipboard
constructor(index: Int, type: IntermediateType, bindArgs: MutableList<SqlBindExpr> = mutableListOf())

Properties

Link copied to clipboard
val bindArgs: MutableList<SqlBindExpr>
Link copied to clipboard
val index: Int
Link copied to clipboard