Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h49 typedef int (*DBSqlColInt)(GRD_SqlStmt *stmt, uint32_t idx); typedef
80 DBSqlColInt DBSqlColInt = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp55 GRD_DBApiInfo.DBSqlColInt = (DBSqlColInt)dlsym(g_library, "GRD_SqlColumnInt"); in GRD_DBApiInitEnhance()
H A Drd_utils.cpp378 if (GRD_KVApiInfo.DBSqlColInt == nullptr) { in RdSqlColInt()
381 if (GRD_KVApiInfo.DBSqlColInt == nullptr) { in RdSqlColInt()
384 return GRD_KVApiInfo.DBSqlColInt(stmt, idx); in RdSqlColInt()