PostgresExplainQuery0Ops

doobie.postgres.syntax.PostgresExplainQuery0Ops

Attributes

Source
syntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Construct a program in [[doobie.free.connection.ConnectionIO ConnectionIO]] which returns the server's query plan for the query (i.e., EXPLAIN output). The query is not actually executed.

Construct a program in [[doobie.free.connection.ConnectionIO ConnectionIO]] which returns the server's query plan for the query (i.e., EXPLAIN output). The query is not actually executed.

Attributes

Source
syntax.scala

Construct a program in [[doobie.free.connection.ConnectionIO ConnectionIO]] which returns the server's query plan for the query, with a comparison to the actual execution (i.e., EXPLAIN ANALYZE output). The query will be executed, but no results are returned.

Construct a program in [[doobie.free.connection.ConnectionIO ConnectionIO]] which returns the server's query plan for the query, with a comparison to the actual execution (i.e., EXPLAIN ANALYZE output). The query will be executed, but no results are returned.

Attributes

Source
syntax.scala