Synopsis
tabledelete(tablename, checksubtables, ack, tableserver)
Description
Delete a table on disk. All subtables are also deleted.
The delete fails when the table is still in use in another process.
When it is in use in this process only, it is closed and deleted.
Optionally it also checks if subtables are in use in another process.
Arguments
tablename |
in |
Name of table on disk |
|
|
Allowed: |
String |
checksubtables |
in |
Check if subtables are multiused?) |
|
|
Allowed: |
Bool |
|
|
Default: |
T |
ack |
in |
Acknowledge deletion of table) |
|
|
Allowed: |
Bool |
|
|
Default: |
T |
tableserver |
in |
Table server to be used |
|
|
Allowed: |
Any tableserver |
|
|
Default: |
defaulttableserver |