|
@@ -273,20 +273,6 @@ LSUP_graph_remove (
|
|
const LSUP_Term *o, size_t *ct);
|
|
const LSUP_Term *o, size_t *ct);
|
|
|
|
|
|
|
|
|
|
-/** @brief Remove a whole graph from a context-aware store.
|
|
|
|
- *
|
|
|
|
- * @param[in] uri Graph (context) to remove.
|
|
|
|
- *
|
|
|
|
- * @return LSUP_OK if the graph was removed; LSUP_NOACTION if no graph was
|
|
|
|
- * found with the given URI; LSUP_VALU_ERR if the graph back end is a non-
|
|
|
|
- * permanent or non-context aware store.
|
|
|
|
- */
|
|
|
|
-/*
|
|
|
|
-LSUP_rc
|
|
|
|
-LSUP_graph_remove_ctx (LSUP_Graph *gr);
|
|
|
|
-*/
|
|
|
|
-
|
|
|
|
-
|
|
|
|
/** Look up triples by a matching pattern and yield an iterator.
|
|
/** Look up triples by a matching pattern and yield an iterator.
|
|
*
|
|
*
|
|
* @param gr[in] Graph to look up.
|
|
* @param gr[in] Graph to look up.
|