INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- redefined from RECORDSET; opens the table with
-- the specified name
-- add the specified record to the end of the table
-- note: no guarantee that this record will be really at the end
-- insert the specified record into the recordset before
-- the current record; note: no guarantee that this record
-- will be really where the cursor declaims
-- update current record
-- delete current record
-- add the record presented by list of values to the end
-- of the recordset
-- insert the record presented by list of values into
-- the recordset before the current record
-- update current record by the record presented by list of values
-- Returns the SQL string which creates the table.
-- Returns the SQL string which dropes the index.
-- set filter for records
-- define the order for records
-- returns table's structure
-- returns table's structure
-- returns table's structure
-- delivers new empty record
-- returns TRUE if the specified record is valid
-- returns TRUE if this array can be used as prototype
-- for a record
-- table qualifier is Void if and only if it isn't used
-- table owner is Void if and only if it isn't used
-- creation procedure; associates this table object with
-- the specified database and assigns all table's attributes
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |