Query Result Table actions
add: (Object)
The add: action adds an item to the result table. The item being added must be a row of the same type as those already in the table.
addAll: (OrderedCollection)
The addAll: action adds all of the items in the specified collection to the result table. The items being added must be rows of the same type as those already in the table.
addAll: (OrderedCollection) afterIndex: (Integer)
The addAll:afterIndex: action adds all of the items in the specified collection to the result table, after the specified index. The items being added must be rows of the same type as those already in the table.
apply
The apply action updates the database to match the current working set.
beginTransaction
The beginTransaction action starts the database transaction. Updates are not committed.
cancel
The cancel action discards all pending changes to the current working set. No database work is done.
close
The close action closes the database connection.
commitTransaction
The commitTransaction action saves all database updates since the last commit point.
deleteRow
The deleteRow action removes the row from the database and marks it for deletion.
destroyPart
The destroyPart action destroys the part and its children, and releases all associated resources. You can use this action for both visual and nonvisual parts. All connections to the destroyed part are removed.
firstCurrentRow
The firstCurrentRow action moves the current row index to the first row.
lastCurrentRow
The lastCorrentRow action moves the current row index to the last row. If the database query is packet enabled it goes to the last row that has been retrieved.
newRow
The newRow action gets an empty row for adding a row to the database.
nextCurrentRow
The nextCurrentRow action moves the current row index to the next row.
previousCurrentRow
The previousCurrentRow action moves the current row index to the previous row.
refresh
The refresh action clears any deferred updates and runs the query again.
removeAll: (OrderedCollection)
The removeAll: action removes all of the items in the specified collection from the table.
rollbackTransaction
The rollbackTransaction action rolls back the database to the previous commit point.
Last modified date: 01/29/2015