$sql.resultSet.getBlob

Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
Syntax
    $sql.resultSet.getBlob{i}
    $sql.resultSet{getBlob}{i}
DocumentationRetrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.:

    Paramter:
      i - the first column is 1, the second is 2, ...
    Returns:
      a Blob object representing the SQL BLOB value in the specified column
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2