property
sqlite.StatementColumnMetadata.type
type: null | string
The declared data type of the column, or null if the column is the result of an expression or subquery. This property is the result of sqlite3_column_decltype().