Searched refs:CURSOR_POSITION_NEGATIVE1 (Results 1 – 3 of 3) sorted by relevance
64 const int CURSOR_POSITION_NEGATIVE1 = -1; variable162 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb001()253 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in ResultSetDb002()260 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in ResultSetDb002()466 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb005()468 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb005()730 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb009()732 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb009()814 int currentPosition = CURSOR_POSITION_NEGATIVE1; in ResultSetDb010()1131 EXPECT_TRUE(resultSet->GetPosition() == CURSOR_POSITION_NEGATIVE1); in ResultSetDb015()[all …]
40 const int CURSOR_POSITION_NEGATIVE1 = -1; variable1101 int currentPosition = CURSOR_POSITION_NEGATIVE1; in MoveCursor()1104 for (int position = CURSOR_POSITION_NEGATIVE1; position < TEN_RECORDS; ++position) { in MoveCursor()1125 for (int position = TEN_RECORDS; position > CURSOR_POSITION_NEGATIVE1; --position) { in MoveCursor()1127 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in MoveCursor()1134 if (position > (CURSOR_POSITION_NEGATIVE1 + CURSOR_POSITION_1)) { in MoveCursor()
57 const int CURSOR_POSITION_NEGATIVE1 = -1; variable1372 EXPECT_EQ(resultSet->GetPosition(), CURSOR_POSITION_NEGATIVE1);1582 EXPECT_EQ(resultSet->GetPosition(), CURSOR_POSITION_NEGATIVE1);1635 EXPECT_EQ(resultSet->GetPosition(), CURSOR_POSITION_NEGATIVE1);