xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::Query::DropStatement Struct Reference

DROP TABLE statement structure. More...

#include <Statement.h>

Inheritance diagram for Xale::Query::DropStatement:
Inheritance graph
Collaboration diagram for Xale::Query::DropStatement:
Collaboration graph

Public Member Functions

 DropStatement ()
Public Member Functions inherited from Xale::Query::Statement
 Statement (StatementType t)
virtual ~Statement ()=default

Public Attributes

std::string tableName
Public Attributes inherited from Xale::Query::Statement
StatementType type

Detailed Description

DROP TABLE statement structure.

Constructor & Destructor Documentation

◆ DropStatement()

Xale::Query::DropStatement::DropStatement ( )
inline

Member Data Documentation

◆ tableName

std::string Xale::Query::DropStatement::tableName

The documentation for this struct was generated from the following file: