Skip to content

Commit 86f4bd2

Browse files
committed
Use code style for keywords
1 parent 330b58c commit 86f4bd2

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

doc/api.md

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -31,90 +31,90 @@ limitations under the License.
3131
- 3.1.4 [Execute Bind Direction Constants](#oracledbconstantsbinddir)
3232
- [`BIND_IN`](#oracledbconstantsbinddir), [`BIND_INOUT`](#oracledbconstantsbinddir), [`BIND_OUT`](#oracledbconstantsbinddir)
3333
- 3.2 [Oracledb Properties](#oracledbproperties)
34-
- 3.2.1 [autoCommit](#propdbisautocommit)
35-
- 3.2.2 [connectionClass](#propdbconclass)
36-
- 3.2.3 [extendedMetaData](#propdbextendedmetadata)
37-
- 3.2.4 [externalAuth](#propdbisexternalauth)
38-
- 3.2.5 [fetchAsString](#propdbfetchasstring)
39-
- 3.2.6 [lobPrefetchSize](#propdblobprefetchsize)
40-
- 3.2.7 [maxRows](#propdbmaxrows)
41-
- 3.2.8 [oracleClientVersion](#propdboracleClientVersion)
42-
- 3.2.9 [outFormat](#propdboutformat)
43-
- 3.2.10 [poolIncrement](#propdbpoolincrement)
44-
- 3.2.11 [poolMax](#propdbpoolmax)
45-
- 3.2.12 [poolMin](#propdbpoolmin)
46-
- 3.2.13 [poolTimeout](#propdbpooltimeout)
47-
- 3.2.14 [prefetchRows](#propdbprefetchrows)
48-
- 3.2.15 [Promise](#propdbpromise)
49-
- 3.2.16 [queueRequests](#propdbqueuerequests)
50-
- 3.2.17 [queueTimeout](#propdbqueuetimeout)
51-
- 3.2.18 [stmtCacheSize](#propdbstmtcachesize)
52-
- 3.2.19 [version](#propdbversion)
34+
- 3.2.1 [`autoCommit`](#propdbisautocommit)
35+
- 3.2.2 [`connectionClass`](#propdbconclass)
36+
- 3.2.3 [`extendedMetaData`](#propdbextendedmetadata)
37+
- 3.2.4 [`externalAuth`](#propdbisexternalauth)
38+
- 3.2.5 [`fetchAsString`](#propdbfetchasstring)
39+
- 3.2.6 [`lobPrefetchSize`](#propdblobprefetchsize)
40+
- 3.2.7 [`maxRows`](#propdbmaxrows)
41+
- 3.2.8 [`oracleClientVersion`](#propdboracleClientVersion)
42+
- 3.2.9 [`outFormat`](#propdboutformat)
43+
- 3.2.10 [`poolIncrement`](#propdbpoolincrement)
44+
- 3.2.11 [`poolMax`](#propdbpoolmax)
45+
- 3.2.12 [`poolMin`](#propdbpoolmin)
46+
- 3.2.13 [`poolTimeout`](#propdbpooltimeout)
47+
- 3.2.14 [`prefetchRows`](#propdbprefetchrows)
48+
- 3.2.15 [`Promise`](#propdbpromise)
49+
- 3.2.16 [`queueRequests`](#propdbqueuerequests)
50+
- 3.2.17 [`queueTimeout`](#propdbqueuetimeout)
51+
- 3.2.18 [`stmtCacheSize`](#propdbstmtcachesize)
52+
- 3.2.19 [`version`](#propdbversion)
5353
- 3.3 [Oracledb Methods](#oracledbmethods)
54-
- 3.3.1 [createPool()](#createpool)
55-
- 3.3.2 [getConnection()](#getconnectiondb)
54+
- 3.3.1 [`createPool()`](#createpool)
55+
- 3.3.2 [`getConnection()`](#getconnectiondb)
5656
4. [Connection Class](#connectionclass)
5757
- 4.1 [Connection Properties](#connectionproperties)
58-
- 4.1.1 [action](#propconnaction)
59-
- 4.1.2 [clientId](#propconnclientid)
60-
- 4.1.3 [module](#propconnmodule)
61-
- 4.1.4 [oracleServerVersion](#propconnoracleserverversion)
62-
- 4.1.5 [stmtCacheSize](#propconnstmtcachesize)
58+
- 4.1.1 [`action`](#propconnaction)
59+
- 4.1.2 [`clientId`](#propconnclientid)
60+
- 4.1.3 [`module`](#propconnmodule)
61+
- 4.1.4 [`oracleServerVersion`](#propconnoracleserverversion)
62+
- 4.1.5 [`stmtCacheSize`](#propconnstmtcachesize)
6363
- 4.2 [Connection Methods](#connectionmethods)
64-
- 4.2.1 [break()](#break)
65-
- 4.2.2 [close()](#connectionclose)
66-
- 4.2.3 [commit()](#commit)
67-
- 4.2.4 [execute()](#execute)
68-
- 4.2.4.1 [execute(): SQL Statement](#executesqlparam)
69-
- 4.2.4.2 [execute(): Bind Parameters](#executebindParams)
64+
- 4.2.1 [`break()`](#break)
65+
- 4.2.2 [`close()`](#connectionclose)
66+
- 4.2.3 [`commit()`](#commit)
67+
- 4.2.4 [`execute()`](#execute)
68+
- 4.2.4.1 [`execute()`: SQL Statement](#executesqlparam)
69+
- 4.2.4.2 [`execute()`: Bind Parameters](#executebindParams)
7070
- [`dir`](#executebindParams), [`maxArraySize`](#executebindParams), [`maxSize`](#executebindParams), [`type`](#executebindParams), [`val`](#executebindParams)
71-
- 4.2.4.3 [execute(): Options](#executeoptions)
71+
- 4.2.4.3 [`execute()`: Options](#executeoptions)
7272
- 4.2.4.3.1 [`autoCommit`](#propexecautocommit)
7373
- 4.2.4.3.2 [`extendedMetaData`](#propexecextendedmetadata)
7474
- 4.2.4.3.3 [`fetchInfo`](#propexecfetchinfo)
7575
- 4.2.4.3.4 [`maxRows`](#propexecmaxrows)
7676
- 4.2.4.3.5 [`outFormat`](#propexecoutformat)
7777
- 4.2.4.3.6 [`prefetchRows`](#propexecprefetchrows)
7878
- 4.2.4.3.7 [`resultSet`](#propexecresultset)
79-
- 4.2.4.4 [execute(): Callback Function](#executecallback)
79+
- 4.2.4.4 [`execute()`: Callback Function](#executecallback)
8080
- 4.2.4.4.1 [`metaData`](#execmetadata)
8181
- [`name`](#execmetadata), [`fetchType`](#execmetadata), [`dbType`](#execmetadata), [`byteSize`](#execmetadata), [`precision`](#execmetadata), [`scale`](#execmetadata), [`nullable`](#execmetadata)
8282
- 4.2.4.4.2 [`outBinds`](#execoutbinds)
8383
- 4.2.4.4.3 [`resultSet`](#execresultset)
8484
- 4.2.4.4.4 [`rows`](#execrows)
8585
- 4.2.4.4.5 [`rowsAffected`](#execrowsaffected)
86-
- 4.2.5 [queryStream()](#querystream)
87-
- 4.2.6 [release()](#release)
88-
- 4.2.7 [rollback()](#rollback)
86+
- 4.2.5 [`queryStream()`](#querystream)
87+
- 4.2.6 [`release()`](#release)
88+
- 4.2.7 [`rollback()`](#rollback)
8989
5. [Lob Class](#lobclass)
9090
- 5.1 [Lob Properties](#lobproperties)
91-
- 5.1.1 [chunkSize](#proplobchunksize)
92-
- 5.1.2 [length](#proploblength)
93-
- 5.1.3 [pieceSize](#proplobpiecesize)
94-
- 5.1.4 [type](#proplobtype)
91+
- 5.1.1 [`chunkSize`](#proplobchunksize)
92+
- 5.1.2 [`length`](#proploblength)
93+
- 5.1.3 [`pieceSize`](#proplobpiecesize)
94+
- 5.1.4 [`type`](#proplobtype)
9595
6. [Pool Class](#poolclass)
9696
- 6.1 [Pool Properties](#poolproperties)
97-
- 6.1.1 [connectionsInUse](#proppoolconnectionsinuse)
98-
- 6.1.2 [connectionsOpen](#proppoolconnectionsopen)
99-
- 6.1.3 [poolIncrement](#proppoolpoolincrement)
100-
- 6.1.4 [poolMax](#proppoolpoolmax)
101-
- 6.1.5 [poolMin](#proppoolpoolmin)
102-
- 6.1.6 [poolTimeout](#proppoolpooltimeout)
103-
- 6.1.7 [queueRequests](#proppoolqueuerequests)
104-
- 6.1.8 [queueTimeout](#proppoolqueueTimeout)
105-
- 6.1.9 [stmtCacheSize](#proppoolstmtcachesize)
97+
- 6.1.1 [`connectionsInUse`](#proppoolconnectionsinuse)
98+
- 6.1.2 [`connectionsOpen`](#proppoolconnectionsopen)
99+
- 6.1.3 [`poolIncrement`](#proppoolpoolincrement)
100+
- 6.1.4 [`poolMax`](#proppoolpoolmax)
101+
- 6.1.5 [`poolMin`](#proppoolpoolmin)
102+
- 6.1.6 [`poolTimeout`](#proppoolpooltimeout)
103+
- 6.1.7 [`queueRequests`](#proppoolqueuerequests)
104+
- 6.1.8 [`queueTimeout`](#proppoolqueueTimeout)
105+
- 6.1.9 [`stmtCacheSize`](#proppoolstmtcachesize)
106106
- 6.2 [Pool Methods](#poolmethods)
107-
- 6.2.1 [close()](#poolclose)
108-
- 6.2.2 [getConnection()](#getconnectionpool)
109-
- 6.2.3 [terminate()](#terminate)
107+
- 6.2.1 [`close()`](#poolclose)
108+
- 6.2.2 [`getConnection()`](#getconnectionpool)
109+
- 6.2.3 [`terminate()`](#terminate)
110110
7. [ResultSet Class](#resultsetclass)
111111
- 7.1 [ResultSet Properties](#resultsetproperties)
112-
- 7.1.1 [metaData](#rsmetadata)
112+
- 7.1.1 [`metaData`](#rsmetadata)
113113
- 7.2 [ResultSet Methods](#resultsetmethods)
114-
- 7.2.1 [close()](#close)
115-
- 7.2.2 [getRow()](#getrow)
116-
- 7.2.3 [getRows()](#getrows)
117-
- 7.2.4 [toQueryStream()](#toquerystream)
114+
- 7.2.1 [`close()`](#close)
115+
- 7.2.2 [`getRow()`](#getrow)
116+
- 7.2.3 [`getRows()`](#getrows)
117+
- 7.2.4 [`toQueryStream()`](#toquerystream)
118118
8. [Connection Handling](#connectionhandling)
119119
- 8.1 [Connection Strings](#connectionstrings)
120120
- 8.1.1 [Easy Connect Syntax for Connection Strings](#easyconnect)

0 commit comments

Comments
 (0)