SQL Statement 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. 
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. 
rollbackTransaction 
The rollbackTransaction action rolls back the database to the previous commit point. 
Last modified date: 01/29/2015