Class ClientAbstract

A client for the Hrana protocol (a "database connection pool").

Hierarchy

Properties

Accessors

Methods

Properties

intMode: IntMode

Representation of integers returned from the database. See IntMode.

This value is inherited by Stream objects created with openStream, but you can override the integer mode for every stream by setting intMode on the stream.

Accessors

  • get closed(): boolean
  • True if the client is closed.

    Returns boolean

Methods

  • Immediately close the client.

    This closes the client immediately, aborting any pending operations.

    Returns void

Generated using TypeDoc