Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SqlRowMetadata

Index

Methods

  • findColumn(columnName: string): number
  • Find index of the column with the given name. Returned index can be used to get column value from SqlRow.

    throws

    IllegalArgumentError is thrown if columnName is not string.

    Parameters

    • columnName: string

    Returns number

    Column index. If a column is not found, -1 is returned.

  • getColumnCount(): number

Generated using TypeDoc