- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
public int someGetCountMethod() {
try {
ResultSet rs2 = db.select("call someGetCountMethod('')");
rs2.first();
return rs2.getInt(1);
} catch (Exception ex) {
return 0;
}
}
Комментарии (0) RSS
Добавить комментарий