1 unlock

The unlock element disables limitations in accessing a database table.

<unlock name='name'/>

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>