Ticket #17141

DaoTestCase.select()について、Oracle「RAW」型データが取得できない。

오픈 날짜: 2009-06-05 19:45 마지막 업데이트: 2009-06-05 19:45

Reporter:
(Anonymous)
소유자:
(None)
Type:
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

Protected Map[] select(String tableName,String condition, String order, String[] columns){
   ......
   while(true){
       ......
          // row.put(columnNames[j-1], sqlRowSet.getString(j));
          // Oracleの「Raw」型の戻り値のJava Type実は「 byte[] 」です。
          // 以下改修にお参考しください。
          row.put(columnNames[j-1], sqlRowSet.getObject(j));
       ......
   }
   ......
}

Ticket History (1/1 Histories)

2009-06-05 19:45 Updated by: None
  • New Ticket "DaoTestCase.select()について、Oracle「RAW」型データが取得できない。" created

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login