|
xale-db 1.0
minimal SQL engine, written in c++
|
DROP TABLE statement structure. More...
#include <Statement.h>


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 |
DROP TABLE statement structure.
|
inline |
| std::string Xale::Query::DropStatement::tableName |