Unlocks a locked table

1 table.unlock

<table.unlock table='table'/>

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' />