ladybird/Userland/Services/SQLServer
Timothy Flynn aec75d749a LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
In order to execute a prepared statement multiple times, and track each
execution's results, clients will need to be provided an execution ID.
This will create a monotonically increasing ID each time a prepared
statement is executed for this purpose.
2022-12-07 13:09:00 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2022-12-07 13:09:00 +01:00
ConnectionFromClient.h LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2022-12-07 13:09:00 +01:00
DatabaseConnection.cpp LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs 2022-12-07 13:09:00 +01:00
DatabaseConnection.h LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs 2022-12-07 13:09:00 +01:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
SQLClient.ipc LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2022-12-07 13:09:00 +01:00
SQLServer.ipc LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2022-12-07 13:09:00 +01:00
SQLStatement.cpp LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2022-12-07 13:09:00 +01:00
SQLStatement.h LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2022-12-07 13:09:00 +01:00