StatementOp

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

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
statement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[B]
class Object
trait Matchable
class Any
Show all
case class FromFuture[A](fut: StatementIO[Future[A]]) extends StatementOp[A]

Attributes

Source
statement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
case class FromFutureCancelable[A](fut: StatementIO[(Future[A], StatementIO[Unit])]) extends StatementOp[A]

Attributes

Source
statement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
case object GetConnection extends StatementOp[Connection]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
statement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
case class PerformLogging(event: LogEvent) extends StatementOp[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
statement.scala
Supertypes
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

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