Class PreparedStatement<T>

A thin helper to bind the prepared statement id

Type Parameters

  • T extends {
        [key: string]: arrow.DataType;
    } = any

Hierarchy

  • PreparedStatement

Constructors

Methods

Constructors

  • Constructor

    Type Parameters

    • T extends {
          [key: string]: arrow.DataType;
      } = any

    Parameters

    Returns PreparedStatement<T>

Methods

  • Close a prepared statement

    Returns void

  • Run a prepared statement

    Parameters

    • Rest ...params: any[]

    Returns Table<T>

  • Send a prepared statement

    Parameters

    • Rest ...params: any[]

    Returns RecordBatchStreamReader<T>

Generated using TypeDoc