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