bindTextAscii

abstract fun bindTextAscii(statement: Long, index: Int, value: String): SQLCode(source)

Attempts to bind value while validating and copying it as ASCII.

Returns SQL_MISMATCH without changing the binding when value contains a non-ASCII character.


open fun bindTextAscii(statement: StatementHandle, index: Int, value: String): SQLCode(source)