1 unlock
The unlock element disables limitations in accessing a database table.
<unlock name='name'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | string | Name of the table whose access must be reopened. |
1.1 Example
In the following example, the read and write access to the table 'x' is again allowed.
Example
Copy
<xsql-conversion> <unlock table='x' /> </xsql-conversion>