$sql.resultSet.getColumnDisplaySize

Indicates the designated column's normal maximum width in characters.
Syntax
    $sql.resultSet.getColumnDisplaySize{column}
    $sql.resultSet{getColumnDisplaySize}{column}
DocumentationIndicates the designated column's normal maximum width in characters.:

    Paramter:
      column - the first column is 1, the second is 2, ...
    Returns:
      the normal maximum number of characters allowed as the width of the designated 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