INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- creation procedure; attach to the database and attach
-- the query to itself
-- creation procedure; attach to the database and attach
-- the query to itself
-- creation procedure; attach to the database and build by the
-- specified query; if 's' is simply STRING then it'll be converted
-- to a QUERY before all
-- creation procedure; build by specified query; database and open
-- mode are taken from the query 'q'
-- refresh the contents of the record list
-- note: all open cursors will be stopped automatically
-- stop all open cursors, close recordset
-- returns a RECORD where specified cursor rests
-- returns a FIELD where specified cursor rests
-- by field's name
-- returns a FIELD where specified cursor rests
-- by field's ordinal position
-- a new cursor pointing initially to the first element of the set
-- number of recordset columns
-- number of recordset rows
-- redefined from ANY
-- is this recordset attached to some database?
-- set the recordset two-way scrollable (and, hence,
-- randomly accessible)
-- set the recordset forward only for faster
-- access to records; note, that only one cursor
-- is allowed in this mode
-- ...
-- returns True if this query is not void, is attached and
-- does not have attached recordset
-- redefined from MEMORY
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |