Programmer Guide : solidDB® SA : solidDB® SA function reference : SaTransRollback
  
SaTransRollback
SaTransRollback rolls back the current transaction started by SaTransBegin. No changes are made to the database.
After the current transaction is completed, the database server returns to autocommit mode until the next call to SaTransBegin.
Synopsis
SaRetT SA_EXPORT_H SaTransRollback(SaConnectT* scon)
Parameters
Parameters
Usage type
Description
scon
in, use
Pointer to a connection object
Return value
SA_RC_SUCC or error code.
See also
solidDB® SA function reference