class OCI8

def send_timeout

Other tags:
    Since: - 2.1.8 and Oracle 11.1

Other tags:
    See: #recv_timeout -

Returns:
  • (Float) - seconds
def send_timeout
  # OCI_ATTR_SEND_TIMEOUT = 435
  @server_handle.send(:attr_get_ub4, 435).to_f / 1000
end