Uses of Class
org.h2.mvstore.db.MVTable
Packages that use MVTable
-
Uses of MVTable in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return MVTableModifier and TypeMethodDescriptionStore.createTable(CreateTableData data) Create a table.MVPrimaryIndex.getTable()MVSecondaryIndex.getTable()MVSpatialIndex.getTable()Get MVTable by table name.Methods in org.h2.mvstore.db with parameters of type MVTableConstructors in org.h2.mvstore.db with parameters of type MVTableModifierConstructorDescriptionMVDelegateIndex(MVTable table, int id, String name, MVPrimaryIndex mainIndex, IndexType indexType) MVPrimaryIndex(Database db, MVTable table, int id, IndexColumn[] columns, IndexType indexType) MVSecondaryIndex(Database db, MVTable table, int id, String indexName, IndexColumn[] columns, int uniqueColumnCount, IndexType indexType) MVSpatialIndex(Database db, MVTable table, int id, String indexName, IndexColumn[] columns, int uniqueColumnCount, IndexType indexType) Constructor.