Freigeben über


getColumnDisplaySize Method (SQLServerResultSetMetaData)

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

public int getColumnDisplaySize(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members