Uses of Class
org.h2.result.LocalResult
Packages that use LocalResult
Package
Description
Contains queries.
Implementation of row and internal result sets.
Classes related to a table and table meta data.
-
Uses of LocalResult in org.h2.command.query
Methods in org.h2.command.query that return LocalResult -
Uses of LocalResult in org.h2.result
Methods in org.h2.result that return LocalResultModifier and TypeMethodDescriptionLocalResult.createShallowCopy(Session targetSession) Create a shallow copy of the result set.static LocalResultLocalResult.forTable(SessionLocal session, Table table) Constructs a new local result object for the specified table. -
Uses of LocalResult in org.h2.table
Methods in org.h2.table with parameters of type LocalResultModifier and TypeMethodDescriptionvoidTable.updateRows(Prepared prepared, SessionLocal session, LocalResult rows) Update a list of rows in this table.voidTableLink.updateRows(Prepared prepared, SessionLocal session, LocalResult rows)