Returns the maximum number of characters which allows this database in a catalog name.
1 connection.metadata.getMaxCatalogNameLength
<connection.metadata.getMaxCatalogNameLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum lenght of a catalog name for the current connection. |
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>