Change visibility of SQLiteStatement.getColumnType to public
Brought to you by:
brodybits
Originally created by: olivier....@free.fr
It can be very useful to know the exact type of a column. Please change visibility of getColumnType to public.
Workaround: use reflection ;)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ser...@gmail.com
Another workaround: use columnValue() and inspect the class of the returned object
Status: Accepted
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ser...@gmail.com
Added columnType() method
Labels: -Type-Defect Type-Enhancement
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ser...@gmail.com
(No comment was entered for this change.)
Labels: FixVersion-179
Status: Delivered
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: olivier....@free.fr
Thanks, it's really usefull. May be it can be interesting to add a "columnDeclaredType" method that call "sqlite3_column_decltype".