Searched refs:outSql (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_sql_builder.h | 42 const int &offset, std::string &outSql);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_sql_builder.cpp | 88 …g &indexName, const std::string &orderBy, const int &limit, const int &offset, std::string &outSql) in BuildQueryString() argument 106 outSql = sql; in BuildQueryString()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_step_result_set_test.cpp | 1463 std::string outSql; variable 1464 …errCode = SqliteSqlBuilder::BuildQueryString(false, "", "", columns, "", "", "", "", 0, 0, outSql);
|