Hello,
I like to publish some whishes to Erel to enhance the functionality of a Resultset. This may help to make life easier when using it.
Values map: Key Resultset Columnname, Value: Columnvalue
InsertRow and UpdateRow may work on the resultset in a similar way as done by DBUtils.
Add property InsertRow(Values as map) to insert a new row at the end of all.
Add property DeleteRow(Position as long).
Add Property UpdateRow(Values as Map, Position as long)
Add Property FindRow(Column as string, Value as object) as long - return position
This properties will help us to synchronize data of resultset and database table without reloading complete resultset after database data changes like INSERT.
I like to publish some whishes to Erel to enhance the functionality of a Resultset. This may help to make life easier when using it.
Values map: Key Resultset Columnname, Value: Columnvalue
InsertRow and UpdateRow may work on the resultset in a similar way as done by DBUtils.
Add property InsertRow(Values as map) to insert a new row at the end of all.
Add property DeleteRow(Position as long).
Add Property UpdateRow(Values as Map, Position as long)
Add Property FindRow(Column as string, Value as object) as long - return position
This properties will help us to synchronize data of resultset and database table without reloading complete resultset after database data changes like INSERT.