Home
last modified time | relevance | path

Searched defs:rowsCursor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dfakedb_test.go1065 type rowsCursor struct { struct
1066 db *fakeDB
1067 parentMem memToucher
1068 cols [][]string
1069 colType [][]string
1070 posSet int
1071 posRow int
1072 rows [][]*row
1073 closed bool
1076 errPos int
[all …]