columnText

abstract fun columnText(statement: Long, index: Int): String?(source)

Returns the column decoded as standard UTF-8 using SQLite's explicit byte length.

Embedded NUL characters are preserved and SQL NULL is returned as null.


open fun columnText(statement: StatementHandle, index: Int): String?(source)