🌈 搜索
📅  最后修改于: 2022-03-11 14:52:42.441000             🧑  作者: Mango
int size =0; if (rs != null) { rs.last(); // moves cursor to the last row size = rs.getRow(); // get row id }