Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h48 typedef char *(*DBSqlColText)(GRD_SqlStmt *stmt, uint32_t idx); typedef
79 DBSqlColText DBSqlColText = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp54 GRD_DBApiInfo.DBSqlColText = (DBSqlColText)dlsym(g_library, "GRD_SqlColumnText"); in GRD_DBApiInitEnhance()
H A Drd_utils.cpp367 if (GRD_KVApiInfo.DBSqlColText == nullptr) { in RdSqlColText()
370 if (GRD_KVApiInfo.DBSqlColText == nullptr) { in RdSqlColText()
373 return GRD_KVApiInfo.DBSqlColText(stmt, idx); in RdSqlColText()