Row.columnOriginName

Determines the name of the database, table, or column that is the origin of a particular result column in SELECT statement.

  1. string columnOriginName(int index)
  2. string columnOriginName(string columnName)
    struct Row
    version(SQLITE_ENABLE_COLUMN_METADATA)
    string
    columnOriginName
    (
    string columnName
    )

See Also

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

Meta