How to count rows using metadata features of JDBC
- From: surfer dude <bkimelman@xxxxxxxxxxxxxxxx>
- Date: Mon, 26 Sep 2005 19:25:41 -0400
I am relatively new to Java/JDBC programming.
I know that you can count columns in a resultset row using the
getColumnsCount() method. However, given a resultset, is there one
simple method that can be called to count the number of rows in the
resultset without looping over each row in the resultset ?
TIA for all your help.
.
- Follow-Ups:
- Re: How to count rows using metadata features of JDBC
- From: Joe Weinstein
- Re: How to count rows using metadata features of JDBC
- Prev by Date: Re: finding CHECK constraint with DatabaseMetaData
- Next by Date: Re: How to count rows using metadata features of JDBC
- Previous by thread: Return 2 values (string, number) multiple rows, from java stored function
- Next by thread: Re: How to count rows using metadata features of JDBC
- Index(es):
Relevant Pages
|
|