◆JSP◆ (583レス)
1-

353: inaba 2008/12/14(日)13:31 ID:1n7wtvCV(2/2) AAS
プログラムの続きです。

/* 検索結果から商品一覧情報を作成 */
while (rs.next()) {
int id = rs.getInt("id");
String name = rs.getString("name");
String detail = rs.getString("detail");
String pictureName = rs.getString("picture");
int price = rs.getInt("price");
collection.addItem(new Item(id, name, detail, pictureName, price));
}

rs.close();
stmt.close();

return collection;

}

よろしくお願いします。
1-
あと 230 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.005s