Database index
CREATE_INDEX
create_index(Function f, Charstring par, Charstring indtype, Charstring multiplicity) -> Integer
STABLE
No description.
create_index(Charstring fn, Charstring par, Charstring indtype, Charstring multiplicity) -> Integer
STABLE
No description.
DROP_INDEX
drop_index(Function f, Charstring par) -> Integer
STABLE
Remove index on function f at parameter par
drop_index(Charstring fn, Charstring par) -> Integer
STABLE
Remove index on function named fn at parameter par
EXTRACT_ROWS
extract_rows(Collection rows) -> Bag of Vector
STABLE
No description.
INDEXES
indexes(Function f) -> Bag of Vector descr
STABLE
No description.
