Uses of Class
org.h2.result.RowList

Packages that use RowList
org.h2.table Classes related to a table and table meta data. 
 

Uses of RowList in org.h2.table
 

Methods in org.h2.table with parameters of type RowList
 void Table.updateRows(Prepared prepared, Session session, RowList rows)
          Update a list of rows in this table.
 void TableLink.updateRows(Prepared prepared, Session session, RowList rows)