Anyone know how to make a "fully-qualified name of an SQL structured type " tobe passed as an argument to this function:
public void registerOutParameter(int paramIndex,
int sqlType,
String typeName)
throws SQLException
Parameters:
- paramIndex - the first parameter is 1, the second is 2,...
- sqlType - a value from Types
- typeName - the fully-qualified name of an SQL structured type