Insert a record in the database. Any field/value pairs in the specified values HashMap will be written into the record with the specified record key. @param table The name of the table @param key The record key of the record to insert. @param values A HashMap of field/value pairs to insert in the r
(String table, String key, HashMap<String,ByteIterator> values)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected