Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] JDBCType handling during SP Execution

Hi

The following static method is used to obtain the JDBC Type for a datatype which is then used to register the IN/OUT parameters.

DataTypeHelper.getJDBCTypeForNamedType(String dataTypeName)

This static implementation doesnot allow DTP extensions to extend it for DB specific datatype, VARCHAR2 for eg. in case of Oracle database. My suggestion would be to extend SQLDataService (which currently has String[] getDataTypes()) to handle this mapping.

Is there any other way of achieving this in this context ?

Regards
Anthos


Back to the top