JDBC arrays
| От | Alexey Slynko |
|---|---|
| Тема | JDBC arrays |
| Дата | |
| Msg-id | 20020312151321.J85024-100000@elizabet.stack.net обсуждение исходный текст |
| Ответы |
Re: JDBC arrays
Re: JDBC arrays |
| Список | pgsql-patches |
This patch solve problems with arrays in latest development JDBC driver
*** src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java.orig Tue Mar 12 14:49:59 2002
--- src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java Tue Mar 12 14:50:22 2002
***************
*** 767,772 ****
--- 767,774 ----
case Types.BINARY:
case Types.VARBINARY:
return getBytes(columnIndex);
+ case Types.ARRAY:
+ return getArray(columnIndex);
default:
String type = field.getPGType();
// if the backend doesn't know the type then coerce to String
В списке pgsql-patches по дате отправления: