Returns a list of the unique restrictions of the specified table.

1 connection.metadata.getUniqueConstraints

<connection.metadata.getUniqueConstraints table='table'/>
Example
Copy
<xsql-script name='connection_metadata.getUniqueConstraints_sample'>
    <body>
        <println>
            <connection.metadata.getUniqueConstraints table='gartdele' />
        </println>
    </body>
</xsql-script>
Copy
+-----------+
|name       |
+-----------+
|u_gartdele1|
+-----------+