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;
143 struct QueryContext : public ContextBase { in QueryData() struct144 std::string key; in QueryData()145 Intention intention; in QueryData()146 std::vector<UnifiedData> unifiedDataSet; in QueryData()
533 struct QueryContext : public TransactionContext { struct534 int32_t Parse(napi_env env, size_t argc, napi_value *argv, napi_value self) in Parse()547 std::shared_ptr<RdbPredicates> rdbPredicates = nullptr;548 std::vector<std::string> columns;550 std::shared_ptr<ResultSet> resultSet;
311 struct QueryContext : public ContextBase { in Query() struct312 std::string sharingRes; in Query()313 QueryResults results; in Query()
636 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay