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

1 connection.metadata.getMaxSchemaNameLength

<connection.metadata.getMaxSchemaNameLength />
Example

Maximum length of the name of a schema.

Copy
<xsql-script name='connection_getMaxSchemaNameLength_test1'>
    <body>
        <println>
           <connection.metadata.getMaxSchemaNameLength />
        </println>
    </body>
</xsql-script>