Home
last modified time | relevance | path

Searched defs:sql (Results 51 - 75 of 217) sorted by relevance

123456789

/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_rdbstore.cpp188 int32_t RingtoneRdbStore::ExecuteSql(const string &sql) in ExecuteSql() argument
204 shared_ptr<NativeRdb::ResultSet> RingtoneRdbStore::QuerySql(const string &sql, const vector<string> &selectionArgs) in QuerySql() argument
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp166 std::shared_ptr<ResultSet> RdbAdapter::Get(const std::string& sql, const std::vector<ValueObject>& args) in Get() argument
229 int32_t RdbAdapter::CreateTable(const std::string& sql) in CreateTable() argument
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dvpn_database_helper.cpp63 std::string sql = in OnCreate() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtracker_table.cpp60 std::string sql = " CASE WHEN ("; in GetDiffTrackerValSql() local
78 std::string sql = ", cursor = CASE WHEN ("; in GetDiffIncCursorSql() local
151 std::string sql = "CREATE TEMP TRIGGER IF NOT EXISTS " + DBConstant::RELATIONAL_PREFIX + tableName_; GetTempInsertTriggerSql() local
173 std::string sql = "CREATE TEMP TRIGGER IF NOT EXISTS " + DBConstant::RELATIONAL_PREFIX + tableName_; GetTempUpdateTriggerSql() local
198 std::string sql = "CREATE TEMP TRIGGER IF NOT EXISTS " + DBConstant::RELATIONAL_PREFIX + tableName_; GetTempDeleteTriggerSql() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp37 int32_t CloudDbImpl::Execute(const std::string &table, const std::string &sql, const DBVBucket &extend) in Execute() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp60 const string sql = in CreateDBAndTable() local
97 int ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() argument
104 static const std::string sql = "INSERT OR REPLACE INTO " + g_tableName + " VALUES(?,?);"; in InsertData() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp117 const std::string sql = GetDeletedDataSQL(); in GetDeletedDataStmt() local
189 std::string sql = helper.GetRelationalCloudQuerySql(tableSchema_.fields, cloudDataResult.isCloudForcePushStrategy, in GetCloudStatement() local
H A Dcloud_sync_log_table_manager.cpp26 std::string sql; in CalcPrimaryKeyHash() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp18 int32_t CloudDB::Execute(const std::string &table, const std::string &sql, const VBucket &extend) in Execute() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp109 std::string sql; in CheckDataWithQuery() local
179 std::string sql = FormatSubscribeTriggerSql(subscribeId, subscribeCondition, mode); in AddSubscribeTrigger() local
225 const std::string sql = attachMetaMode_ ? REMOVE_ATTACH_META_VALUE_SQL : REMOVE_META_VALUE_SQL; in RemoveSubscribeTriggerWaterMark() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp253 std::shared_ptr<ResultSet> TransactionImpl::QueryByStep(const std::string &sql, const Values &args) in QueryByStep() argument
281 std::pair<int32_t, ValueObject> TransactionImpl::Execute(const std::string &sql, const Values &args) in Execute() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp57 std::string sql = "CREATE TABLE IF NOT EXISTS employee (" variable
/third_party/python/Modules/_sqlite/clinic/
H A Dcursor.c.h51 PyObject *sql; in pysqlite_cursor_execute() local
93 PyObject *sql; in pysqlite_cursor_executemany() local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp73 std::string sql = SqlUtil::GenerateCreateSql(TABLE_NAME, fields); in CreateTraceFlowControlTable() local
94 std::string sql = SqlUtil::GenerateDropSql(TABLE_NAME); in OnUpgrade() local
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp52 std::string sql = SqlUtil::GenerateCreateSql(EVENTS_TABLE, fields); in CreateEventsTable() local
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp61 std::string sql = SqlUtil::GenerateCreateSql(TABLE_NAME, fields); in OnCreate() local
212 std::string sql; in RefreshDbCount() local
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp51 void QueryStatusLogUtil::LogTooManyQueryRules(const std::string sql) in LogTooManyQueryRules() argument
66 void QueryStatusLogUtil::LogQueryOverTime(time_t costTime, const std::string sql, bool innerQuery) in LogQueryOverTime() argument
73 void QueryStatusLogUtil::LogQueryCountOverLimit(const int32_t queryCount, const std::string& sql, in LogQueryCountOverLimit() argument
81 void QueryStatusLogUtil::LogQueryTooFrequently(const std::string& sql, const std::string& processName, in LogQueryTooFrequently() argument
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp38 std::string sql = SqlUtil::GenerateCreateSql(tableName, fields); in CreateTable() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp184 std::string sql = SqlUtil::GenerateCreateSql(table, fields); in CreateTable() local
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp248 std::string sql = "select * from " + tableName + " where " + PolicyFiledConst::FIELD_PATH in FindSubPath() local
/base/request/request/services/src/manage/scheduler/state/
H A Dsql.rs140 let mut sql = format!( variables
175 let mut sql = format!( variables
257 let mut sql = format!( global() variables
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_rdb_data_mgr.cpp132 ErrCode FormRdbDataMgr::ExecuteSql(const std::string &sql) in ExecuteSql() argument
557 std::shared_ptr<NativeRdb::AbsSharedResultSet> FormRdbDataMgr::QuerySql(const std::string &sql) in QuerySql() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dphoto_map_operations.cpp357 string sql = "SELECT " + strColumns + " FROM " + VISION_IMAGE_FACE_TABLE + " F INNER JOIN " + in QueryGroupPhotoAlbumAssets() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp162 const string sql = "SELECT COUNT( * ) AS count FROM " + PhotoColumn::PHOTOS_TABLE; in QueryPhotosCount() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_rdb_test.cpp386 string sql; in HWTEST_F() local

Completed in 15 milliseconds

123456789