limbo/bindings/java/rs_src
Pekka Enberg c210821100 core: Move result row to ProgramState
Move result row to `ProgramState` to mimic what SQLite does where `Vdbe`
struct has a `pResultRow` member. This makes it easier to deal with result
lifetime, but more importantly, eventually lazily parse values at the edges of
the API.
2025-02-06 11:52:26 +02:00
..
errors.rs Implement rust side connect and prepare function 2025-01-18 09:09:36 +09:00
lib.rs Group "pointer to struct" and "struct to pointer" functions 2025-01-18 09:09:36 +09:00
limbo_connection.rs Implement limbo close() 2025-01-27 19:15:02 +09:00
limbo_db.rs Pass io to statement from db 2025-01-24 15:43:44 +09:00
limbo_statement.rs core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
utils.rs Extract set_err_msg_and_throw_exception to utils.rs 2025-01-18 09:09:36 +09:00