Execute

skunk.net.protocol.Execute
See theExecute companion object
trait Execute[F[_]]

Attributes

Companion:
object
Source:
Execute.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply[A](portal: CommandPortal[F, A]): F[Completion]

Attributes

Source:
Execute.scala
def apply[A, B](portal: QueryPortal[F, A, B], maxRows: Int, ty: Typer): F[(List[B], Boolean)]

Attributes

Source:
Execute.scala