class OCI8::ConnectionPool

def nowait=(val)

Parameters:
  • val (Boolean) --
def nowait=(val)
  attr_set_ub1(OCI_ATTR_CONN_NOWAIT, val ? 1 : 0)
end