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())