Show / Hide Table of Contents

Namespace Deephaven.Connector

Classes

DeephavenCommand

Executes ad-hoc Deephaven queries against a Deephaven Open API server.

DeephavenConnection

Manages a connection to a Deephaven Open API server.

DeephavenConnectionStringBuilder

A strongly typed connection string builder for Deephaven connections.

DeephavenConnectionStringBuilder.DeephavenConnectionStringPropertyAttribute

Marks on DeephavenConnectionStringBuilder which participate in the connection string. Optionally holds a set of synonyms for the property.

DeephavenDataReader

Reads a forward-only stream of rows from a Deephaven data source.

DeephavenParameter

Represents a parameter to a DeephavenCommand.

DeephavenParameterCollection

A collection of parameters relevant to a DeephavenCommand.

DeephavenProviderFactory

Represents a set of methods for creating instances of Deephaven's implementation of the data source classes.

Enums

SessionType

Deephaven session type. When a new DeephavenConnection is established, a session of one of the following types is established. Queries on that connection must then be expressed in the relevant language.

Back to top Generated by DocFX