Row.columnType

Determines the type of a particular result column in SELECT statement.

  1. SqliteType columnType(int index)
    struct Row
    columnType
    (
    int index
    )
  2. SqliteType columnType(string columnName)

See Also

http://www.sqlite.org/c3ref/column_database_name.html.

Meta