@@ -31,90 +31,90 @@ limitations under the License.
31
31
- 3.1.4 [ Execute Bind Direction Constants] ( #oracledbconstantsbinddir )
32
32
- [ ` BIND_IN ` ] ( #oracledbconstantsbinddir ) , [ ` BIND_INOUT ` ] ( #oracledbconstantsbinddir ) , [ ` BIND_OUT ` ] ( #oracledbconstantsbinddir )
33
33
- 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 )
53
53
- 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 )
56
56
4 . [ Connection Class] ( #connectionclass )
57
57
- 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 )
63
63
- 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 )
70
70
- [ ` 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 )
72
72
- 4.2.4.3.1 [ ` autoCommit ` ] ( #propexecautocommit )
73
73
- 4.2.4.3.2 [ ` extendedMetaData ` ] ( #propexecextendedmetadata )
74
74
- 4.2.4.3.3 [ ` fetchInfo ` ] ( #propexecfetchinfo )
75
75
- 4.2.4.3.4 [ ` maxRows ` ] ( #propexecmaxrows )
76
76
- 4.2.4.3.5 [ ` outFormat ` ] ( #propexecoutformat )
77
77
- 4.2.4.3.6 [ ` prefetchRows ` ] ( #propexecprefetchrows )
78
78
- 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 )
80
80
- 4.2.4.4.1 [ ` metaData ` ] ( #execmetadata )
81
81
- [ ` name ` ] ( #execmetadata ) , [ ` fetchType ` ] ( #execmetadata ) , [ ` dbType ` ] ( #execmetadata ) , [ ` byteSize ` ] ( #execmetadata ) , [ ` precision ` ] ( #execmetadata ) , [ ` scale ` ] ( #execmetadata ) , [ ` nullable ` ] ( #execmetadata )
82
82
- 4.2.4.4.2 [ ` outBinds ` ] ( #execoutbinds )
83
83
- 4.2.4.4.3 [ ` resultSet ` ] ( #execresultset )
84
84
- 4.2.4.4.4 [ ` rows ` ] ( #execrows )
85
85
- 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 )
89
89
5 . [ Lob Class] ( #lobclass )
90
90
- 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 )
95
95
6 . [ Pool Class] ( #poolclass )
96
96
- 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 )
106
106
- 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 )
110
110
7 . [ ResultSet Class] ( #resultsetclass )
111
111
- 7.1 [ ResultSet Properties] ( #resultsetproperties )
112
- - 7.1.1 [ metaData] ( #rsmetadata )
112
+ - 7.1.1 [ ` metaData ` ] ( #rsmetadata )
113
113
- 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 )
118
118
8 . [ Connection Handling] ( #connectionhandling )
119
119
- 8.1 [ Connection Strings] ( #connectionstrings )
120
120
- 8.1.1 [ Easy Connect Syntax for Connection Strings] ( #easyconnect )
0 commit comments