This topic has not yet been rated - Rate this topic

getColumnTypeName Method (SQLServerResultSetMetaData)

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


public java.lang.String getColumnTypeName(int column)

Parameters

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.