Kotlin SQLite
Toggle table of contents
0.0.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite C API
/
ksqlite.capi
/
sqlite3_column_buffer
sqlite3_
column_
buffer
fun
sqlite3_column_buffer
(
stmt
:
sqlite3_stmt
,
index
:
Int
)
:
ReadableBuffer
?
(
source
)
Variant of
sqlite3_column_blob
that returns a
ReadableBuffer
instead.