PreparedStatement

ldbc.connector.net.protocol.PreparedStatement
See thePreparedStatement companion trait

Attributes

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

Members list

Type members

Classlikes

case class Client[F[_]](socket: PacketSocket[F], initialPacket: InitialPacket, sql: String, params: Ref[F, ListMap[Int, Parameter]], resetSequenceId: F[Unit])(implicit evidence$1: Exchange[F], evidence$2: Tracer[F], ev: MonadError[F, Throwable]) extends PreparedStatement[F]

PreparedStatement for query construction at the client side.

PreparedStatement for query construction at the client side.

Type parameters

F

the effect type

Value parameters

ev

the effect type class

initialPacket

the initial packet

params

the parameters

resetSequenceId

the reset sequence id

socket

the packet socket

sql

the SQL statement

Attributes

Source
PreparedStatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Statement[F]
class Object
trait Matchable
class Any
Show all
case class Server[F[_]](socket: PacketSocket[F], initialPacket: InitialPacket, statementId: Long, sql: String, params: Ref[F, ListMap[Int, Parameter]], resetSequenceId: F[Unit])(implicit evidence$1: Exchange[F], evidence$2: Tracer[F], ev: MonadError[F, Throwable]) extends PreparedStatement[F]

PreparedStatement for query construction at the server side.

PreparedStatement for query construction at the server side.

Type parameters

F

The effect type

Value parameters

initialPacket

the initial packet

params

the parameters

resetSequenceId

the reset sequence id

socket

the packet socket

sql

the SQL statement

statementId

the statement id

Attributes

Source
PreparedStatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Statement[F]
class Object
trait Matchable
class Any
Show all