Returns the normal maximum width, in characters, for the designated column.
public int getColumnDisplaySize(int column)
Parameters
column
An integer that indicates the column index.
Return Value
An integer that indicates the maximum width. If the width is not known, returns 0.
Exceptions
Remarks
This getColumnDisplaySize method is specified by the getColumnDisplaySize method in the java.sql.ResultSetMetaData interface.