$sql.resultSet.getClob

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

    Paramter:
      i - the first column is 1, the second is 2, ...
    Returns:
      an Array object representing the SQL ARRAY 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 parameters1
Maximum parameters 1