Searched refs:GetSelectValues (Results 1 – 3 of 3) sorted by relevance
30 static std::vector<DataValue> GetSelectValues(sqlite3_stmt *stmt);
75 std::vector<DataValue> SQLiteRelationalUtils::GetSelectValues(sqlite3_stmt *stmt) in GetSelectValues() function in DistributedDB::SQLiteRelationalUtils
1531 …laRowData = new (std::nothrow) RelationalRowDataImpl(SQLiteRelationalUtils::GetSelectValues(stmt)); in GetRowDatas()