Allows to determine the sql restrictiones by object assigned to the user in the database to which is connected.

1 system.user.getRoleSQLObject

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

Visualize the role code and the sql restriction which has on the capuntes object.

Copy
<xsql-script>
     <body>
        <println>
           <system.user.getRoleSQLObject/>
        </println>
        <println>
           <system.user.getRoleSQLObject code='capuntes' />
        </println>
     </body>
</xsql-script>