Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取表中的行数。
long ResultSet.getRowCount(long threshold) throws ULjException
threshold 对要计数的行数的限制。0 表示无限制。
表中的行数。
此方法等效于执行 "SELECT COUNT(*) FROM table"。