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 TableLink.updateRows(Prepared prepared, Session session, RowList rows)
           
 void Table.updateRows(Prepared prepared, Session session, RowList rows)
          Update a list of rows in this table.