Docs Menu
API Developer Guide / middleware / pub / client / database / createSavepoint

Service: createSavepoint

This service will be used as a savepoint for a database transaction.

Input Parameters:

Name Type Description
savePointName String Name of the Savepoint to be created
txConn Object transaction object obtained when createSavePoint service.

Output Parameter:

Name Type Description
savepoint Object A special mark inside a transaction that allows all commands that are executed after it was established to be rolled back.