HyriseSQLParser/src/sql
Tim Zimmermann 6a05b8e94b Add enum types for formerly 'simple' operands (#48)
* Add enum types for formerly 'simple' operands

* Use non-semantic names

* Formatting

* Add generated files
2017-06-29 13:40:24 +02:00
..
CreateStatement.h Add Hints per statement to SQL syntax. 2017-06-06 22:15:19 +02:00
DeleteStatement.h Add Hints per statement to SQL syntax. 2017-06-06 22:15:19 +02:00
DropStatement.h Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
ExecuteStatement.h Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
Expr.cpp Add enum types for formerly 'simple' operands (#48) 2017-06-29 13:40:24 +02:00
Expr.h Add enum types for formerly 'simple' operands (#48) 2017-06-29 13:40:24 +02:00
ImportStatement.h Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
InsertStatement.h Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
PrepareStatement.cpp Add Hints per statement to SQL syntax. 2017-06-06 22:15:19 +02:00
PrepareStatement.h Prepared Statements (#43) 2017-05-29 16:22:13 +02:00
SQLStatement.cpp Add Hints per statement to SQL syntax. 2017-06-06 22:15:19 +02:00
SQLStatement.h Add Hints per statement to SQL syntax. 2017-06-06 22:15:19 +02:00
SelectStatement.h Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
Table.h adjust define guard namings 2017-04-06 18:27:47 +02:00
UpdateStatement.h Documentation & Result Move Constructor (#39) 2017-04-21 16:15:07 +02:00
statements.cpp Add Hints per statement to SQL syntax. 2017-06-06 22:15:19 +02:00
statements.h adjust define guard namings 2017-04-06 18:27:47 +02:00