Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
com.healthmarketscience.jackcess.RowId

Packages that use RowId
com.healthmarketscience.jackcess   
 

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()
           
abstract  RowId Cursor.Position.getRowId()
          Returns the unique RowId of the position of the cursor.
 RowId Index.Entry.getRowId()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type RowId
 void Index.addRow(java.lang.Object[] row, RowId rowId)
          Adds a row to this index Forces index initialization.
 int RowId.compareTo(RowId other)
           
 void Index.deleteRow(java.lang.Object[] row, RowId rowId)
          Removes a row from this index Forces index initialization.
 void Table.deleteRow(Table.RowState rowState, RowId rowId)
          Delete the row on which the given rowState is currently positioned.
 java.util.Map<java.lang.String,java.lang.Object> Table.getRow(Table.RowState rowState, RowId rowId, java.util.Collection<java.lang.String> columnNames)
          Reads some columns from the given row.
 java.lang.Object Table.getRowValue(Table.RowState rowState, RowId rowId, Column column)
          Reads a single column from the given row.
static java.nio.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 java.nio.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.
 void Table.updateRow(Table.RowState rowState, RowId rowId, java.lang.Object... row)
          Update the row on which the given rowState is currently positioned.
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis