C |
Index: C D F L M O R U W |
CLEARFILE | Deletes all the records in a table's data section or dict section. |
CREATE | Used with OPENSEQ to create new O/S files (Types 1 and 19). |
D |
Index: C D F L M O R U W |
DELETE | There are two delete commands. Both are explained here. |
F |
Index: C D F L M O R U W |
FLUSH | Used with OPENSEQ to make sure all writes have completed. |
L |
Index: C D F L M O R U W |
LOCK | |
M |
Index: C D F L M O R U W |
MATREAD | Identical to READ except that the receiving dynamic array is replaced by a receiving dimensioned array. |
MATREADU | Identical to READU except that the receiving dynamic array is replaced by a receiving dimensioned array. |
MATWRITE | Identical to WRITE except that the receiving dynamic array is replaced by a receiving dimensioned array. |
MATWRITEU | Identical to WRITEU except that the receiving dynamic array is replaced by a receiving dimensioned array. |
O |
Index: C D F L M O R U W |
OPEN | OPEN establishes a file handle. |
R |
Index: C D F L M O R U W |
READ | Retrieves a record from the file and based on the record id |
READNEXT | |
READU | Retrieves a record from the file and based on the record id and sets an update lock |
READV | Retrieves a field from a record from the file and based on the record id |
READVU | Retrieves a field from record from the file and based on the record id and sets an update lock |
U |
Index: C D F L M O R U W |
UNLOCK | |
W |
Index: C D F L M O R U W |
WRITE | Writes record back to a database table. |
WRITEU | Writes data back to the database. |
WRITEV | Writes one field back to a database table. |
WRITEVU | Writes field back to a database table. |
| | |