|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table.RowState | |
---|---|
com.healthmarketscience.jackcess |
Uses of Table.RowState in com.healthmarketscience.jackcess |
---|
Methods in com.healthmarketscience.jackcess that return Table.RowState | |
---|---|
Table.RowState |
Table.createRowState()
|
Methods in com.healthmarketscience.jackcess with parameters of type Table.RowState | |
---|---|
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. |
java.lang.Object |
DebugErrorHandler.handleRowError(Column column,
byte[] columnData,
Table.RowState rowState,
java.lang.Exception error)
|
java.lang.Object |
ErrorHandler.handleRowError(Column column,
byte[] columnData,
Table.RowState rowState,
java.lang.Exception error)
Handles an error encountered while reading a column of data from a Table row. |
java.lang.Object |
ReplacementErrorHandler.handleRowError(Column column,
byte[] columnData,
Table.RowState rowState,
java.lang.Exception error)
|
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 documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |