kDB: Knowledge DataBase
Loading...
Searching...
No Matches
KDB_SMQuery

Classes

class  kDB::SMQuery::Interfaces::Action
 

Functions

class kDB::SMQuery::Q_DECL_DEPRECATED_X ("SMQuery is deprecated in favor of krQL.") Engine
 

Detailed Description

kDB::SMQuery is a kDB library which allows to execute Simple Management Query.

The idea is for the engine to be able to execute query of the form

SOME KEY name1: value1 name2: value2 ...

For instance:

CREATE DATASETS uri: <uri_of_dataset>

Function Documentation

◆ Q_DECL_DEPRECATED_X()

class kDB::SMQuery::Q_DECL_DEPRECATED_X ( "SMQuery is deprecated in favor of krQL." )

Execution engine for Simple Management Query

Add an _action for the list of _keys.

Parameters
_action_owned_by_engineset to true if the action should be deleted by the engine

_keys take the form of "SOME ACTION" and will react to query with "SOME ACTION".

Remove the action. Do note that if the action will not be owned anymore by the engine.

Execute a query.