|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowId | |
|---|---|
| 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 | |
|---|---|
RowId |
Row.getId()
|
RowId |
Cursor.Position.getRowId()
Returns the unique RowId of the position of the cursor. |
| Uses of RowId in com.healthmarketscience.jackcess.complex |
|---|
| Methods in com.healthmarketscience.jackcess.complex that return RowId | |
|---|---|
abstract RowId |
ComplexValue.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 | |
|---|---|
class |
RowIdImpl
Uniquely identifies a row of data within the access database. |
| Methods in com.healthmarketscience.jackcess.impl that return RowId | |
|---|---|
RowId |
TableImpl.deleteRow(RowId rowId)
Delete the row with the given id. |
RowId |
TableImpl.getRowId(Object[] row)
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type RowId | |
|---|---|
int |
RowIdImpl.compareTo(RowId other)
|
RowId |
TableImpl.deleteRow(RowId rowId)
Delete the row with the given id. |
Object[] |
TableImpl.updateRow(RowId rowId,
Object... row)
Update the row with the given id. |
void |
TableImpl.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 | |
|---|---|
QueryImpl.Row(RowId id,
Byte attribute,
String expression,
Short flag,
Integer extra,
String name1,
String name2,
Integer objectId,
byte[] order)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||