1 connection.metadata.getMaxUserNameLength
<connection.metadata.getMaxUserNameLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of characters which this database allows for the user's name. |
Example
Maximum lenght for the user's name.
Copy
<xsql-script name='connection_getMaxUserNameLength_test1'> <body> <println> <connection.metadata.getMaxUserNameLength /> </println> </body> </xsql-script>