Returns the maximum number of characters which a database allows in the name of the schemas.
1 connection.metadata.getMaxSchemaNameLength
<connection.metadata.getMaxSchemaNameLength />
Returns | |
---|---|
Type | Description |
Integer | Maximum number of characters for the name of a schema. |
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>