Packages

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 AnyArgToPgArgConverter extends AnyRef
  3. trait ChannelWriter extends AnyRef
  4. trait ColValueToObjConverter extends AnyRef
  5. final case class ConnId(value: String) extends AnyVal with Product with Serializable
  6. final case class Oid(value: Long) extends AnyVal with Product with Serializable
  7. final case class PgConnectionConfig(subscriberBufferCapacity: Int, subscriberMinDemandRequestSize: Int, stmtCacheConfig: StmtCacheConfig) extends Product with Serializable
  8. trait PgConnectionFactory extends ConnectionFactory
  9. type RequestCanceler = (BackendKeyData) ⇒ Future[Unit]
  10. final case class SessionParams(clientCharset: Charset) extends Product with Serializable
  11. class StmtArgsConverter extends Logging

Value Members

  1. object AnyArgToPgArgConverter
  2. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object ColValueToObjConverter
  4. object SessionParams extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped