reldb 0.1.0
Recreational SQLite
Loading...
Searching...
No Matches
statement.h File Reference

Core database statement definitions. More...

This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Core database statement definitions.

Definition in file statement.h.

Enumeration Type Documentation

◆ MetaCmdRes

enum MetaCmdRes

Result codes for meta-command execution.

Definition at line 10 of file statement.h.

◆ PrepareRes

enum PrepareRes

Result codes for the SQL statement compiler.

Definition at line 16 of file statement.h.

◆ StatementType

Represents the type of SQL statement to be executed.

Definition at line 22 of file statement.h.