Reference - Unlock
DBE_Database :: unlock
Unlocks a list of tables
Tables files will be locked for multiple access ( fetch, insert, update, delete, fastFetch, fastUpdate... )
Set of operations can hence be done without other processes interfering
void unlock ( string $iTables)
Parameters :
| $iTables | Comma separated list of Table names to unlock |
Return :
none
Notes :
- Lock can be set on a single table
- Tables will be closed with unlock (unlike lock that will not open tables)