com.hardcode.gdbms.engine.data.edition
Class RowTable
java.lang.Object
com.hardcode.gdbms.engine.data.edition.RowTable
public class RowTable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDITED_SOURCE
public static final int EDITED_SOURCE
- See Also:
- Constant Field Values
EXPANSION_FILE
public static final int EXPANSION_FILE
- See Also:
- Constant Field Values
RowTable
public RowTable()
initialize
public void initialize(long rowCount)
getIndexLocation
public int getIndexLocation(int virtualIndex)
getIndexFile
public int getIndexFile(int virtualIndex)
setIndexLocation
public void setIndexLocation(int virtualIndex,
int realIndex)
setIndexFile
public void setIndexFile(int virtualIndex,
int location)
addRow
public void addRow(int realIndex)
addRowAt
public void addRowAt(int virtualIndex,
int realIndex)
deleteRow
public void deleteRow(int virtualIndex)
getRowCount
public long getRowCount()
saveStatus
public void saveStatus()
restoreStatus
public void restoreStatus()
Copyright © 2005-2006 . All Rights Reserved.