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 ForceR[A, B]
object GetConnection.type
object GetFetchDirection.type
object GetFetchSize.type
object GetGeneratedKeys.type
object GetLargeMaxRows.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
object IsClosed.type
object IsPoolable.type
object Monotonic.type
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object Realtime.type
class Suspend[A]
class Uncancelable[A]
class Unwrap[T]

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
statement.scala