Inserts a Database item @see Database#insert(Transaction, byte[], byte[], int)
(byte[] key, byte[] record)
| 174 | * @see Database#insert(Transaction, byte[], byte[], int) |
| 175 | */ |
| 176 | public void insert(byte[] key, byte[] record) |
| 177 | throws DatabaseException { |
| 178 | insert(key, record, 0); |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Inserts a Database item |