Change visibility of SQLiteStatement.getColumnType to public

Issue #7 closed
Former user created an issue

Originally reported on Google Code with ID 7 ``` It can be very useful to know the exact type of a column. Please change visibility of getColumnType to public.

Workaround: use reflection ;)

```

Reported by `olivier.monaco@free.fr` on 2010-07-23 07:32:06

Comments (4)

  1. Igor Sereda

    ``` Another workaround: use columnValue() and inspect the class of the returned object ```

    Reported by `sereda` on 2010-07-23 13:26:33 - Status changed: `Accepted`

  2. Igor Sereda

    ``` Added columnType() method ```

    Reported by `sereda` on 2010-07-27 09:05:38 - Status changed: `Fixed` - Labels added: Type-Enhancement - Labels removed: Type-Defect

  3. Igor Sereda

    Reported by `sereda` on 2010-07-27 11:27:42 - Status changed: `Delivered` - Labels added: FixVersion-179

  4. Former user Account Deleted

    ``` Thanks, it's really usefull. May be it can be interesting to add a "columnDeclaredType" method that call "sqlite3_column_decltype". ```

    Reported by `olivier.monaco@free.fr` on 2010-07-30 14:37:10

  5. Log in to comment