internal_savepoint_added


Description:

public void internal_savepoint_added (string? parent_trans, string svp_name)

Internal functions to be called by database providers when a savepoint has been added to keep track of the transaction status of the connection

Note: this function should not be called if internal_statement_executed has already been called because a statement's execution was necessary to perform the action.

Parameters:

this

a Connection

parent_trans

name of the parent transaction, or null

svp_name

savepoint's name, or null