class OCI8

def recv_timeout

Other tags:
    Since: - 2.1.8 and Oracle 11.1

Other tags:
    See: #send_timeout -

Returns:
  • (Float) - seconds
def recv_timeout
  # OCI_ATTR_RECEIVE_TIMEOUT = 436
  @server_handle.send(:attr_get_ub4, 436).to_f / 1000
end