Condividi tramite


getColumnTypeName Method (SQLServerResultSetMetaData)

Retrieves the database-specific type name for the designated column.

public java.lang.String getColumnTypeName(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

A String that contains the server name for the column.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members