Interface CountTransform<ReturnCount>

Type Parameters

  • ReturnCount

Hierarchy

Properties

Properties

countTransform?: ((count) => ReturnCount)

Type declaration

    • (count): ReturnCount
    • Transformation to apply to bigint count results indicating the number of rows affected, before returning the count to the client. count is the count returned by the query.

      Parameters

      • count: bigint

      Returns ReturnCount

Generated using TypeDoc