Skip to content

Commit 8cc6419

Browse files
committed
Small doc fixes
1 parent 183396c commit 8cc6419

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

doc/api.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6701,20 +6701,20 @@ await pool.reconfigure({poolMin: 5, poolMax: 10, increment: 5});
67016701
The `oracledb.createPool()` properties that can be changed with
67026702
`pool.reconfigure()` are:
67036703

6704-
Property |
6705-
----------------------------------------------------|
6706-
[`enableStatistics`](#createpoolpoolattrsstats)
6707-
[`poolIncrement`](#createpoolpoolattrspoolincrement)
6708-
[`poolMax`](#createpoolpoolattrspoolmax)
6709-
[`poolMaxPerShard`](#createpoolpoolattrspoolmaxpershard)
6710-
[`poolMin`](#createpoolpoolattrspoolmin)
6711-
[`poolPingInterval`](#createpoolpoolattrspoolpinginterval)
6712-
[`poolTimeout`](#createpoolpoolattrspooltimeout)
6713-
[`queueMax`](#createpoolpoolattrsqueuemax)
6714-
[`queueRequests`](#createpoolpoolattrsqueuerequests)
6715-
[`queueTimeout`](#createpoolpoolattrsqueuetimeout)
6716-
[`sodaMetaDataCache`](#createpoolpoolattrssodamdcache)
6717-
[`stmtCacheSize`](#createpoolpoolattrsstmtcachesize)
6704+
Property |
6705+
------------------------------------------------------------|
6706+
[`enableStatistics`](#createpoolpoolattrsstats) |
6707+
[`poolIncrement`](#createpoolpoolattrspoolincrement) |
6708+
[`poolMax`](#createpoolpoolattrspoolmax) |
6709+
[`poolMaxPerShard`](#createpoolpoolattrspoolmaxpershard) |
6710+
[`poolMin`](#createpoolpoolattrspoolmin) |
6711+
[`poolPingInterval`](#createpoolpoolattrspoolpinginterval) |
6712+
[`poolTimeout`](#createpoolpoolattrspooltimeout) |
6713+
[`queueMax`](#createpoolpoolattrsqueuemax) |
6714+
[`queueRequests`](#createpoolpoolattrsqueuerequests) |
6715+
[`queueTimeout`](#createpoolpoolattrsqueuetimeout) |
6716+
[`sodaMetaDataCache`](#createpoolpoolattrssodamdcache) |
6717+
[`stmtCacheSize`](#createpoolpoolattrsstmtcachesize) |
67186718

67196719
A `resetStatistics` property can also be set to *true*. This zeros the
67206720
current pool statistics, with the exception of `queueMax` which is set to
@@ -6751,7 +6751,7 @@ This class was added in node-oracledb 5.3.
67516751

67526752
### <a name="poolstatisticsmethods"></a> 9.1 PoolStatistics Methods
67536753

6754-
#### <a name="poolstatisticslog"></a> 9.1.1 `poolstatistics.logStatistics()`
6754+
#### <a name="poolstatisticslogstatistics"></a> 9.1.1 `poolstatistics.logStatistics()`
67556755

67566756
##### Prototype
67576757

@@ -16296,8 +16296,9 @@ SQL> SELECT UNIQUE sid, client_driver
1629616296
33 node-oracledb : 5.0.0
1629716297
```
1629816298

16299-
If a [`oracledb.initOracleClient()`](#odbinitoracleclient) call specified
16300-
the `driverName`, then that value will be shown.
16299+
The [`oracledb.initOracleClient()`](#odbinitoracleclient) attribute
16300+
`driverName` can be used to override the value that will be shown in the
16301+
`CLIENT_DRIVER` column.
1630116302

1630216303
Note if [`oracledb.connectionClass`](#propdbconclass) is set for a
1630316304
non-pooled connection, the `CLIENT_DRIVER` value will not be set for

0 commit comments

Comments
 (0)