|
Change Parameter Type store : CBaseStorageEngine.Store to store : MVStorageEngine.Store in method public MVTable(data CreateTableData, store MVStorageEngine.Store) in class org.lealone.mvdb.dbobject.table.MVTable |
From |
To |
|
Change Parameter Type table : CBaseTable to table : MVTable in method public MVDelegateIndex(table MVTable, id int, name String, mainIndex MVPrimaryIndex, indexType IndexType) in class org.lealone.mvdb.dbobject.index.MVDelegateIndex |
From |
To |
|
Change Parameter Type table : CBaseTable to table : MVTable in method public removeTable(table MVTable) : void in class org.lealone.mvdb.engine.MVStorageEngine.Store |
From |
To |
|
Change Parameter Type table : CBaseTable to table : MVTable in method public MVSecondaryIndex(session Session, table MVTable, id int, indexName String, columns IndexColumn[], indexType IndexType) in class org.lealone.mvdb.dbobject.index.MVSecondaryIndex |
From |
To |
|
Change Parameter Type index : CBaseIndex to index : MVIndex in method private rebuildIndexBlockMerge(session Session, index MVIndex) : void in class org.lealone.mvdb.dbobject.table.MVTable |
From |
To |
|
Change Parameter Type mainIndex : CBasePrimaryIndex to mainIndex : MVPrimaryIndex in method public MVDelegateIndex(table MVTable, id int, name String, mainIndex MVPrimaryIndex, indexType IndexType) in class org.lealone.mvdb.dbobject.index.MVDelegateIndex |
From |
To |
|
Change Parameter Type index : CBaseIndex to index : MVIndex in method private rebuildIndex(session Session, index MVIndex, indexName String) : void in class org.lealone.mvdb.dbobject.table.MVTable |
From |
To |
|
Change Parameter Type table : CBaseTable to table : MVTable in method public MVPrimaryIndex(session Session, table MVTable, id int, columns IndexColumn[], indexType IndexType) in class org.lealone.mvdb.dbobject.index.MVPrimaryIndex |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.index.CBasePrimaryIndex.CBasePrimaryIndexCursor moved and renamed to org.lealone.mvdb.dbobject.index.MVPrimaryIndex.MVPrimaryIndexCursor |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.index.CBaseIndex moved and renamed to org.lealone.mvdb.dbobject.index.MVIndex |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.index.CBaseSecondaryIndex moved and renamed to org.lealone.mvdb.dbobject.index.MVSecondaryIndex |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.table.CBaseTable moved and renamed to org.lealone.mvdb.dbobject.table.MVTable |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.index.CBasePrimaryIndex moved and renamed to org.lealone.mvdb.dbobject.index.MVPrimaryIndex |
From |
To |
|
Move And Rename Class org.lealone.cbase.engine.CBaseStorageEngine moved and renamed to org.lealone.mvdb.engine.MVStorageEngine |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.index.CBaseSecondaryIndex.CBaseSecondaryIndexCursor moved and renamed to org.lealone.mvdb.dbobject.index.MVSecondaryIndex.MVSecondaryIndexCursor |
From |
To |
|
Move And Rename Class org.lealone.cbase.dbobject.index.CBaseDelegateIndex moved and renamed to org.lealone.mvdb.dbobject.index.MVDelegateIndex |
From |
To |