add_savepoint
Description:
Adds a SAVEPOINT named name.
Parameters:
| this |
a Connection object |
| name |
name of the savepoint to add |
Returns:
|
TRUE if no error occurred |
Adds a SAVEPOINT named name.
| this |
a Connection object |
| name |
name of the savepoint to add |
|
TRUE if no error occurred |