From: | marek at lewczuk(dot)com (Marek Lewczuk) |
---|---|
To: | |
Subject: | [Pljava-dev] ResultSet getString |
Date: | 2006-05-18 11:41:53 |
Message-ID: | e4hmi1o3e4hmi1$9o3$1@sea.gmane.org@sea.gmane.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | PostgreSQL : PostgreSQL 메일 링리스트 : 2006-05-18 이후 스포츠 토토 결과 11:41 |
Thomas Hallgren napisa?(a):
> Hi Marek,
> Yes, this is part of the new and improved data type mapping in PL/Java.
> Arrays are recognized as such so a varchar[] will map to a String[].
> You'll find a complete list of mappings here:
> http://wiki.tada.se/display/pljava/Default+Type+Mapping.
Ok, I thought that getString() will return any postgresql type as string
- e.g. varchar[] would be {"val","val"}, boolean would be "t" or "f" -
that is how pgsql works, when assigning value of any type to variable
defined as text/varchar.
ML
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2006-05-18 12:34:16 | [Pljava-dev] ResultSet getString |
Previous Message | Thomas Hallgren | 2006-05-18 11:09:50 | [Pljava-dev] ResultSet getString |