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
  2. trait ChannelWriter extends AnyRef
  3. final case class ConnId (value: String) extends AnyVal with Product with Serializable
  4. final case class PgConnectionConfig (pgTypes: PgTypeRegistry, typeConverters: TypeConverterRegistry, subscriberBufferCapacity: Int, subscriberMinDemandRequestSize: Int, stmtCacheConfig: StmtCacheConfig) extends Product with Serializable
  5. trait PgConnectionFactory extends ConnectionFactory
  6. type RequestCanceler = (BackendKeyData) ⇒ Future[Unit]
  7. final case class SessionParams (clientCharset: Charset, serverCharset: Charset) extends Product with Serializable

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object SessionParams extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped