Searched refs:resultsIndex (Results 1 – 2 of 2) sorted by relevance
20 private int resultsIndex = -1; field in RoboCursor49 Object value = results[resultsIndex][columnIndex]; in getString()55 Object value = results[resultsIndex][columnIndex]; in getShort()61 Object value = results[resultsIndex][columnIndex]; in getInt()67 Object value = results[resultsIndex][columnIndex]; in getLong()77 Object value = results[resultsIndex][columnIndex]; in getFloat()83 Object value = results[resultsIndex][columnIndex]; in getDouble()89 return (byte[]) results[resultsIndex][columnIndex]; in getBlob()99 return results[resultsIndex][columnIndex] == null; in isNull()109 return doMoveToPosition(resultsIndex + 1); in moveToNext()[all …]
52 std::string resultsIndex; variable