1 connection.metadata.getMaxIndexLength

<connection.metadata.getMaxIndexLength />
Example

Maximum number of Bytes for an index.

Copy
<xsql-script name='connection_getMaxIndexLength_test1'>
    <body>
        <println>
           <connection.metadata.getMaxIndexLength />
        </println>
    </body>
</xsql-script>