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_value_buffer
sqlite3_
value_
buffer
fun
sqlite3_value_buffer
(
value
:
sqlite3_value
)
:
ReadableBuffer
?
(
source
)
Variant of
sqlite3_value_blob
that returns a
ReadableBuffer
instead.