aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli/commands/clicommandnullvalue.h
blob: 4ac469909eac5a029b210cbfd13623570a55219b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CLICOMMANDNULLVALUE_H
#define CLICOMMANDNULLVALUE_H

#include "clicommand.h"

class CliCommandNullValue : public CliCommand
{
    public:
        void execute();
        QString shortHelp() const;
        QString fullHelp() const;
        void defineSyntax();
};

#endif // CLICOMMANDNULLVALUE_H