Hierarchy

  • SqlRowMetadata

Methods

  • Find index of the column with the given name. Returned index can be used to get column value from SqlRow.

    Returns

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

    Throws

    IllegalArgumentError is thrown if columnName is not string.

    Parameters

    • columnName: string

    Returns number

Generated using TypeDoc