getColumnTypeName Method (SQLServerResultSetMetaData)
Retrieves the database-specific type name for the designated column.
public java.lang.String getColumnTypeName(int column)
Parameter
column
An int that indicates the column index.
Rückgabewert
A String that contains the server name for the column.
Ausnahmen
Hinweise
This getColumnTypeName method is specified by the getColumnTypeName method in the java.sql.ResultSetMetaData interface.
Siehe auch
Verweis
SQLServerResultSetMetaData Class
Konzepte
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members