poolClose abstract method

bool poolClose(
  1. int poolId
)

Closes the connection pool and releases all connections.

The poolId must be a valid pool identifier. Returns true on success, false on failure.

Implementation

bool poolClose(int poolId);