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

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

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

Methods in my.usm.gcl.ddbms.client that return DBRow
 DBRow DDBMSClient.fetchNextRow(int maxCache)
          After a query is run, fetchNextRow is used to read one row at a time.
 DBRow DBRowSet.next()