1 lock

The lock element limits access to a database table.

<lock
    name='name'
    mode='mode'
/>

1.1 Example

In the following share example, it is prohibited to modify data in the table 'x'.

Example
Copy
<xsql-conversion>
    <lock table='x' mode='share' />
</xsql-conversion>