SimpleSQLQuery

class SimpleSQLQuery(val sql: String, bindArgs: Array<out Any?> = EMPTY_ARRAY) : ISQLQuery

Constructors

Link copied to clipboard
constructor(sql: String, bindArgs: Array<out Any?> = EMPTY_ARRAY)

Properties

Link copied to clipboard
open override val argCount: Int
Link copied to clipboard
open override val sql: String

Functions

Link copied to clipboard
open override fun bindTo(statement: ISQLProgram)