StatementOp

doobie.free.statement.StatementOp
See theStatementOp companion object
sealed trait StatementOp[A]

Attributes

Companion
object
Source
statement.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AddBatch
object Cancel.type
object Canceled.type
object ClearBatch.type
object ClearWarnings.type
object Close.type
object CloseOnCompletion.type
class Embed[A]
class Execute
class Execute1
class Execute2
class Execute3
object ExecuteBatch.type
object ExecuteLargeBatch.type
class ExecuteQuery
class ForceR[A, B]
object GetConnection.type
object GetFetchDirection.type
object GetFetchSize.type
object GetGeneratedKeys.type
object GetLargeMaxRows.type
object GetLargeUpdateCount.type
object GetMaxFieldSize.type
object GetMaxRows.type
object GetMoreResults.type
object GetQueryTimeout.type
object GetResultSet.type
object GetResultSetType.type
object GetUpdateCount.type
object GetWarnings.type
class HandleErrorWith[A]
object IsCloseOnCompletion.type
object IsClosed.type
object IsPoolable.type
class IsWrapperFor
object Monotonic.type
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object Realtime.type
class SetFetchSize
class SetMaxRows
class SetPoolable
class Suspend[A]
class Uncancelable[A]
class Unwrap[T]
Show all

Members list

Value members

Abstract methods

def visit[F[_]](v: Visitor[F]): F[A]

Attributes

Source
statement.scala