ResultSetMetaData.getColumnCount

ResultSetMetaData.getColumnCount

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getColumnCount() throws SQLException
Returns
the number
Description
What's the number of columns in the ResultSet?

Exceptions
SQLException if a database-access error occurs.