Returns the maximum number of characters which this database allows in a literal character.
1 connection.metadata.getMaxCharLiteralLength
<connection.metadata.getMaxCharLiteralLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the number of hexadecimal characters which can be contained in a literal of characters for the current connection. |
Example
Maximum number of characters for a literal of characters.
Copy
<xsql-script name='connection_getMaxCharLiteralLength_test1'> <body> <println> <connection.metadata.getMaxCharLiteralLength /> </println> </body> </xsql-script>
Copy
Running script................: sample 256 Program returned..............: <void> Execution completed...........: 0.079 secs.