package core

Linear Supertypes
AnyRef, Any
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 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, lockFactory: LockFactory, maxBatchSize: Long, stmtCacheConfig: StmtCacheConfig) extends Product with Serializable
  5. type RequestCanceler = (BackendKeyData) ⇒ Future[Unit]
  6. final case class SessionParams (clientCharset: Charset, serverCharset: Charset) extends Product with Serializable
  7. sealed trait StmtCacheConfig extends AnyRef

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object SessionParams extends Serializable
  3. object StmtCacheConfig

Inherited from AnyRef

Inherited from Any

Ungrouped