ResultSetMetaData.getColumnDisplaySize

ResultSetMetaData.getColumnDisplaySize

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getColumnDisplaySize( int column ) throws SQLException
Parameters
column
the first column is 1, the second is 2, ...
Returns
max width
Description
What's the column's normal max width in chars?

Exceptions
SQLException if a database-access error occurs.