public abstract interface ParameterMetaData
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

An object that can be used to get information about the types and properties for each parameter marker in a PreparedStatement object. For some queries and driver implementations, the data that would be returned by a ParameterMetaData object may not be available until the PreparedStatement has been executed.

Some driver implementations may not be able to provide information about the types and properties for each parameter marker in a CallableStatement object.

extends Wrapper

Since:  1.4