Home
last modified time | relevance | path

Searched refs:DeleteCommand (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Dldb_tool.cc71 DeleteCommand::Help(ret); in PrintHelp()
Dldb_cmd_impl.h395 class DeleteCommand : public LDBCommand {
399 DeleteCommand(const std::vector<std::string>& params,
Dldb_cmd.cc189 } 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::DeleteCommand
2642 void DeleteCommand::Help(std::string& ret) { in Help()
2644 ret.append(DeleteCommand::Name() + " <key>"); in Help()
2648 void DeleteCommand::DoCommand() { in DoCommand()