Home
last modified time | relevance | path

Searched refs:SetBindArgs (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dprepared_stmt.h33 void SetBindArgs(std::vector<std::string> bindArgs);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp174 void RemoteExecutorRequestPacket::SetBindArgs(const std::vector<std::string> &bindArgs) in SetBindArgs() function in DistributedDB::RemoteExecutorRequestPacket
176 preparedStmt_.SetBindArgs(bindArgs); in SetBindArgs()
H A Dremote_executor_packet.h60 void SetBindArgs(const std::vector<std::string> &bindArgs);
H A Dremote_executor.cpp770 packet->SetBindArgs(task.condition.bindArgs); in FillRequestPacket()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dpredicates_utils.cpp43 predicates->SetBindArgs(bindArgs); in SetWhereClauseAndArgs()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp34 void PreparedStmt::SetBindArgs(std::vector<std::string> bindArgs) in SetBindArgs() function in DistributedDB::PreparedStmt
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_predicates.h56 API_EXPORT void SetBindArgs(const std::vector<ValueObject> &bindArgs);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_predicates.cpp608 void AbsPredicates::SetBindArgs(const std::vector<ValueObject> &bindArgs) in SetBindArgs() function in OHOS::NativeRdb::AbsPredicates