Searched refs:DeleteCommand (Results 1 – 3 of 3) sorted by relevance
71 DeleteCommand::Help(ret); in PrintHelp()
395 class DeleteCommand : public LDBCommand {399 DeleteCommand(const std::vector<std::string>& params,
189 } else if (parsed_params.cmd == DeleteCommand::Name()) { in SelectCommand()190 return new DeleteCommand(parsed_params.cmd_params, parsed_params.option_map, in SelectCommand()2626 DeleteCommand::DeleteCommand(const std::vector<std::string>& params, in DeleteCommand() function in ROCKSDB_NAMESPACE::DeleteCommand2642 void DeleteCommand::Help(std::string& ret) { in Help()2644 ret.append(DeleteCommand::Name() + " <key>"); in Help()2648 void DeleteCommand::DoCommand() { in DoCommand()