cursor_set_sexp


Description:

public bool cursor_set_sexp (BookCacheCursor cursor, string sexp) throws Error

Modifies the current query expression for cursor.

This will not modify cursor's state, but will change the outcome of any further calls to cursor_step or cursor_calculate.

Parameters:

this

An BookCache

cursor

The BookCacheCursor to modify

sexp

The new query expression for cursor

Returns:

true if the expression was valid and accepted by cursor