class OCI8::ConnectionPool

def max

Returns:
  • (Integer) -
def max
  attr_get_ub4(OCI_ATTR_CONN_MAX)
end