Function Begin

Part of:

package cl-rdbms
( begin &rest < args > )
Starts a new transaction. This transaction must be closed by an explicit call to either rollback or commit. See with-transaction for convenience and safety. This is for debug purposes.