Row.columnTableName

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

Warning: These methods are defined only when this library is compiled with -version=SqliteEnableColumnMetadata, and SQLite compiled with the SQLITE_ENABLE_COLUMN_METADATA option defined.

  1. string columnTableName(size_t index)
    struct Row
    version(SqliteEnableColumnMetadata)
    private public
    string
    columnTableName
    (
    size_t index
    )
  2. string columnTableName(string columnName)

See Also

Meta