Description Usage Arguments Details Value Note Author(s) See Also Examples
Execute an SQL ROLLBACK transaction call.
1  | RMonetRollback(con)
 | 
con | 
 an Open MonetDB Connection handle  | 
RMonetRollback(con)
Returns true or false
Not much to note here.
Piers Harding
RMonet, RMonetConnect, RMonetGetInfo, RMonetQuery, RMonetLoadDataFrame, RMonetExecute, RMonetClose, RMonetStartTransaction, RMonetCommit, RMonetIsConnected, RMonetQuote, RMonetUnQuote, RMonetExists, RMonetListTables, RMonetListFields
1 2 3 4 5  | ## Not run: 
# Rollback the open transaction
RMonetRollback(con)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.