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

sqlipDisconnect

This connection-level method disconnects from the database and aborts any open transactions. After returning from this connection-level method, the thread or the process that was created for this connection is destroyed. This is the last method called on this object.
int sqlipDisconnect();
 
Table 69: Parameters for sqlipDisconnect
Parameter
Type
Description
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR – error disconnecting from the database.