Returns the maximum number of hexadecimal characters which this database allows in a literal binary line.
1 connection.metadata.getMaxBinaryLiteralLength
<connection.metadata.getMaxBinaryLiteralLength />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of hexadecimal characters which can be cantained in a literal binary for the current connection. |
Example
Maximum number of hexadecimal characters contained in a binary literal.
Copy
<xsql-script name='connection_getMaxBinaryLiteralLength_test1'> <body> <println> <connection.metadata.getMaxBinaryLiteralLength /> </println> </body> </xsql-script>