4 | ||| Commit the current transaction.
5 | |||
6 | ||| Parameters:
7 | ||| - Oracle connection handle.
8 | |||
9 | ||| Returns:
10 | ||| - 0 on success.
11 | ||| - Non-zero on failure.
12 | |||
16 | ||| Roll back the current transaction.
17 | |||
18 | ||| Parameters:
19 | ||| - Oracle connection handle.
20 | |||
21 | ||| Returns:
22 | ||| - 0 on success.
23 | ||| - Non-zero on failure.
24 | |||