kDB: Knowledge DataBase
|
#include <Connection.h>
Public Member Functions | |
virtual bool | supportQuery (const knowCore::Uri &_type) const =0 |
virtual cres_qresult< knowDBC::Query > | createQuery (const knowCore::Uri &_type, const knowCore::ValueHash &_environment) const =0 |
virtual bool | isConnected () const =0 |
An interface for connection to a knowledge store.
|
pure virtual |
Create a query with the given type. May return an error if the type is not supported.
Implemented in py_kDBRepository::Connection::knowDBCConnectionInterface.
|
pure virtual |
Implemented in py_kDBRepository::Connection::knowDBCConnectionInterface.
|
pure virtual |
Implemented in py_kDBRepository::Connection::knowDBCConnectionInterface.