Uses of Class
com.healthmarketscience.jackcess.RowId

Uses of RowId in com.healthmarketscience.jackcess
 

Fields in com.healthmarketscience.jackcess declared as RowId
static RowId RowId.FIRST_ROW_ID
          special rowId which will sort before any other valid rowId
static RowId RowId.LAST_ROW_ID
          special rowId which will sort after any other valid rowId
 

Methods in com.healthmarketscience.jackcess that return RowId
 RowId Table.RowState.getFinalRowId()
           
 RowId Table.RowState.getHeaderRowId()
           
 RowId Index.Entry.getRowId()
           
abstract  RowId Cursor.Position.getRowId()
          Returns the unique RowId of the position of the cursor.
 

Methods in com.healthmarketscience.jackcess with parameters of type RowId
 void Index.addRow(Object[] row, RowId rowId)
          Adds a row to this index
 int RowId.compareTo(RowId other)
           
 void Index.deleteRow(Object[] row, RowId rowId)
          Removes a row from this index
 void Table.deleteRow(Table.RowState rowState, RowId rowId)
          Delete the row on which the given rowState is currently positioned.
 Map<String,Object> Table.getRow(Table.RowState rowState, RowId rowId, Collection<String> columnNames)
          Reads some columns from the given row.
 Object Table.getRowValue(Table.RowState rowState, RowId rowId, Column column)
          Reads a single column from the given row.
static ByteBuffer Table.positionAtRowData(Table.RowState rowState, RowId rowId)
          Sets the position and limit in a new buffer using the given rowState according to the given row number and row end, following overflow row pointers as necessary.
static ByteBuffer Table.positionAtRowHeader(Table.RowState rowState, RowId rowId)
          Sets a new buffer to the correct row header page using the given rowState according to the given rowId.
 



Copyright © 2005-2008 Health Market Science. All Rights Reserved.