Lines Matching full:curs
989 curs = cursor
990 self.__deleteRow(a_row_obj, cursor = curs)
1001 curs = cursor
1002 self.__updateRowList([a_row_obj], cursor = curs)
1012 curs = cursor
1013 self.__insertRow(a_row_obj, cursor = curs,replace=replace)
1462 curs = cursor
1463 fromTable.r_deleteRow(self,cursor=curs)
1477 curs = cursor
1478 toTable.r_updateRow(self,cursor = curs)