Uses of Class
org.h2.index.IndexCursor
-
Packages that use IndexCursor Package Description org.h2.table Classes related to a table and table meta data. -
-
Uses of IndexCursor in org.h2.table
Fields in org.h2.table declared as IndexCursor Modifier and Type Field Description private IndexCursor
TableFilter. cursor
The filter used to walk through the index.Methods in org.h2.table that return IndexCursor Modifier and Type Method Description IndexCursor
TableFilter. getIndexCursor()
-