getColumnDisplaySize Method (SQLServerResultSetMetaData)

Returns the normal maximum width, in characters, for the designated column.

public int getColumnDisplaySize(int column)

Parameters

column

An int that indicates the column index.

Return Value

An int that indicates the maximum width. If the width is not known, returns 0.

Exceptions

SQLServerException

Remarks

This getColumnDisplaySize method is specified by the getColumnDisplaySize method in the java.sql.ResultSetMetaData interface.

See Also

Reference

SQLServerResultSetMetaData Class

Concepts

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members