@@ -285,7 +285,7 @@ public native ReindexerResponse openNamespace(long rx, long ctxId, long timeout,
285285 * @param timeout the execution timeout
286286 * @param query the SQL-query string
287287 * @param asJson 'true' if response should be serialized in JSON format, defaults to CJSON
288- * @param versions the versions
288+ * @param versions the tagsmatcher versions
289289 * @return the {@link ReindexerResponse} to use
290290 */
291291 public native ReindexerResponse select (long rx , long ctxId , long timeout , String query , boolean asJson ,
@@ -319,9 +319,10 @@ public native ReindexerResponse select(long rx, long ctxId, long timeout, String
319319 * @param ctxId the context id
320320 * @param timeout the execution timeout
321321 * @param data the query payload (i.e. predicates, joins etc)
322+ * @param versions the tagsmatcher versions
322323 * @return the {@link ReindexerResponse} to use
323324 */
324- public native ReindexerResponse updateQuery (long rx , long ctxId , long timeout , byte [] data );
325+ public native ReindexerResponse updateQuery (long rx , long ctxId , long timeout , byte [] data , long [] versions );
325326
326327 /**
327328 * Executes update query in the transaction.
0 commit comments