Uses of Class
org.h2.index.ViewIndex
Packages that use ViewIndex
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.
Classes related to a table and table meta data.
-
Uses of ViewIndex in org.h2.engine
Fields in org.h2.engine with type parameters of type ViewIndexModifier and TypeFieldDescriptionSessionLocal.subQueryIndexCacheprivate SmallLRUCache<Object, ViewIndex> SessionLocal.viewIndexCacheMethods in org.h2.engine that return types with arguments of type ViewIndexModifier and TypeMethodDescriptionSessionLocal.getViewIndexCache(boolean subQuery) Get the view cache for this session. -
Uses of ViewIndex in org.h2.index
Fields in org.h2.index declared as ViewIndexConstructors in org.h2.index with parameters of type ViewIndexModifierConstructorDescriptionViewCursor(ViewIndex index, ResultInterface result, SearchRow first, SearchRow last) ViewIndex(TableView view, ViewIndex index, SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder) Constructor for plan item generation. -
Uses of ViewIndex in org.h2.table
Fields in org.h2.table declared as ViewIndex