Returns the maximum number of characters which allows this database in a catalog name.

1 connection.metadata.getMaxCatalogNameLength

<connection.metadata.getMaxCatalogNameLength />
Example

Maximum number of characters for a catalog name.

Copy
<xsql-script name='connection_getMaxCatalogNameLength_test1'>
    <body>
        <println>
           <connection.metadata.getMaxCatalogNameLength />
        </println>
    </body>
</xsql-script>