Returns the maximum number of hexadecimal characters which this database allows in a literal binary line.

1 connection.metadata.getMaxBinaryLiteralLength

<connection.metadata.getMaxBinaryLiteralLength />
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>