PreparedStatement

harness.sql.PreparedStatement
See thePreparedStatement companion object
final class PreparedStatement

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def executeBatch: IO[QueryError, Chunk[Int]]
def executeQuery[O](decoder: QueryDecoderMany[O]): ZIO[Scope, QueryError, ResultSet[O]]
def executeUpdate: IO[QueryError, Int]
def writeBatched[I](is: Chunk[I], input: Input[I, _]): IO[QueryError, Unit]
def writeSingle[I, V](i: I, input: Input[I, V]): IO[QueryError, Unit]