Searched defs:QueryContext (Results 1 – 5 of 5) sorted by relevance
24 struct QueryContext { struct25 std::string collectionName;26 std::string filter;27 std::vector<std::vector<std::string>> projectionPath;28 ProjectionTree projectionTree;29 bool ifShowId = false;30 bool viewType = false;31 bool isIdExist = false;
184 struct QueryContext : public ContextBase { in QueryData() struct185 std::string key; in QueryData()186 Intention intention; in QueryData()187 std::vector<UnifiedData> unifiedDataSet; in QueryData()
311 struct QueryContext : public ContextBase { in Query() struct312 std::string sharingRes; in Query()313 QueryResults results; in Query()
619 struct QueryContext : public TransactionContext { struct620 int32_t Parse(napi_env env, size_t argc, napi_value *argv, napi_value self) in Parse()632 std::shared_ptr<RdbPredicates> rdbPredicates = nullptr;633 std::vector<std::string> columns;635 std::shared_ptr<ResultSet> resultSet;
747 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay