Allows to determine the sql restrictions by transactions assigned to the user in the database to which is connected.

1 system.user.getRoleSQLTransaction

<system.user.getRoleSQLTransaction code='code'/>
Example

Visualize the role code and the sql restrictions which has on the transactions.

Copy
<xsql-script>
     <body>
        <println>
           <system.user.getRoleSQLTransaction/>
        </println>
     </body>
</xsql-script>