Returns the number of duplicate keys This method wraps the native ups_cursor_get_duplicate_count function. Returns the number of duplicate keys of the item to which the Cursor currently refers. Returns 1 if the key has no duplicates. More information: <a href="http://files.upscaledb.
()
| 424 | * @return the number of duplicate keys |
| 425 | */ |
| 426 | public int getDuplicateCount() |
| 427 | throws DatabaseException { |
| 428 | return ups_cursor_get_duplicate_count(m_handle, 0); |
| 429 | } |
| 430 | |
| 431 | /** |
| 432 | * Returns the size of the current record |