Home
last modified time | relevance | path

Searched refs:sqlite3_export_relational_symbols (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_sqlite_ext.h34 extern const struct sqlite3_api_routines_relational *sqlite3_export_relational_symbols;
39 #define sqlite3_open sqlite3_export_relational_symbols->open
44 #define sqlite3_open16 sqlite3_export_relational_symbols->open16
49 #define sqlite3_open_v2 sqlite3_export_relational_symbols->open_v2
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1792 EXPORT_SYMBOLS const sqlite3_api_routines_relational *sqlite3_export_relational_symbols = &sqlite3H… variable