Rename WT_CURSOR compare_equal to be equals.

While here, add a generic cursor equals stub in curstd, rather than
redirecting via cursor function pointer lists.

Implement the Java API wrapper.
This commit is contained in:
Alex Gorrod
2015-01-14 02:28:10 +11:00
parent 56865ca8ec
commit 812be6c438
21 changed files with 75 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ COPYDOC(__wt_cursor, WT_CURSOR, get_value)
COPYDOC(__wt_cursor, WT_CURSOR, set_key)
COPYDOC(__wt_cursor, WT_CURSOR, set_value)
COPYDOC(__wt_cursor, WT_CURSOR, compare)
COPYDOC(__wt_cursor, WT_CURSOR, compare_equal)
COPYDOC(__wt_cursor, WT_CURSOR, equals)
COPYDOC(__wt_cursor, WT_CURSOR, next)
COPYDOC(__wt_cursor, WT_CURSOR, prev)
COPYDOC(__wt_cursor, WT_CURSOR, reset)