Returns a node ID. @param item item @return node ID @throws QueryException query exception
(final Item item)
| 56 | * @throws QueryException query exception |
| 57 | */ |
| 58 | private int id(final Item item) throws QueryException { |
| 59 | return id(toDBNode(item, false)); |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Returns a node ID. |