Home
last modified time | relevance | path

Searched refs:DBSqlColInt64 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h50 typedef uint64_t (*DBSqlColInt64)(GRD_SqlStmt *stmt, uint32_t idx); typedef
81 DBSqlColInt64 DBSqlColInt64 = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp56 GRD_DBApiInfo.DBSqlColInt64 = (DBSqlColInt64)dlsym(g_library, "GRD_SqlColumnInt64"); in GRD_DBApiInitEnhance()
H A Drd_utils.cpp389 if (GRD_KVApiInfo.DBSqlColInt64 == nullptr) { in RdSqlColInt64()
392 if (GRD_KVApiInfo.DBSqlColInt64 == nullptr) { in RdSqlColInt64()
395 return GRD_KVApiInfo.DBSqlColInt64(stmt, idx); in RdSqlColInt64()