1 connection.metadata.getMaxProcedureNameLength

<connection.metadata.getMaxProcedureNameLength />
Example

Maximum number of characters for the name of a process.

Copy
<xsql-script name='connection_getMaxProcedureNameLength_test1'>
    <body>
        <println>
           <connection.metadata.getMaxProcedureNameLength />
        </println>
    </body>
</xsql-script>