PoolIsSet returns true if the driver is configured with a database pool. API is not stable. DO NOT USE.
()
| 112 | // |
| 113 | // API is not stable. DO NOT USE. |
| 114 | PoolIsSet() bool |
| 115 | |
| 116 | // PoolSet sets a database pool into a driver will a nil pool. This is meant |
| 117 | // only for use in testing, and only in specific circumstances where it's |
no outgoing calls