Documentation
Table of Contents
This is a complete volatile file library that implements the vola1base as an in memory, virtual database that is compliant to SBME and db1table. It does not currently implement the table modification functionality, only table creation.
Objects of type vola1base have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| _private | vola1baseprivate | |
| cachesize | integer | |
| commit | function | |
| committype | string | |
| filename | string | |
| gettablenames | function | |
| lock | function | |
| locktype | string | |
| newtable | function | |
| opentable | function | |
| rollback | function | |
| setcachesize | function | |
| setcommittype | function | |
| type | type | |
| unlock | function |
vola1basevar.gettablenames (
vola1base ,
array me,
string tablenames,
integer pattern )
error



