Next: Base ISAM Operations, Previous: Match Keys, Up: Base Table [Contents][Index]
The key-dimension and column-types arguments are needed to decode the composite-keys for matching with match-keys.
Removes all rows which satisfy match-keys from the table opened in handle. An unspecified value is returned.
Calls procedure once with each key in the table opened in handle which satisfy match-keys in an unspecified order. An unspecified value is returned.
Returns a list of the values returned by calling procedure once with each key in the table opened in handle which satisfy match-keys in an unspecified order.