$sql.metaData.getMaxBinaryLiteralLength

Retrieves the maximum number of hex characters this database allows in an inline binary literal.
Syntax
    $sql.metaData.getMaxBinaryLiteralLength{jdbcProfileName}
DocumentationRetrieves the maximum number of hex characters this database allows in an inline binary literal.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      max the maximum length (in hex characters) for a binary literal; a result of zero means that there is no limit or the limit is not known
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1