Module sql

Source

Structs§

Statement
SQL prepared statement.

Functions§

calculate_hash
Returns the hash, used as the statement ID, generated from the SQL query text.
prepare
Creates new SQL prepared statement and stores it in the session. query - SQL query.
prepare_and_execute_raw
Executes an SQL query without storing the prepared statement in the instance cache and returns a wrapper around the raw msgpack bytes.
sql_execute_into_port
unprepare
Removes SQL prepared statement from the session.