| 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(java.lang.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) |
java.lang.Object[] |
TableImpl.updateRow(RowId rowId,
java.lang.Object... row)
Update the row with the given id.
|
void |
TableImpl.updateValue(Column column,
RowId rowId,
java.lang.Object value)
Update the given column's value for the given row id.
|
| Modifier and Type | Field and Description |
|---|---|
private RowId |
ComplexColumnInfoImpl.ComplexValueIdImpl._rowId |
| Modifier and Type | Method and Description |
|---|---|
RowId |
ComplexColumnInfoImpl.ComplexValueIdImpl.getRowId() |
| Modifier and Type | Method and Description |
|---|---|
private void |
ComplexColumnInfoImpl.deleteRow(RowId rowId) |
| Constructor and Description |
|---|
ComplexValueIdImpl(int value,
RowId rowId) |
| Modifier and Type | Field and Description |
|---|---|
private RowId |
QueryImpl.Row._id |
| Constructor and Description |
|---|
Row(RowId id,
java.lang.Byte attribute,
java.lang.String expression,
java.lang.Short flag,
java.lang.Integer extra,
java.lang.String name1,
java.lang.String name2,
java.lang.Integer objectId,
byte[] order) |