public abstract void setColumnDisplaySize (int columnIndex, int size) throws SQLException

Sets the designated column's normal maximum width in chars to the given int.

Parameters:
columnIndex    the first column is 1, the second is 2, ...
size    the normal maximum number of characters for the designated column

Exceptions:
SQLException    if a database access error occurs