Uses of Class
org.h2.result.SearchRow
Packages that use SearchRow
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Various table index implementations, as well as cursors to navigate in an index.
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Classes related to a table and table meta data.
-
Uses of SearchRow in org.h2.engine
Methods in org.h2.engine with parameters of type SearchRowModifier and TypeMethodDescriptionstatic voidMetaRecord.populateRowFromDBObject(DbObject obj, SearchRow r) Copy metadata from the specified object into specified search row.Constructors in org.h2.engine with parameters of type SearchRow -
Uses of SearchRow in org.h2.index
Methods in org.h2.index that return SearchRowModifier and TypeMethodDescriptionIndexCursor.getEnd()Get end search row.Cursor.getSearchRow()Get the current row.IndexCursor.getSearchRow()LinkedCursor.getSearchRow()MetaCursor.getSearchRow()SingleRowCursor.getSearchRow()ViewCursor.getSearchRow()IndexCursor.getStart()Get start search row.Methods in org.h2.index with parameters of type SearchRowModifier and TypeMethodDescriptionfinal intIndex.compareRows(SearchRow rowData, SearchRow compare) Compare two rows.DualIndex.find(SessionLocal session, SearchRow first, SearchRow last) abstract CursorIndex.find(SessionLocal session, SearchRow first, SearchRow last) Find a row or a list of rows and create a cursor to iterate over the result.LinkedIndex.find(SessionLocal session, SearchRow first, SearchRow last) MetaIndex.find(SessionLocal session, SearchRow first, SearchRow last) RangeIndex.find(SessionLocal session, SearchRow first, SearchRow last) ViewIndex.find(SessionLocal session, SearchRow first, SearchRow last) VirtualConstructedTableIndex.find(SessionLocal session, SearchRow first, SearchRow last) SpatialIndex.findByGeometry(SessionLocal session, SearchRow first, SearchRow last, SearchRow intersection) Find a row or a list of rows and create a cursor to iterate over the result.ViewIndex.findByGeometry(SessionLocal session, SearchRow first, SearchRow last, SearchRow intersection) Index.findNext(SessionLocal session, SearchRow higherThan, SearchRow last) Find a row or a list of rows that is larger and create a cursor to iterate over the result.final booleanIndex.mayHaveNullDuplicates(SearchRow searchRow) Check if this row may have duplicates with the same indexed values in the current compatibility mode.voidViewIndex.setupQueryParameters(SessionLocal session, SearchRow first, SearchRow last, SearchRow intersection) Set the query parameters.Constructors in org.h2.index with parameters of type SearchRowModifierConstructorDescriptionViewCursor(ViewIndex index, ResultInterface result, SearchRow first, SearchRow last) -
Uses of SearchRow in org.h2.mode
Methods in org.h2.mode with parameters of type SearchRowModifier and TypeMethodDescriptionPgCatalogTable.generateRows(SessionLocal session, SearchRow first, SearchRow last) -
Uses of SearchRow in org.h2.mvstore.db
Subclasses with type arguments of type SearchRow in org.h2.mvstore.dbModifier and TypeClassDescriptionclassAn index that delegates indexing to another index.classA table stored in a MVStore.final classAn index stored in a MVStore.final classThe data type for rows.Methods in org.h2.mvstore.db that return SearchRowModifier and TypeMethodDescriptionRowDataType.createStorage(int capacity) RowDataType.read(ByteBuffer buff) Methods in org.h2.mvstore.db that return types with arguments of type SearchRowModifier and TypeMethodDescriptionMVDelegateIndex.getMVMap()MVPrimaryIndex.getMVMap()MVSecondaryIndex.getMVMap()Methods in org.h2.mvstore.db with parameters of type SearchRowModifier and TypeMethodDescriptionintRowDataType.binarySearch(SearchRow key, Object storage, int size, int initialGuess) intRowDataType.binarySearch(SearchRow key, SearchRow[] keys, int size, int initialGuess) intMVDelegateIndex.find(SessionLocal session, SearchRow first, SearchRow last) MVPrimaryIndex.find(SessionLocal session, SearchRow first, SearchRow last) MVSecondaryIndex.find(SessionLocal session, SearchRow first, SearchRow last) MVSpatialIndex.find(SessionLocal session, SearchRow first, SearchRow last) MVSpatialIndex.findByGeometry(SessionLocal session, SearchRow first, SearchRow last, SearchRow intersection) MVSecondaryIndex.findNext(SessionLocal session, SearchRow higherThan, SearchRow last) intvoidRowDataType.write(WriteBuffer buff, SearchRow row) -
Uses of SearchRow in org.h2.result
Subclasses of SearchRow in org.h2.resultModifier and TypeClassDescriptionclassThe default implementation of a row in a table.classRepresents a row in a table.classA simple row that contains data for only one column.final classClass Sparse.Methods in org.h2.result that return SearchRowModifier and TypeMethodDescriptionabstract SearchRowRowFactory.createRow()Create new row.RowFactory.DefaultRowFactory.createRow()Methods in org.h2.result with parameters of type SearchRow -
Uses of SearchRow in org.h2.table
Methods in org.h2.table that return SearchRowModifier and TypeMethodDescriptionTable.getTemplateSimpleRow(boolean singleColumn) Get a new simple row object.Methods in org.h2.table with parameters of type SearchRowModifier and TypeMethodDescriptionInformationSchemaTable.generateRows(SessionLocal session, SearchRow first, SearchRow last) InformationSchemaTableLegacy.generateRows(SessionLocal session, SearchRow first, SearchRow last) MetaTable.generateRows(SessionLocal session, SearchRow first, SearchRow last) Generate the data for the given metadata table using the given first and last row filters.