Обсуждение: jdbccts issues

Поиск
Список
Период
Сортировка

jdbccts issues

От
Dave Cramer
Дата:
Does anyone know if there is a requirement for callable statements to
cast the result to the registered type

for instance

registerOutParameter(1, Types.REAL ) and the return type is a double

should we return a Float ?

Dave