Uses of Class
my.usm.gcl.ddbms.client.DBRowSet

Packages that use DBRowSet
my.usm.gcl.ddbms.client   
 

Uses of DBRowSet in my.usm.gcl.ddbms.client
 

Methods in my.usm.gcl.ddbms.client that return DBRowSet
 DBRowSet DDBMSClient.getRowSet(int maxRows)
          After a query is run, DBRowSet gets !ONLY! the first chunk of data (with the size maxRows), use "fetchNextRow" if you need all the rows.