Row.columnTableName

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

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

See Also

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

Meta