$sql.metaData.supportsResultSetType

Retrieves whether this database supports the given result set type.
Syntax
    $sql.metaData.supportsResultSetType{jdbcProfileName}{int type}
DocumentationRetrieves whether this database supports the given result set type.:

    Paramter:
      type - defined in java.sql.ResultSet
    Returns:
      1 if so; 0 otherwise
    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