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.