Condividi tramite


getColumnDisplaySize Method (SQLServerResultSetMetaData)

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

public int getColumnDisplaySize(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members