Retrieves the database-specific type name for the designated column.
public java.lang.String getColumnTypeName(int column)
參數
column
An int that indicates the column index.
傳回值
A String that contains the server name for the column.
例外狀況
備註
This getColumnTypeName method is specified by the getColumnTypeName method in the java.sql.ResultSetMetaData interface.
另請參閱
參考
SQLServerResultSetMetaData Class
概念
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members