Module pool

Source
Expand description

Type definitions for connection pooling

This module defines types for connection pooling using Session Pooling in OCI.

Structs§

Pool
Connection pool
PoolBuilder
A bulider to make a connection pool
PoolOptions
Additional options to get a connection from a pool

Enums§

CloseMode
The mode to use when closing pools
GetMode
The mode to use when getting connections from a connection pool
PoolType
Whether a connection pool is homogeneous or heterogeneous.