@breautek/storm
    Preparing search index...

    Class RawQuery<TQueryParameters, TQueryResultSet, TQueryPostProcessedResultSet>

    Type Parameters

    • TQueryParameters = any
    • TQueryResultSet = any
    • TQueryPostProcessedResultSet = TQueryResultSet

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Query implementations may override this API to augment the parameters.

      Returns Record<string, any>

      parameters that will be used when this query is ran.

    • Overridable to execute statements after the main query. Can be used to clean up session variables or temporary tables, etc

      Unlike onPostProcess, this hook does not provide the result set, and will be invoked even if the main query produces an error.

      Parameters

      Returns Promise<void>

      8.3.0