bindRowTyped
open fun bindRowTyped(statement: Long, tags: ByteArray, ints: IntArray, longs: LongArray, doubles: DoubleArray, objects: Array<out Any?>, size: Int): SQLCode(source)
open fun bindRowTyped(statement: StatementHandle, tags: ByteArray, ints: IntArray, longs: LongArray, doubles: DoubleArray, objects: Array<out Any?>, size: Int): SQLCode(source)