|
|
| operator Derive () const |
| |
|
cres_qresult< ValueType > | focusNode (const knowCore::Uri &_uri) const |
| |
|
cres_qresult< bool > | hasFocusNode (const knowCore::Uri &_focusNodeUri, const knowCore::Uri &_typeUri=Derive::primaryType()) const |
| |
|
cres_qresult< QList< ValueType > > | focusNodes (const QList< QPair< knowCore::Uri, knowCore::ConstrainedValue > > &_constraints, const FocusNodeCollection::OperatorOptions &_operatorOptions) const |
| |
|
template<typename... _TArgs_> |
| cres_qresult< QList< ValueType > > | focusNodes (const knowCore::Uri &_uri, const knowCore::ConstrainedValue &_constraint, const _TArgs_ &... _args) const |
| |
|
cres_qresult< ValueType > | createFocusNode (const knowCore::Uri &_typeUri, const knowCore::ValueHash &_properties, const knowCore::Uri &_focusNodeUri) |
| |
|
FocusNodeCollection & | focusNodeCollection () |
| |
|
const FocusNodeCollection & | focusNodeCollection () const |
| |
◆ all()
template<typename _TDerive_ >
- Returns
- all the values contained in this document.
◆ connection()
template<typename _TDerive_ >
◆ count()
template<typename _TDerive_ >
- Returns
- the number of datasets in this document.
◆ create()
template<typename _TDerive_ >
Create a new kDB::Repository::TripleStore with uri _graph, add it to the union of collections Uris::kdb_sensing::datasets.
- Returns
- an invalid Collection if an error occurs or if the collection already exists
◆ get()
template<typename _TDerive_ >
Return an unique instance of the collection stored in _graph for a given _connection
- Returns
- an invalid Collection if it does not exists
◆ getOrCreate()
template<typename _TDerive_ >
Create or access the collection specified in _graph
- Returns
- an invalid Collection if an error occurs
◆ isReadOnly()
template<typename _TDerive_ >
- Returns
- true if it can only be used to access datasets and not insert one.
◆ isValid()
template<typename _TDerive_ >
- Returns
- true if it is a valid collection of datasets
◆ uri()
template<typename _TDerive_ >
- Returns
- the uri for the graph
The documentation for this class was generated from the following file: