@@ -5256,43 +5256,43 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
5256
5256
5257
5257
259. tpc.js
5258
5258
259.1 TPC constants
5259
- 259.1.1 tpc constant TPC_BEGIN_JOIN
5260
- 259.1.2 tpc constant TPC_BEGIN_NEW
5261
- 259.1.3 tpc constant TPC_RESUME
5262
- 259.1.4 tpc constant TPC_PROMOTE
5263
- 259.1.5 tpc constant TPC_END_NORMAL
5264
- 259.1.6 tpc constant TPC_END_SUSPEND
5259
+ 259.1.1 tpc constant TPC_BEGIN_JOIN
5260
+ 259.1.2 tpc constant TPC_BEGIN_NEW
5261
+ 259.1.3 tpc constant TPC_RESUME
5262
+ 259.1.4 tpc constant TPC_PROMOTE
5263
+ 259.1.5 tpc constant TPC_END_NORMAL
5264
+ 259.1.6 tpc constant TPC_END_SUSPEND
5265
5265
259.2 TPC Functions
5266
- 259.2.1 test tpcBegin, tpcPrepare, tpcRollback
5267
- 259.2.2 test tpcBegin, tpcPrepare, tpcCommit
5268
- 259.2.3 test multiple global transactions on same connection
5269
- 259.2.4 test tpcPrepare with no xid
5270
- 259.2.5 negative - missing formatId in XID
5271
- 259.2.6 negative missing globalTxnId in XID
5272
- 259.2.7 negative missing branchQualifier in XID
5266
+ 259.2.1 test tpcBegin, tpcPrepare, tpcRollback
5267
+ 259.2.2 test tpcBegin, tpcPrepare, tpcCommit
5268
+ 259.2.3 test multiple global transactions on same connection
5269
+ 259.2.4 test tpcPrepare with no xid
5270
+ 259.2.5 negative - missing formatId in XID
5271
+ 259.2.6 negative missing globalTxnId in XID
5272
+ 259.2.7 negative missing branchQualifier in XID
5273
5273
259.3 TPC Functions with no default values
5274
- 259.3.1 test tpcBegin, tpcPrepare, tpcRollback
5275
- 259.3.2 test tpcBegin, tpcPrepare, tpcCommit
5276
- 259.3.3 test multiple global transactions on same connection
5277
- 259.3.4 test tpcPrepare with no xid
5278
- 259.3.5 negative - missing formatId in XID
5279
- 259.3.6 negative missing globalTxnId in XID
5280
- 259.3.7 negative missing branchQualifier in XID
5274
+ 259.3.1 test tpcBegin, tpcPrepare, tpcRollback
5275
+ 259.3.2 test tpcBegin, tpcPrepare, tpcCommit
5276
+ 259.3.3 test multiple global transactions on same connection
5277
+ 259.3.4 test tpcPrepare with no xid
5278
+ 259.3.5 negative - missing formatId in XID
5279
+ 259.3.6 negative missing globalTxnId in XID
5280
+ 259.3.7 negative missing branchQualifier in XID
5281
5281
259.4 TPC Properties
5282
- 259.4.1 set and get externalName
5283
- 259.4.2 set and get internalName
5284
- 259.4.3 set and query ecid
5282
+ 259.4.1 set and get externalName
5283
+ 259.4.2 set and get internalName
5284
+ 259.4.3 set and query ecid
5285
5285
259.5 TPC Functions using Buffer type
5286
- 259.5.1 test tpcBegin, tpcPrepare, tpcRollback using Buffer type
5287
- 259.5.2 test tpcBegin, tpcPrepare, tpcRollback using Buffer type 2
5286
+ 259.5.1 test tpcBegin, tpcPrepare, tpcRollback using Buffer type
5287
+ 259.5.2 test tpcBegin, tpcPrepare, tpcRollback using Buffer type 2
5288
5288
259.6 TPC Functions with invalid # of parameters
5289
- 259.6.1 tpcBegin invalid number of arguments
5290
- 259.6.2 tpcCommit invalid number of arguments
5291
- 259.6.3 tpcEnd invalid number of arguments
5292
- 259.6.4 tpcForget invalid number of arguments
5293
- 259.6.5 tpcPrepare invalid number of args
5294
- 259.6.6 tpcRecover invalid number of args
5295
- 259.6.7 tpcRollback invalid number of args
5289
+ 259.6.1 tpcBegin invalid number of arguments
5290
+ 259.6.2 tpcCommit invalid number of arguments
5291
+ 259.6.3 tpcEnd invalid number of arguments
5292
+ 259.6.4 tpcForget invalid number of arguments
5293
+ 259.6.5 tpcPrepare invalid number of args
5294
+ 259.6.6 tpcRecover invalid number of args
5295
+ 259.6.7 tpcRollback invalid number of args
5296
5296
5297
5297
260. tpcResume.js
5298
5298
260.1 TPC suspend and resume
0 commit comments