Home
last modified time | relevance | path

Searched refs:outSql (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_sql_builder.h42 const int &offset, std::string &outSql);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp88 …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 Drdb_step_result_set_test.cpp1463 std::string outSql; variable
1464 …errCode = SqliteSqlBuilder::BuildQueryString(false, "", "", columns, "", "", "", "", 0, 0, outSql);