Condividi tramite


getColumnType Method (SQLServerResultSetMetaData)

Retrieves the SQL type of the designated column.

public int getColumnType(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

An int that indicates the JDBC type as defined in java.sql.Types.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members