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

1 system.user.getRoleSQLEntity

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

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

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