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)

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.

Microsoft SQL Server JDBC Driver 3.0 has behavior changes in the TYPE_NAME column. See SQLServerDatabaseMetaData.getColumns for more information.

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