public abstract int getParameterType (int param) throws SQLException

Retrieves the designated parameter's SQL type.

Parameters:
param    the first parameter is 1, the second is 2, ...

Returns:  SQL type from java.sql.Types

Exceptions:
SQLException    if a database access error occurs

See also:
Types

Since:  1.4