This class implements the ParameterMetaData interface from JDBC3.0
It provides the parameter meta data for callable & prepared statements
But note that the bulk of it resides in its parent class. The reason is
we want to provide the functionality to the JDKs before JDBC3.0.
Supports
JDBC 3.0 - java.sql.ParameterMetaData introduced in JDBC3