@breautek/storm
    Preparing search index...

    Class TemporaryTableQuery

    Hierarchy (View Summary)

    • Query<any>
      • TemporaryTableQuery
    Index

    Constructors

    Methods

    • Override to augment/manipulate the returned result set.

      Parameters

      • connection: IDatabaseConnection

        The connection object used for this query execution. Useful if further queries are required.

      • resultSet: any

      Returns Promise<any>

      • Streaming queries does not support post processing, creating a confusing API
    • 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