JDBC Driver API - III
- ResultSetMetaData - A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
- Statement - A Statement object is used for executing a static SQL statement and obtaining the results produced by it