Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.complex | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.query |
Modifier and Type | Method and Description |
---|---|
RowId |
Row.getId() |
RowId |
Cursor.Position.getRowId()
Returns the unique RowId of the position of the cursor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Cursor.findRow(RowId rowId)
Moves to the row with the given rowId.
|
Modifier and Type | Method and Description |
---|---|
abstract RowId |
ComplexValue.Id.getRowId()
Returns the rowId of this ComplexValue within the secondary table.
|
Modifier and Type | Class and Description |
---|---|
class |
RowIdImpl
Uniquely identifies a row of data within the access database.
|
Modifier and Type | Method and Description |
---|---|
RowId |
TableImpl.deleteRow(RowId rowId)
Delete the row with the given id.
|
RowId |
TableImpl.getRowId(Object[] row) |
Modifier and Type | Method and Description |
---|---|
int |
RowIdImpl.compareTo(RowId other) |
RowId |
TableImpl.deleteRow(RowId rowId)
Delete the row with the given id.
|
boolean |
CursorImpl.findRow(RowId rowId) |
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.
|
Constructor and Description |
---|
Row(RowId id,
Byte attribute,
String expression,
Short flag,
Integer extra,
String name1,
String name2,
Integer objectId,
byte[] order) |
Copyright © 2005–2024 OpenHMS. All rights reserved.