Row.opIndex

Returns the data of a column as a ColumnData.

  1. ColumnData opIndex(int index)
  2. ColumnData opIndex(string columnName)
    struct Row
    opIndex
    (
    string columnName
    )

Parameters

columnName string

The name of the column, as specified in the prepared statement with an AS clause.

Meta