Ticket #17141

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

Date d'ouverture: 2009-06-05 19:45 Dernière mise à jour: 2009-06-05 19:45

Rapporteur:
(Anonyme)
Propriétaire:
(Aucun)
Type:
État:
Ouvert
Composant:
(Aucun)
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Aucun
Fichier:
Aucun

Détails

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

Modifier

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