1 connection.metadata.getMaxCursorNameLength

<connection.metadata.getMaxCursorNameLength />
Example

Maximum number of characters for the name of a Cursor.

Copy
<xsql-script name='connection_getMaxCursorNameLength_test1'>
    <body>
        <println>
           <connection.metadata.getMaxCursorNameLength />
        </println>
    </body>
</xsql-script>