- column-type STATEMENT Iprocedure
Can be applied to a statement that has just been stepped (otherwise it returns #f) and returns the SQLite type of the result column number I (counting from 0) as a symbol.
The return value can be one of the symbols null, integer, float, text or blob.
This procedure always succeeds and never throws an exception.