Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h45 typedef char *(*DBSqlColName)(GRD_SqlStmt *stmt, uint32_t idx); typedef
76 DBSqlColName DBSqlColName = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp51 GRD_DBApiInfo.DBSqlColName = (DBSqlColName)dlsym(g_library, "GRD_SqlColumnName"); in GRD_DBApiInitEnhance()
H A Drd_utils.cpp334 if (GRD_KVApiInfo.DBSqlColName == nullptr) { in RdSqlColName()
337 if (GRD_KVApiInfo.DBSqlColName == nullptr) { in RdSqlColName()
340 return GRD_KVApiInfo.DBSqlColName(stmt, idx); in RdSqlColName()