Uses of Interface
com.healthmarketscience.jackcess.RowId
-
Packages that use RowId Package Description com.healthmarketscience.jackcess com.healthmarketscience.jackcess.complex com.healthmarketscience.jackcess.impl com.healthmarketscience.jackcess.impl.query -
-
Uses of RowId in com.healthmarketscience.jackcess
Methods in com.healthmarketscience.jackcess that return RowId Modifier and Type Method Description RowIdRow. getId()RowIdCursor.Position. getRowId()Returns the unique RowId of the position of the cursor.Methods in com.healthmarketscience.jackcess with parameters of type RowId Modifier and Type Method Description booleanCursor. findRow(RowId rowId)Moves to the row with the given rowId. -
Uses of RowId in com.healthmarketscience.jackcess.complex
Methods in com.healthmarketscience.jackcess.complex that return RowId Modifier and Type Method Description abstract RowIdComplexValue.Id. getRowId()Returns the rowId of this ComplexValue within the secondary table. -
Uses of RowId in com.healthmarketscience.jackcess.impl
Classes in com.healthmarketscience.jackcess.impl that implement RowId Modifier and Type Class Description classRowIdImplUniquely identifies a row of data within the access database.Methods in com.healthmarketscience.jackcess.impl that return RowId Modifier and Type Method Description RowIdTableImpl. deleteRow(RowId rowId)Delete the row with the given id.RowIdTableImpl. getRowId(Object[] row)Methods in com.healthmarketscience.jackcess.impl with parameters of type RowId Modifier and Type Method Description intRowIdImpl. compareTo(RowId other)RowIdTableImpl. deleteRow(RowId rowId)Delete the row with the given id.booleanCursorImpl. findRow(RowId rowId)Object[]TableImpl. updateRow(RowId rowId, Object... row)Update the row with the given id.voidTableImpl. updateValue(Column column, RowId rowId, Object value)Update the given column's value for the given row id. -
Uses of RowId in com.healthmarketscience.jackcess.impl.query
Constructors in com.healthmarketscience.jackcess.impl.query with parameters of type RowId Constructor Description Row(RowId id, Byte newAttribute, String newExpression, Short newFlag, Integer newExtra, String newName1, String newName2, Integer newObjectId, byte[] newOrder)
-