Home | History | Annotate | Download | only in storage

Lines Matching refs:SQLResultRow

220     return statement.step() == SQLResultRow;
302 if (result == SQLResultRow)
354 while ((result = statement.step()) == SQLResultRow) {
385 while ((result = statement.step()) == SQLResultRow)
439 if (result != SQLResultRow) {
468 if (result == SQLResultRow)