statement

doobie.hi.statement$
object statement

Module of high-level constructors for StatementIO actions.

Attributes

Source
statement.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
statement.type

Members list

Grouped members

Results

Attributes

Source
statement.scala

Attributes

Source
statement.scala
val getWarnings: StatementIO[SQLWarning]

Attributes

Source
statement.scala

Batching

def addBatch(sql: String): StatementIO[Unit]

Attributes

Source
statement.scala

Attributes

Source
statement.scala

Attributes

Source
statement.scala

Execution

Attributes

Source
statement.scala
def executeQuery[A](sql: String)(k: ResultSetIO[A]): StatementIO[A]

Attributes

Source
statement.scala
def executeUpdate(sql: String): StatementIO[Int]

Attributes

Source
statement.scala