Uses of Class
org.h2.mvstore.db.MVPrimaryIndex
-
Packages that use MVPrimaryIndex Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of MVPrimaryIndex in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as MVPrimaryIndex Modifier and Type Field Description private MVPrimaryIndex
MVDelegateIndex. mainIndex
private MVPrimaryIndex
MVTable. primaryIndex
Constructors in org.h2.mvstore.db with parameters of type MVPrimaryIndex Constructor Description MVDelegateIndex(MVTable table, int id, java.lang.String name, MVPrimaryIndex mainIndex, IndexType indexType)
-