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_pointer
sqlite3_
value_
pointer
inline
fun
<
Data
:
Any
>
sqlite3_value_pointer
(
value
:
sqlite3_value
,
type
:
String
?
)
:
Data
?
(
source
)
Extract information from sqlite3_value structure.
sqlite3_value_pointer()