$sql.callableStatement.setBlob

Sets the designated parameter to the given Blob object.
Syntax
    $sql.callableStatement.setBlob
DocumentationSets the designated parameter to the given Blob object. The driver converts this to an SQL BLOB value when it sends it to the database.

    Paramter:
      i - the first parameter is 1, the second is 2, ...

      x - a Blob object that maps an SQL BLOB value
    Returns:
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters4
Maximum parameters 4