MetaKit is an efficient embedded database library with a small footprint. See http://www.equi4.com/metakit/ This driver originally donated by Alexander Smishlajev: http://lists.fourthought.com/pipermail/4suite-dev/2002-August/000621.html with copyright transferred to Fourthought. Copyright 2005 Fourthought, Inc. (USA). Detailed license and copyright information: http://4suite.org/COPYRIGHT Project home, documentation, distributions: http://4suite.org/
|
Classes:
|
Functions:
|
Globals:
|
Parameters:
view - RDF Model (MetaKit view)
indices - list of row indexes
Return value:
list of unique (object, otype) pairs
Parameters:
view - RDF Model (MetaKit view)
indices - list of row indexes
Return value:
list of unique subjects
parameters:
statement - 5-element sequence
(subject, predicate, object, statementUri, scope)
flags - dictionary with following recognized keys:
"subjectFlags", "predicateFlags", "objectFlags",
"statementUriFlags", "scopeFlags".
dictionary values are any combination
of IGNORE_CASE and REGEX
Parameters:
view - MetaKit view used for lookups.
sel_col - name of the filter column.
Lookup is performed on this column for values in sel_val
sel_val - sequence of the lookup values.
When sel_col value matches any value in sel_val,
value from val_sel column is returned.
Return value:
list of matching row numbers