Hi,
for sqlite3_bind_parameter_name there is an inverse function 
sqlite3_bind_parameter_index.
But for sqlite3_column_name, I could not find such a function.

Is it missing by intention, in order not to tempt users to call it once per 
row, which would be inefficient?
(In that case, why not just mention that in the documentation?)


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

Reply via email to