Unlocks a locked table
1 table.unlock
<table.unlock table='table'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atable | string | Name of the table to be unlocked.. |
Returns | |
---|---|
Type | Description |
Boolean | 1 is returned if the function has been performed successfully. |
Exceptions
Database required.
The database needs to be specified.
The specified table is not in the database.
The table does not exist.
Required attribute [...]
A required attribute has not been reported.
Remarks
The UNLOCK TABLE statement is not valid within a transaction.
So if DB supports transactions this method will execute a "commit".
Example
Table Unlock Statement.
Copy
<table.unlock table='name_of_table1' />