git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@538
f203690c-595d-4dc9-a70b-
905162fa7fd2
/**
* Update the row on which the given rowState is currently positioned.
+ * <p>
+ * Note, this method is not generally meant to be used directly. You should
+ * use the {@link #updateCurrentRow} method or use the Cursor class, which
+ * allows for more complex table interactions, e.g.
+ * {@link Cursor#setCurrentRowValue} and {@link Cursor#updateCurrentRow}.
*/
public void updateRow(RowState rowState, RowId rowId, Object... row)
throws IOException