delete_savepoint


Description:

public bool delete_savepoint (string? name) throws Error

Delete the SAVEPOINT named name when not used anymore.

Parameters:

this

a Connection object

name

name of the savepoint to delete

Returns:

TRUE if no error occurred