Searched defs:QueryContext (Results 1 – 6 of 6) 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;
144 struct QueryContext : public ContextBase { in QueryData() struct145 std::string key; in QueryData()146 Intention intention; in QueryData()147 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()
844 struct QueryContext : public AsyncCall::Context { in Query() struct845 std::string tid; in Query()846 TaskInfo taskInfo; in Query()
636 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay