TableModelSequential
Object Hierarchy:
Description:
public interface TableModelSequential :
Object,
Result
A Vda.Result from a select query representing a table with sequential access
Content:
Methods:
- public virtual bool back () throws Error
Navigate to the previous row data of the current one
- public virtual RowModel? copy_current ()
Creates a copy of the current row in the sequence. This object doesn't
updates when current row changes.
- public abstract RowModel? current ()
Gets current row in the sequence. Returned row alsways points to current row
after call next
- public virtual bool move (MoveDirection direction, uint relative) throws Error
Navigate to the row data relative to the current row, in forward or backward
direction
- public abstract bool next () throws Error
Navigate to the next row data
Inherited Members:
All known members inherited from class GLib.Object