8.7.4 getColumnCount()
- Organization of this subsection
(1) Function
This method acquires the number of columns in the ResultSet object.
(2) Format
public synchronized int getColumnCount() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the number of columns in the ResultSet object.
(5) Exceptions
None.