pub unsafe extern "C" fn dpiConn_getCallTimeout(
conn: *mut dpiConn,
value: *mut u32,
) -> c_intExpand description
Returns the current call timeout (in milliseconds) used for round-trips to
the database made with this connection. A value of 0 means that no timeouts
will take place. This value can be set using the function
dpiConn_setCallTimeout().
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.