ResultSetMetaData.getColumnTypeName

ResultSetMetaData.getColumnTypeName

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getColumnTypeName( int column ) throws SQLException
Parameters
column
the first column is 1, the second is 2, ...
Returns
type name
Description
What's a column's data source specific type name?

Exceptions
SQLException if a database-access error occurs.