summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/ScanOperation.txt
blob: 7197cf66f7e6207dc225cef7c2907a2f7bd5fa29 (plain)
1
2
3
4
5
6
7
8
9
10
x) NdbConnection (main)
m_theFirstCursorOperation -> y

y) NdbScanOperation
m_transConnection -> x
theNdbCon -> z

z) NdbConnection (scan)
theScanningOp -> y
theFirstOpInList -> y (until after openScan)