class EazyDB::Commands::Reindex

Defined in:

commands/reindex.cr

Instance Method Summary

Instance methods inherited from class EazyDB::Commands::Command

execute(args : JSON::Any | Nil) : Response execute, fatal(msg : String) fatal, run(line : String | Nil) run

Constructor methods inherited from class EazyDB::Commands::Command

new(db : Nil | EazyDB::Record::Record) new

Instance Method Detail

def execute(arg : JSON::Any | Nil) : SuccessResponse #

[View source]