Is there not just a function which will take the index of a column and 
return its declared type?

On 07/07/10 04:41, Jay A. Kreibich wrote:
> On Tue, Jul 06, 2010 at 11:27:09PM +0100, Andrew Wood scratched on the wall:
>    
>> Ive been looking at the function
>>
>> sqlite3_column_decltype
>>
>> and am a little confused as to its use.
>>
>> How can I find out the declared type of a column.
>>      
>    If you just want to know the declared type of a column you already
>    know about, it use "PRAGMA table_info".
>
>    http://www.sqlite.org/pragma.html
>
>     -j
>
>    

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to