Single-Row Query Actions
beginTransaction 
The beginTransaction action starts the database transaction. Updates are not committed. 
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. 
executeQuery 
The executeQuery action runs the query. 
executeQueryAsTransaction 
The executeQueryAsTransaction action runs the query as a transaction. 
newRow 
The newRow action gets an empty row for adding a row to the database. 
rollbackTransaction 
The rollbackTransaction action rolls back the database to the previous commit point. 
updateRow 
The updateRow. action updates the current row in the database, adding a row if it is not already in the database. 
Last modified date: 01/29/2015