Searched defs:rowsCursor (Results 1 – 1 of 1) sorted by relevance
1065 type rowsCursor struct { struct1066 db *fakeDB1067 parentMem memToucher1068 cols [][]string1069 colType [][]string1070 posSet int1071 posRow int1072 rows [][]*row1073 closed bool1076 errPos int[all …]