skip to main content
IP API Reference for Java : Connection-level Methods for Java : sqlipRollback
 

sqlipRollback

This connection-level method rolls back all uncommitted transactions on this connection. This causes any operations that were done on this connection since the last COMMIT or ROLLBACK to be rolled back as if they were never performed. If you are not supporting transactions, always return OADS_SUCCESS.
int sqlipRollback()
 
Table 74: Parameters for sqlipRollback
Parameter
Type
Description
RETURN
 
 
 
int
OADS_SUCCESS – transactions rolled back
OADS_ERROR – error rolling back