Package

io.rdbc.pgsql.core.pgstruct.messages

frontend

Permalink

package frontend

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

Type Members

  1. case class Bind(portal: Option[PortalName], preparedStmt: Option[StmtName], params: Vector[Argument], returnFieldFormats: ReturnColFormats) extends PgFrontendMessage with Product with Serializable

    Permalink
  2. case class CancelRequest(pid: PgPid, key: PgKey) extends PgFrontendMessage with Product with Serializable

    Permalink
  3. case class ClosePortal(optionalName: Option[PortalName]) extends PgFrontendMessage with Product with Serializable

    Permalink
  4. case class CloseStatement(optionalName: Option[StmtName]) extends PgFrontendMessage with Product with Serializable

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

    Permalink
  6. case class DescribePortal(optionalName: Option[PortalName]) extends PgFrontendMessage with Product with Serializable

    Permalink
  7. case class DescribeStatement(optionalName: Option[StmtName]) extends PgFrontendMessage with Product with Serializable

    Permalink
  8. case class Execute(optionalPortalName: Option[PortalName], optionalFetchSize: Option[Int]) extends PgFrontendMessage with Product with Serializable

    Permalink
  9. final case class NativeSql(value: String) extends AnyVal with Product with Serializable

    Permalink
  10. case class Parse(optionalName: Option[StmtName], query: NativeSql, paramTypes: Vector[Oid]) extends PgFrontendMessage with Product with Serializable

    Permalink
  11. case class PasswordMessage(credentials: ByteVector) extends PgFrontendMessage with Product with Serializable

    Permalink
  12. trait PgFrontendMessage extends PgMessage

    Permalink
  13. final case class PortalName(value: String) extends AnyVal with Product with Serializable

    Permalink
  14. case class Query(query: NativeSql) extends PgFrontendMessage with Product with Serializable

    Permalink
  15. case class Startup(user: String, database: String, options: Map[String, String] = Map()) extends PgFrontendMessage with Product with Serializable

    Permalink
  16. final case class StmtName(value: String) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object Flush extends PgFrontendMessage with Product with Serializable

    Permalink
  2. object PasswordMessage extends Serializable

    Permalink
  3. object Sync extends PgFrontendMessage with Product with Serializable

    Permalink
  4. object Terminate extends PgFrontendMessage with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped