|
reldb 0.1.0
Recreational SQLite
|
Core database statement definitions. More...

Go to the source code of this file.
Classes | |
| struct | Statement |
| A parsed SQL statement ready for execution by the VM. More... | |
Enumerations | |
| enum | MetaCmdRes { META_CMD_SUCCESS , META_COMMAND_UNRECOGNISED_CMD } |
| Result codes for meta-command execution. More... | |
| enum | PrepareRes { PREPARE_SUCCESS , PREPARE_UNRECOGNIZED_STATEMENT } |
| Result codes for the SQL statement compiler. More... | |
| enum | StatementType { STATEMENT_INSERT , STATEMENT_SELECT } |
| Represents the type of SQL statement to be executed. More... | |
Core database statement definitions.
Definition in file statement.h.
| enum MetaCmdRes |
Result codes for meta-command execution.
Definition at line 10 of file statement.h.
| enum PrepareRes |
Result codes for the SQL statement compiler.
Definition at line 16 of file statement.h.
| enum StatementType |
Represents the type of SQL statement to be executed.
Definition at line 22 of file statement.h.