Home
last modified time | relevance | path

Searched defs:colNames (Results 1 - 19 of 19) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Drelational_remote_query_continue_token.cpp19 RelationalRemoteQueryContinueToken::RelationalRemoteQueryContinueToken(std::vector<std::string> &&colNames, in RelationalRemoteQueryContinueToken() argument
H A Dsqlite_single_ver_relational_storage_executor.cpp1500 int GetRowDatas(sqlite3_stmt *stmt, bool isMemDb, std::vector<std::string> &colNames, in GetRowDatas() argument
1543 ExecuteQueryBySqlStmt(const std::string &sql, const std::vector<std::string> &bindArgs, int packetSize, std::vector<std::string> &colNames, std::vector<RelationalRowData *> &data) ExecuteQueryBySqlStmt() argument
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1032 BindValueToUpdateLogStatement(const VBucket &vBucket, const TableSchema &tableSchema, const std::vector<std::string> &colNames, bool allowPrimaryKeyEmpty, sqlite3_stmt *updateLogStmt) BindValueToUpdateLogStatement() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_row_data_set.cpp123 void RelationalRowDataSet::SetColNames(std::vector<std::string> &&colNames) in SetColNames() argument
H A Drelational_result_set_impl.cpp221 const auto &colNames = dataSet_.GetColNames(); in GetColumnName() local
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dishared_result_set_proxy.cpp129 std::vector<std::string> colNames; in GetColumnNames() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp313 std::vector<std::string> colNames; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dresult_set_proxy.cpp159 std::vector<std::string> colNames; in GetColumnNames() local
H A Dsqlite_shared_result_set.cpp156 std::vector<std::string> colNames; in GetColumnNames() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp39 std::vector<std::string> colNames; in GetAllColumnNames() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp238 std::vector<std::string> colNames = {"testColName"}; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp114 void BatchUpdateTableName2Data(uint64_t num, const std::set<std::string> &colNames) in BatchUpdateTableName2Data() argument
133 void BatchOperatorTableName2Data(uint64_t num, const std::set<std::string> &colNames) in BatchOperatorTableName2Data() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp284 std::vector<std::string> colNames; in GetAllColumnNames() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp189 std::vector<std::string> colNames; in GetAllColumnNames() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_execute_rd_test.cpp226 std::vector<std::string> colNames = {}; in HWTEST_P() local
338 std::vector<std::string> colNames = {}; in CreateIdxAndSelect() local
578 std::vector<std::string> colNames = {}; in HWTEST_P() local
727 std::vector<std::string> colNames = {}; HWTEST_P() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils_extend.cpp537 void SQLiteUtils::GetSelectCols(sqlite3_stmt *stmt, std::vector<std::string> &colNames) in GetSelectCols() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp369 int StorageProxy::GetPrimaryColNamesWithAssetsFields(const TableName &tableName, std::vector<std::string> &colNames, in GetPrimaryColNamesWithAssetsFields() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1077 BindUpdateLogStmtFromVBucket(const VBucket &vBucket, const TableSchema &tableSchema, const std::vector<std::string> &colNames, sqlite3_stmt *updateLogStmt) BindUpdateLogStmtFromVBucket() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp899 std::vector<std::string> colNames; in ExecuteQuery() local
869 GetRemoteQueryData(const PreparedStmt &prepStmt, size_t packetSize, std::vector<std::string> &colNames, std::vector<RelationalRowData *> &data) const GetRemoteQueryData() argument

Completed in 28 milliseconds