StatementOp

doobie.free.statement$.StatementOp$
See theStatementOp companion trait

Attributes

Companion:
trait
Source:
statement.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class AddBatch(a: String) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
case object Cancel extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Self type
Cancel.type
case object Canceled extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Self type
case object ClearBatch extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Self type
case object ClearWarnings extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Self type
case object Close extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Self type
Close.type
case object CloseOnCompletion extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Self type
final case class Embed[A](e: Embedded[A]) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
final case class EnquoteIdentifier(a: String, b: Boolean) extends StatementOp[String]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[String]
class Object
trait Matchable
class Any
final case class EnquoteLiteral(a: String) extends StatementOp[String]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[String]
class Object
trait Matchable
class Any
final case class EnquoteNCharLiteral(a: String) extends StatementOp[String]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[String]
class Object
trait Matchable
class Any
final case class Execute(a: String) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
final case class Execute1(a: String, b: Array[Int]) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
final case class Execute2(a: String, b: Array[String]) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
final case class Execute3(a: String, b: Int) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
case object ExecuteBatch extends StatementOp[Array[Int]]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Array[Int]]
class Object
trait Matchable
class Any
Self type
case object ExecuteLargeBatch extends StatementOp[Array[Long]]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Array[Long]]
class Object
trait Matchable
class Any
Self type
final case class ExecuteLargeUpdate(a: String) extends StatementOp[Long]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Long]
class Object
trait Matchable
class Any
final case class ExecuteLargeUpdate1(a: String, b: Array[Int]) extends StatementOp[Long]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Long]
class Object
trait Matchable
class Any
final case class ExecuteLargeUpdate2(a: String, b: Array[String]) extends StatementOp[Long]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Long]
class Object
trait Matchable
class Any
final case class ExecuteLargeUpdate3(a: String, b: Int) extends StatementOp[Long]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Long]
class Object
trait Matchable
class Any
final case class ExecuteQuery(a: String) extends StatementOp[ResultSet]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[ResultSet]
class Object
trait Matchable
class Any
final case class ExecuteUpdate(a: String) extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
final case class ExecuteUpdate1(a: String, b: Array[Int]) extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
final case class ExecuteUpdate2(a: String, b: Array[String]) extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
final case class ExecuteUpdate3(a: String, b: Int) extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
final case class ForceR[A, B](fa: StatementIO[A], fb: StatementIO[B]) extends StatementOp[B]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[B]
class Object
trait Matchable
class Any
case object GetConnection extends StatementOp[Connection]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Connection]
class Object
trait Matchable
class Any
Self type
case object GetFetchDirection extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetFetchSize extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetGeneratedKeys extends StatementOp[ResultSet]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[ResultSet]
class Object
trait Matchable
class Any
Self type
case object GetLargeMaxRows extends StatementOp[Long]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Long]
class Object
trait Matchable
class Any
Self type
case object GetLargeUpdateCount extends StatementOp[Long]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Long]
class Object
trait Matchable
class Any
Self type
case object GetMaxFieldSize extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetMaxRows extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetMoreResults extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
final case class GetMoreResults1(a: Int) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
case object GetQueryTimeout extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetResultSet extends StatementOp[ResultSet]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[ResultSet]
class Object
trait Matchable
class Any
Self type
case object GetResultSetConcurrency extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetResultSetHoldability extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetResultSetType extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetUpdateCount extends StatementOp[Int]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetWarnings extends StatementOp[SQLWarning]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[SQLWarning]
class Object
trait Matchable
class Any
Self type
final case class HandleErrorWith[A](fa: StatementIO[A], f: Throwable => StatementIO[A]) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
case object IsCloseOnCompletion extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
case object IsClosed extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
case object IsPoolable extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
final case class IsSimpleIdentifier(a: String) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
final case class IsWrapperFor(a: Class[_]) extends StatementOp[Boolean]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Boolean]
class Object
trait Matchable
class Any
case object Monotonic extends StatementOp[FiniteDuration]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[FiniteDuration]
class Object
trait Matchable
class Any
Self type
final case class OnCancel[A](fa: StatementIO[A], fin: StatementIO[Unit]) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
final case class Poll1[A](poll: Any, fa: StatementIO[A]) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
final case class RaiseError[A](e: Throwable) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
final case class Raw[A](f: Statement => A) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
case object Realtime extends StatementOp[FiniteDuration]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[FiniteDuration]
class Object
trait Matchable
class Any
Self type
final case class SetCursorName(a: String) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetEscapeProcessing(a: Boolean) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetFetchDirection(a: Int) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetFetchSize(a: Int) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetLargeMaxRows(a: Long) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetMaxFieldSize(a: Int) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetMaxRows(a: Int) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetPoolable(a: Boolean) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class SetQueryTimeout(a: Int) extends StatementOp[Unit]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
final case class Suspend[A](hint: Type, thunk: () => A) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
final case class Uncancelable[A](body: Poll[StatementIO] => StatementIO[A]) extends StatementOp[A]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
final case class Unwrap[T](a: Class[T]) extends StatementOp[T]

Attributes

Source:
statement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[T]
class Object
trait Matchable
class Any
trait Visitor[F[_]] extends FunctionK[StatementOp, F]

Attributes

Source:
statement.scala
Graph
Supertypes
trait FunctionK[StatementOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val StatementOpEmbeddable: Embeddable[StatementOp, Statement]

Attributes

Source:
statement.scala