Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.h51 static int BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal);
H A Dsqlite_relational_utils.cpp191 errCode = BindExtendStatementByType(statement, cid, typeVal); in BindStatementByType()
198 int SQLiteRelationalUtils::BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVa… in BindExtendStatementByType() function in DistributedDB::SQLiteRelationalUtils