setMethod("dbBegin", "HiveS2Connection", function(conn) {
TRUE
})
setMethod("dbCommit", "HiveS2Connection", function(conn) {
FALSE
})
setMethod("dbRollback", "HiveS2Connection", function(conn) {
TRUE
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.