Skip to main content

Module query

Module query 

Source
Expand description

Query operations: SELECT statements returning rows or scalar values.

Structsยง

QueryOne
Execute a SELECT query and return exactly one row.
QueryOneOutput
Output of QueryOne.
QueryRows
Execute a SELECT query and return all matching rows as JSON.
QueryRowsOutput
Output of QueryRows.
QueryScalar
Execute a SELECT query and return a single scalar value.
QueryScalarOutput
Output of QueryScalar.