Uses of Class
com.healthmarketscience.jackcess.impl.TableImpl.RowState
-
Packages that use TableImpl.RowState Package Description com.healthmarketscience.jackcess.impl -
-
Uses of TableImpl.RowState in com.healthmarketscience.jackcess.impl
Methods in com.healthmarketscience.jackcess.impl that return TableImpl.RowState Modifier and Type Method Description TableImpl.RowStateTableDefinitionImpl. createRowState()TableImpl.RowStateTableImpl. createRowState()TableImpl.RowStateCursorImpl. getRowState()Methods in com.healthmarketscience.jackcess.impl with parameters of type TableImpl.RowState Modifier and Type Method Description voidTableImpl. deleteRow(TableImpl.RowState rowState, RowIdImpl rowId)Delete the row for the given rowId.RowImplTableImpl. getRow(TableImpl.RowState rowState, RowIdImpl rowId, Collection<String> columnNames)Reads some columns from the given row.ObjectTableImpl. getRowValue(TableImpl.RowState rowState, RowIdImpl rowId, ColumnImpl column)Reads a single column from the given row.static ByteBufferTableImpl. positionAtRowData(TableImpl.RowState rowState, RowIdImpl 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 ByteBufferTableImpl. positionAtRowHeader(TableImpl.RowState rowState, RowIdImpl rowId)Sets a new buffer to the correct row header page using the given rowState according to the given rowId.Object[]TableImpl. updateRow(TableImpl.RowState rowState, RowIdImpl rowId, Object... row)Update the row for the given rowId.<M extends Map<String,Object>>
MTableImpl. updateRowFromMap(TableImpl.RowState rowState, RowIdImpl rowId, M row)
-