In the following functions, the key argument can always be assumed to be the value returned by a call to a keyify routine.
Returns a non-
#fvalue if there is a row associated with key in the table opened in handle and#fotherwise.
Returns a procedure which takes arguments handle and key. This procedure returns a list of the non-primary values of the relation (in the base table opened in handle) whose primary key is key if it exists, and
#fotherwise.
make-getter-1 is a new operation. The relational-database
module works with older base-table implementations by using
make-getter.
Returns a procedure which takes arguments handle and key. This procedure returns the value of the indexth field (in the base table opened in handle) whose primary key is key if it exists, and
#fotherwise.index must be larger than key-dimension.