138139140141142143144145146147148149
command.validate(); return command; } protected Prepared parseDropKeyspace() { DropKeyspace command = new DropKeyspace(session); command.setIfExists(readIfExists(false)); command.setKeyspaceName(readUniqueIdentifier()); return command; }