Lines Matching refs:RdbBaseHelper
38 int RdbBaseHelper::Insert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::str… in Insert()
47 int RdbBaseHelper::Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket… in Update()
57 int RdbBaseHelper::Update(int &changedRows, const NativeRdb::ValuesBucket &values, in Update()
67 int RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClaus… in Delete()
77 int RdbBaseHelper::Delete(int &deletedRows, const NativeRdb::AbsRdbPredicates &predicates) in Delete()
86 int RdbBaseHelper::ExecuteSql(const std::string &sql) in ExecuteSql()
95 int RdbBaseHelper::ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bi… in ExecuteSql()
104 std::shared_ptr<NativeRdb::ResultSet> RdbBaseHelper::QuerySql( in QuerySql()
114 std::shared_ptr<NativeRdb::ResultSet> RdbBaseHelper::Query( in Query()
124 int RdbBaseHelper::IsExistStore() in IsExistStore()
133 void RdbBaseHelper::CreateRdbStore( in CreateRdbStore()
140 int RdbBaseHelper::BeginTransaction() in BeginTransaction()
149 int RdbBaseHelper::RollBack() in RollBack()
158 int RdbBaseHelper::Commit() in Commit()
167 int RdbBaseHelper::BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std… in BatchInsert()
172 void RdbBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &… in ReplaceAllStr()