chickadee » sqlite3 » column-declared-type

column-declared-type STATEMENT Iprocedure

Can be applied to any statement and returns the declared type (as given in the CREATE statement) of the column number I (counting from 0) as a string or #f if the column has no declared type.

This procedure always succeeds and never throws an exception.