public interface UpdateScan extends Scan
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes the current record from the scan.
|
RecordId |
getRecordId()
Returns the RecordId of the current record.
|
void |
insert()
Inserts a new record somewhere in the scan.
|
void |
moveToRecordId(RecordId rid)
Positions the scan so that the current record has the specified record ID
.
|
void |
setVal(String fldName,
Constant val)
Modifies the field value of the current record.
|
beforeFirst, close, hasField, next
void setVal(String fldName, Constant val)
fldName
- the name of the fieldval
- the new value, expressed as a Constantvoid insert()
void delete()
RecordId getRecordId()
void moveToRecordId(RecordId rid)
rid
- the RecordId of the desired recordCopyright © 2022 VanillaDB Organization. All rights reserved.