Package

io.rdbc.pgsql

core

Permalink

package core

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractPgConnection extends Connection with ConnectionPartialImpl with WriteFailureHandler with FatalErrorHandler with PgStatementExecutor with BatchExecutor with Logging

    Permalink
  2. trait AnyArgToPgArgConverter extends AnyRef

    Permalink
  3. trait ChannelWriter extends AnyRef

    Permalink
  4. trait ColValueToObjConverter extends AnyRef

    Permalink
  5. final case class ConnId(value: String) extends AnyVal with Product with Serializable

    Permalink
  6. final case class Oid(value: Long) extends AnyVal with Product with Serializable

    Permalink
  7. final case class PgConnectionConfig(subscriberBufferCapacity: Int, subscriberMinDemandRequestSize: Int, stmtCacheConfig: StmtCacheConfig) extends Product with Serializable

    Permalink
  8. trait PgConnectionFactory extends ConnectionFactory

    Permalink
  9. type RequestCanceler = (BackendKeyData) ⇒ Future[Unit]

    Permalink
  10. final case class SessionParams(clientCharset: Charset) extends Product with Serializable

    Permalink
  11. class StmtArgsConverter extends Logging

    Permalink

Value Members

  1. object AnyArgToPgArgConverter

    Permalink
  2. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  3. object ColValueToObjConverter

    Permalink
  4. object SessionParams extends Serializable

    Permalink
  5. package auth

    Permalink
  6. package config

    Permalink
  7. package exception

    Permalink
  8. package internal

    Permalink
  9. package typeconv

    Permalink
  10. package types

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped