Home
last modified time | relevance | path

Searched defs:sql (Results 26 - 50 of 217) sorted by relevance

123456789

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_observer_dao.cpp55 std::string sql = SqlUtil::CreateTable(Observers::TABLE, fields); in Create() local
H A Dapp_event_mapping_dao.cpp58 std::string sql = SqlUtil::CreateTable(TABLE, fields); in Create() local
H A Dcustom_event_param_dao.cpp64 std::string sql = SqlUtil::CreateTable(TABLE, fields); in Create() local
/base/security/access_token/services/common/database/src/
H A Dstatement.cpp27 Statement::Statement(sqlite3* db, const std::string& sql) : db_(db), sql_(sql) in Statement() argument
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp117 std::string sql; in ClearData() local
/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_callback.cpp153 std::string sql; in ClearData() local
/base/telephony/telephony_data/sim/src/
H A Drdb_sim_helper.cpp176 std::string sql; in ClearData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsimple_tracker_log_table_manager.cpp25 std::string sql; in CalcPrimaryKeyHash() local
H A Dcollaboration_log_table_manager.cpp28 std::string sql; in CalcPrimaryKeyHash() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp20 PreparedStmt::PreparedStmt(ExecutorOperation opCode, const std::string &sql, const std::vector<std::string> &bindArgs) in PreparedStmt() argument
29 void PreparedStmt::SetSql(std::string sql) in SetSql() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_relational_utils_test.cpp91 void DistributedDBSqliteRelationalUtilsTest::PrepareStatement(const std::string &sql, sqlite3_stmt *&statement, in PrepareStatement() argument
171 std::string sql = "INSERT OR REPLACE INTO worker1(id, name, height, married, photo, asset, assets)" \ in HWTEST_F() local
200 std::string sql = "INSERT OR REPLACE INTO worker1(id, name, height, married, photo, asset, assets)" \ in HWTEST_F() local
[all...]
H A Ddistributeddb_relational_schema_analysis_test.cpp97 TableInfo AnalysisTable(const std::string &name, const std::string &sql) in AnalysisTable() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h69 const char *sql; member
/third_party/python/Modules/_sqlite/
H A Dstatement.c32 pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql) in pysqlite_statement_create() argument
135 lstrip_sql(const char *sql) in lstrip_sql() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dapp_event_task_storage.cpp73 std::string sql = SqlUtil::GenerateCreateSql(TABLE_NAME_TASK, fields); in InnerCreateAppTaskTable() local
/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/
H A Dcode_signature_analysis_kit_test.cpp42 static int32_t GetDataFromSqlMock(const char* sql, uint8_t *result, uint32_t resultLen) in GetDataFromSqlMock() argument
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_open_callback.cpp43 std::string sql = "create table if not exists " + tableName; in CreateHapTokenInfoTable() local
81 std::string sql = "create table if not exists " + tableName; in CreateNativeTokenInfoTable() local
109 std::string sql = "create table if not exists " + tableName; in CreatePermissionDefinitionTable() local
149 std::string sql in CreatePermissionStateTable() local
179 std::string sql = "create table if not exists " + tableName; CreatePermissionRequestToggleStatusTable() local
265 std::string sql = "alter table " + tableName + " add column " + AddAvailableTypeColumn() local
291 std::string sql = "alter table " + tableName + " add column " + AddRequestToggleStatusColumn() local
317 std::string sql = "alter table " + tableName + " add column " + AddPermDialogCapColumn() local
[all...]
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp87 int Database::ExecuteSql(const std::string &sql) in ExecuteSql() argument
96 int Database::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() argument
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/
H A Ddatabase_mock.cpp61 int Database::ExecuteSql(const std::string &sql) in ExecuteSql() argument
66 int Database::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() argument
/base/usb/usb_manager/services/native/src/
H A Dusb_right_database.cpp169 int32_t UsbRightDataBase::ExecuteSql(const std::string &sql, const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs) in ExecuteSql() argument
205 std::string sql = CREATE_USB_RIGHT_TABLE; in OnCreate() local
222 std::string sql = SQL_ADD_TOKEN_ID; in OnUpgrade() local
183 QuerySql( const std::string &sql, const std::vector<std::string> &selectionArgs) QuerySql() argument
[all...]
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp136 std::string sql; in ResetApn() local
/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp85 int RdbBaseHelper::ExecuteSql(const std::string &sql) in ExecuteSql() argument
94 int RdbBaseHelper::ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs) in ExecuteSql() argument
103 QuerySql( const std::string &sql, const std::vector<std::string> &selectionArgs) QuerySql() argument
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp238 std::string sql; in QueryMaxGroupId() local
247 std::string sql; in StatisticsUnRead() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/
H A Ddata_access.h106 std::unique_ptr<IDataStatement> CreateStatement(std::string sql) in CreateStatement() argument
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_db_utils.cpp46 int32_t RingtoneRestoreDbUtils::QueryInt(std::shared_ptr<NativeRdb::RdbStore> rdbStore, const std::string &sql, in QueryInt() argument

Completed in 10 milliseconds

123456789