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" を実行するのと同じです。