kDB: Knowledge DataBase
Loading...
Searching...
No Matches
kdb
kDB
Repository
krQuery
Interfaces
Action.h
1
#pragma once
2
3
#include <kDB/Forward.h>
4
5
namespace
kDB::Repository::krQuery::Interfaces
6
{
15
class
Action
16
{
17
public
:
18
virtual
~Action
();
22
virtual
cres_qresult<knowCore::Value>
execute
(
const
Context
& _context,
const
QString& _key,
23
const
knowCore::ValueHash
& _parameters)
24
= 0;
25
};
26
}
// namespace kDB::Repository::krQuery::Interfaces
kDB::Repository::krQuery::Context
Definition
Context.h:8
kDB::Repository::krQuery::Interfaces::Action
Definition
Action.h:16
kDB::Repository::krQuery::Interfaces::Action::execute
virtual cres_qresult< knowCore::Value > execute(const Context &_context, const QString &_key, const knowCore::ValueHash &_parameters)=0
knowCore::ValueHash
Definition
ValueHash.h:13
Generated by
1.12.0