Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RowSet<R>

The execution result of the row set of a query provided as , commonly used as a RowSet. Using a collector query might provide a different result.

Type parameters

  • R

Hierarchy

Index

Methods

columnDescriptors

columnsNames

  • columnsNames(): string
  • Get the names of columns in the SqlResult.

    Returns string

iterator

  • Returns RowIterator<R>

next

  • Returns RowSet<R>

property

  • Get the specific property with the specified PropertyKind.

    Type parameters

    • V

    Parameters

    Returns V

rowCount

  • rowCount(): number
  • Get the number of the affected rows in the operation to this SqlResult.

    Returns number

size

  • size(): number
  • Get the number of rows retrieved in the SqlResult.

    Returns number

value

  • Get the execution result value, the execution result type may vary such as a [rowSet] RowSet or even a string.

    Returns RowSet<R>

Generated using TypeDoc