Home
last modified time | relevance | path

Searched refs:sqlite3_stmt (Results 1 – 25 of 87) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.h67 sqlite3_stmt *statement, CloudSyncData &cloudDataResult, UploadDetail &detail);
71 static void GetCloudExtraLog(sqlite3_stmt *stmt, VBucket &flags);
73 static int GetCloudKvData(sqlite3_stmt *stmt, VBucket &data, uint32_t &totalSize);
84 static DataInfoWithLog FillLogInfoWithStmt(sqlite3_stmt *stmt);
100 static int BindStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, int index, OpType opType,
103 … static int BindInsertStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, const std::string &user,
106 static int BindInsertLogStmt(sqlite3_stmt *logStmt, const std::string &user,
109 … static int BindUpdateStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, const std::string &user,
114 … static int BindDeleteStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, const std::string &user,
123 static int StepStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, bool isMemory);
[all …]
H A Dsqlite_single_ver_storage_executor.h201 sqlite3_stmt *queryStatement = nullptr;
202 sqlite3_stmt *insertStatement = nullptr;
203 sqlite3_stmt *updateStatement = nullptr;
207 inline sqlite3_stmt *GetDataSaveStatement(bool isUpdate) const in GetDataSaveStatement()
247 int InitResultSet(const Key &keyPrefix, sqlite3_stmt *&countStmt);
274 int BindSyncDataInCacheMode(sqlite3_stmt *statement,
282 int BindDevSyncDataInCacheMode(sqlite3_stmt *statement,
331 int GetSyncDataWithQuery(sqlite3_stmt *fullStmt, sqlite3_stmt *queryStmt,
370 sqlite3_stmt *getSyncStatement_;
371 sqlite3_stmt *getResultRowIdStatement_;
[all …]
H A Dsqlite_query_helper.h74 int GetQuerySqlStatement(sqlite3 *dbHandle, bool onlyRowid, sqlite3_stmt *&statement);
75 int GetQuerySqlStatement(sqlite3 *dbHandle, const std::string &sql, sqlite3_stmt *&statement);
76 int GetCountSqlStatement(sqlite3 *dbHandle, sqlite3_stmt *&countStmt);
81 int BindSyncDataCheckStmt(sqlite3_stmt *statement, const Key &hashKey) const;
99 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement);
103 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement);
113 sqlite3_stmt *&statement);
120 const std::string &user, sqlite3_stmt *&stmt);
146 int BindFieldValue(sqlite3_stmt *statement, const QueryObjNode &queryNode, int &index) const;
153 int BindObjNodes(sqlite3_stmt *&statement, int &index) const;
[all …]
H A Dsqlite_multi_ver_transaction.h104 int CheckIfNeedSaveRecord(sqlite3_stmt *statement, const MultiVerKvEntry *multiVerKvEntry,
109 sqlite3_stmt *getEntriesStatement = nullptr;
110 sqlite3_stmt *hashFilterStatement = nullptr;
121 static int GetRawMultiVerEntry(sqlite3_stmt *statement, MultiVerEntryData &keyEntry);
123 static int GetRawDataByVersion(sqlite3_stmt *&statement, const Version &version,
128 static int BindAddRecordKeysToStatement(sqlite3_stmt *statement, const Key &key,
138 int BindClearIdAndVersion(sqlite3_stmt *statement, int index) const;
140 int BindQueryEntryArgs(sqlite3_stmt *statement, const Key &key) const;
142 int BindQueryEntriesArgs(sqlite3_stmt *statement, const Key &key) const;
144 int BindAddRecordArgs(sqlite3_stmt *statement, const Key &key, const Value &value,
[all …]
H A Dsqlite_cloud_kv_executor_utils.cpp248 sqlite3_stmt *stmt = nullptr; in GetLogInfo()
427 sqlite3_stmt *logStmt = nullptr; in OperateCloudData()
572 int SqliteCloudKvExecutorUtils::BindInsertStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, in BindInsertStmt()
758 int SqliteCloudKvExecutorUtils::StepStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, bool isMemo… in StepStmt()
804 sqlite3_stmt *logStmt = nullptr; in OnlyUpdateLogTable()
1006 sqlite3_stmt *stmt = nullptr; in CountCloudDataInner()
1134 sqlite3_stmt *stmt = nullptr; in GetLocalCloudVersionInner()
1213 sqlite3_stmt *dataStmt) in BindVersionStmt()
1291 sqlite3_stmt *stmt = nullptr; in GetWaitCompensatedSyncDataPk()
1328 sqlite3_stmt *stmt = nullptr; in GetWaitCompensatedSyncDataUserId()
[all …]
H A Dsqlite_utils.h63 static int GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement);
66 static int BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &str);
68 static int BindInt64ToStatement(sqlite3_stmt *statement, int index, int64_t value);
75 static void ResetStatement(sqlite3_stmt *&statement, bool isNeedFinalize, int &errCode);
78 static int StepWithRetry(sqlite3_stmt *statement, bool isMemDb = false);
81 static int BindPrefixKey(sqlite3_stmt *statement, int index, const Key &keyPrefix);
94 static int GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value);
96 static int GetColumnTextValue(sqlite3_stmt *statement, int index, std::string &value);
175 static int ExpandedSql(sqlite3_stmt *stmt, std::string &basicString);
191 static void GetSelectCols(sqlite3_stmt *stmt, std::vector<std::string> &colNames);
[all …]
H A Dsqlite_multi_ver_transaction.cpp240 sqlite3_stmt *statement = nullptr; in Get()
262 sqlite3_stmt *statement = nullptr; in GetValueForTrimSlice()
451 sqlite3_stmt *statement = nullptr; in GetDiffEntries()
507 sqlite3_stmt *statement = nullptr; in GetMaxVersion()
535 sqlite3_stmt *statement = nullptr; in ClearEntriesByVersion()
566 sqlite3_stmt *statement = nullptr; in GetPrePutValues()
613 sqlite3_stmt *statement = nullptr; in RemovePrePutEntries()
667 sqlite3_stmt *statement = nullptr; in GetEntriesByVersion()
701 sqlite3_stmt *statement = nullptr; in GetEntriesByVersion()
746 sqlite3_stmt *statement = nullptr; in GetCurrentMaxTimestamp()
[all …]
/ohos5.0/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c38 return sqlite3_finalize((sqlite3_stmt *)pStmt); in SqliteFinalize()
63 return sqlite3_bind_int64((sqlite3_stmt *)pStmt, index, iValue); in SqliteBindInt64()
73 return sqlite3_step((sqlite3_stmt *)pStmt); in SqliteStep()
78 return sqlite3_column_name((sqlite3_stmt *)pStmt, col); in SqliteColumnName()
83 return sqlite3_data_count((sqlite3_stmt *)pStmt); in SqliteDataCount()
88 return sqlite3_column_blob((sqlite3_stmt *)pStmt, col); in SqliteColumnBlob()
93 return sqlite3_column_int((sqlite3_stmt *)pStmt, col); in SqliteColumnInt()
98 return sqlite3_column_int64((sqlite3_stmt *)pStmt, col); in SqliteColumnInt64()
103 return sqlite3_column_bytes((sqlite3_stmt *)pStmt, col); in SqliteColumnBytes()
108 return sqlite3_column_type((sqlite3_stmt *)pStmt, col); in SqliteColumnType()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.h27 sqlite3_stmt *saveDataStmt = nullptr;
28 sqlite3_stmt *saveLogStmt = nullptr;
29 sqlite3_stmt *queryStmt = nullptr;
30 sqlite3_stmt *rmDataStmt = nullptr;
31 sqlite3_stmt *rmLogStmt = nullptr;
64 int BindInsertStatement(sqlite3_stmt *stmt, const DataItem &dataItem);
67 int GetDeleteLogStmt(sqlite3 *db, sqlite3_stmt *&stmt);
68 int GetDeleteSyncDataStmt(sqlite3 *db, sqlite3_stmt *&stmt);
72 int GetInsertStatement(sqlite3 *db, sqlite3_stmt *&stmt);
74 int GetSaveLogStatement(sqlite3 *db, sqlite3_stmt *&logStmt, sqlite3_stmt *&queryStmt);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h73 …std::function<int(sqlite3 *, sqlite3_stmt *&, sqlite3_stmt *&, bool &)> getStmt, const TableInfo &…
267 …int SaveSyncLog(sqlite3_stmt *statement, sqlite3_stmt *queryStmt, const DataItem &dataItem, int64_…
273 sqlite3_stmt *&rmLogStmt);
299 const Key &hashKey, sqlite3_stmt *&selectStmt);
311 const int &index, sqlite3_stmt *&statement);
333 sqlite3_stmt *insertLogStmt);
359 const VBucket &vBucket, sqlite3_stmt *&deleteStmt);
393 sqlite3_stmt *&stmt, int &fillGidCount);
410 sqlite3_stmt *&stmt);
419 sqlite3_stmt *&statement);
[all …]
H A Dsqlite_relational_utils.h28 static int GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value);
30 static std::vector<DataValue> GetSelectValues(sqlite3_stmt *stmt);
32 static int GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cloudValue);
36 static int BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal);
38 static int GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket);
51 static int BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal);
53 static int GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);
54 static int GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);
H A Dsqlite_single_ver_relational_continue_token.h35 …int GetStatement(sqlite3 *db, sqlite3_stmt *&queryStmt, sqlite3_stmt *&fullStmt, bool &isGettingDe…
43 …int GetCloudStatement(sqlite3 *db, CloudSyncData &cloudDataResult, sqlite3_stmt *&queryStmt, bool …
48 int GetQuerySyncStatement(sqlite3 *db, sqlite3_stmt *&stmt);
49 int GetDeletedDataStmt(sqlite3 *db, sqlite3_stmt *&stmt) const;
50 int GetMissQueryStatement(sqlite3 *db, sqlite3_stmt *&stmt);
62 sqlite3_stmt *queryStmt_ = nullptr;
H A Dsqlite_single_ver_relational_continue_token.cpp34 …gleVerRelationalContinueToken::GetStatement(sqlite3 *db, sqlite3_stmt *&queryStmt, sqlite3_stmt *&… in GetStatement()
90 int SQLiteSingleVerRelationalContinueToken::GetQuerySyncStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetQuerySyncStatement()
104 int SQLiteSingleVerRelationalContinueToken::GetMissQueryStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetMissQueryStatement()
114 int SQLiteSingleVerRelationalContinueToken::GetDeletedDataStmt(sqlite3 *db, sqlite3_stmt *&stmt) co… in GetDeletedDataStmt()
177 sqlite3_stmt *&queryStmt, bool &isFirstTime) in GetCloudStatement()
H A Dsqlite_relational_utils.cpp25 int SQLiteRelationalUtils::GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value) in GetDataValueByType()
75 std::vector<DataValue> SQLiteRelationalUtils::GetSelectValues(sqlite3_stmt *stmt) in GetSelectValues()
86 int SQLiteRelationalUtils::GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cl… in GetCloudValueByType()
162 int SQLiteRelationalUtils::BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) in BindStatementByType()
198 int SQLiteRelationalUtils::BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVa… in BindExtendStatementByType()
238 int SQLiteRelationalUtils::GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket) in GetSelectVBucket()
270 int SQLiteRelationalUtils::GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetTypeValByStatement()
316 int SQLiteRelationalUtils::GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetBlobByStatement()
366 sqlite3_stmt *stmt = nullptr; in SelectServerObserver()
413 sqlite3_stmt *stmt = nullptr; in QueryCount()
H A Dsqlite_single_ver_relational_storage_executor.cpp152 sqlite3_stmt *stmt = nullptr; in GetExistedDataTimeOffset()
352 sqlite3_stmt *stmt = nullptr; in GetDeviceTableName()
670 sqlite3_stmt *statement = nullptr; in GetKvData()
699 sqlite3_stmt *statement = nullptr; in PutKvData()
729 sqlite3_stmt *statement = nullptr; in DeleteMetaData()
943 RelationalSyncDataInserter &inserter, sqlite3_stmt *&rmDataStmt, sqlite3_stmt *&rmLogStmt) in ProcessMissQueryData()
1170 sqlite3_stmt *fullStmt = nullptr; in GetSyncDataByQuery()
1351 sqlite3_stmt *stmt = nullptr; in CheckAndCleanDistributedTable()
1452 sqlite3_stmt *stmt = nullptr; in CheckQueryObjectLegal()
1482 sqlite3_stmt *stmt = nullptr; in GetMaxTimestamp()
[all …]
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp52 sqlite3_stmt *selectStmt = nullptr; in GetInfoByPrimaryKeyOrGid()
388 sqlite3_stmt *stmt = nullptr; in GetCursor()
395 sqlite3_stmt *statement = stmt; in GetCursor()
418 sqlite3_stmt *stmt = nullptr; in SetCursor()
730 sqlite3_stmt *updateStmt) in BindOneField()
1033 sqlite3_stmt *updateLogStmt) in BindValueToUpdateLogStatement()
1153 sqlite3_stmt *stmt = nullptr; in UpdateRecordStatus()
1343 sqlite3_stmt *stmt = nullptr; in MarkFlagAsConsistent()
1378 sqlite3_stmt *stmt = nullptr; in FillCloudVersionForUpload()
1415 sqlite3_stmt *stmt = nullptr; in GetUploadCountInner()
[all …]
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp79 sqlite3_stmt *stmt = nullptr; in GetFillDownloadAssetStatement()
136 sqlite3_stmt *stmt = nullptr; in FillCloudAssetForDownload()
203 sqlite3_stmt *stmt = nullptr; in FillCloudAssetForUpload()
256 sqlite3_stmt *&stmt) in BindUpdateVersionStatement()
554 sqlite3_stmt *stmt = nullptr; in ClearAllTempSyncTrigger()
1143 sqlite3_stmt *stmt = nullptr; in UpdateAssetIdOnUserTable()
1234 sqlite3_stmt *stmt = nullptr; in CleanAssetsIdOnUserTable()
1273 sqlite3_stmt *stmt = nullptr; in GetAssetsByGidOrHashKey()
1533 sqlite3_stmt *&stmt) in BindAssetToBlobStatement()
1549 sqlite3_stmt *&stmt) in BindAssetsToBlobStatement()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h79 int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *stmt);
80 FillOneRowResult FillOneRowOfString(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, …
82 FillOneRowResult FillOneRowOfLong(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in…
84 FillOneRowResult FillOneRowOfFloat(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, i…
86 FillOneRowResult FillOneRowOfBlob(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in…
88 FillOneRowResult FillOneRowOfNull(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, in…
90 FillOneRowResult FillOneRow(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int numC…
92 void FillRow(SharedBlockInfo *info, sqlite3_stmt *stmt);
93 void DefFillRow(SharedBlockInfo *info, sqlite3_stmt *stmt);
94 int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stmt);
[all …]
H A Dsqlite_statement.h68 using Action = int32_t (*)(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
69 static int32_t BindNil(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
71 static int32_t BindDouble(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
72 static int32_t BindText(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
73 static int32_t BindBool(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
74 static int32_t BindBlob(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
75 static int32_t BindAsset(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
76 static int32_t BindAssets(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
77 static int32_t BindFloats(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
78 static int32_t BindBigInt(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.h35 static int GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement);
36 static int StepWithRetry(sqlite3_stmt *statement);
37 static int ResetStatement(sqlite3_stmt *&statement, bool finalize);
39 …static int BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t> &val…
40 static int GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value);
42 static int BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value);
49 …static int ExecSql(sqlite3 *db, const std::string &sql, const std::function<int(sqlite3_stmt *)> &…
50 const std::function<int(sqlite3_stmt *, bool &)> &resultCallback);
H A Drd_sqlite_utils.cpp86 int RDSQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement()
111 int RDSQLiteUtils::StepWithRetry(sqlite3_stmt *statement) in StepWithRetry()
125 int RDSQLiteUtils::ResetStatement(sqlite3_stmt *&statement, bool finalize) in ResetStatement()
152 int RDSQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_… in BindBlobToStatement()
168 int RDSQLiteUtils::GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &val… in GetColumnBlobValue()
192 int RDSQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value) in BindTextToStatement()
242 …:ExecSql(sqlite3 *db, const std::string &sql, const std::function<int(sqlite3_stmt *)> &bindCallba… in ExecSql() argument
243 const std::function<int(sqlite3_stmt *, bool &)> &resultCallback) in ExecSql()
249 sqlite3_stmt *stmt = nullptr; in ExecSql()
H A Dsqlite_store_executor_impl.cpp118 [key, value](sqlite3_stmt *stmt) { in PutData()
147 [key, value](sqlite3_stmt *stmt) { in InsertData()
174 [key](sqlite3_stmt *stmt) { in GetDataByKey()
178 [&value, &innerErrorCode](sqlite3_stmt *stmt, bool &isMatchOneData) { in GetDataByKey()
201 [key](sqlite3_stmt *stmt) { in GetDataById()
205 [&value, &innerErrorCode](sqlite3_stmt *stmt, bool &isMatchOneData) { in GetDataById()
255 [key](sqlite3_stmt *stmt) { in GetDataByFilter()
261 … [&keyResult, &innerErrorCode, &valueResult, &filterObj, &values, &isFindMatch](sqlite3_stmt *stmt, in GetDataByFilter()
305 [key](sqlite3_stmt *stmt) { in DelData()
384 [name](sqlite3_stmt *stmt) { in IsCollectionExists()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_utils_test.cpp88 NativeSqlite::ExecSql(g_db, "INSERT INTO t1 VALUES(?, ?)", [&blob](sqlite3_stmt *stmt) { in __anona04736ca0202()
94 NativeSqlite::ExecSql(g_db, "SELECT b FROM t1", nullptr, [](sqlite3_stmt *stmt) { in __anona04736ca0302()
117 NativeSqlite::ExecSql(g_db, "INSERT INTO t1 VALUES(?, ?)", [&blob](sqlite3_stmt *stmt) { in __anona04736ca0402()
123 NativeSqlite::ExecSql(g_db, "SELECT b FROM t1", nullptr, [&blob](sqlite3_stmt *stmt) { in __anona04736ca0502()
145 NativeSqlite::ExecSql(g_db, "INSERT INTO t1 VALUES(?, ?)", [&blob](sqlite3_stmt *stmt) { in __anona04736ca0602()
151 NativeSqlite::ExecSql(g_db, "SELECT b FROM t1", nullptr, [&blob](sqlite3_stmt *stmt) { in __anona04736ca0702()
174 NativeSqlite::ExecSql(g_db, "INSERT INTO t1 VALUES(?, ?)", [&text](sqlite3_stmt *stmt) { in __anona04736ca0802()
180 NativeSqlite::ExecSql(g_db, "SELECT b FROM t1", nullptr, [](sqlite3_stmt *stmt) { in __anona04736ca0902()
203 NativeSqlite::ExecSql(g_db, "INSERT INTO t1 VALUES(?, ?)", [&text](sqlite3_stmt *stmt) { in __anona04736ca0a02()
209 NativeSqlite::ExecSql(g_db, "SELECT b FROM t1", nullptr, [&text](sqlite3_stmt *stmt) { in __anona04736ca0b02()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp109 int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlockOpt()
155 int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlock()
194 void FillRow(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillRow()
217 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int numColumns, int startPos, int a… in FillOneRow()
264 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfString()
284 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfLong()
297 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfFloat()
310 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfBlob()
337 …AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int po… in FillOneRowOfNull()
347 bool ResetStatement(SharedBlockInfo *info, sqlite3_stmt *stmt) in ResetStatement()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.cpp33 struct sqlite3_stmt;
41 __attribute__((visibility("default"))) int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *… in FillSharedBlockOpt()
48 __attribute__((visibility("default"))) int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stm… in FillSharedBlock()
55 __attribute__((visibility("default"))) bool ResetStatement(SharedBlockInfo *info, sqlite3_stmt *stm… in ResetStatement()

1234