Class SQLite3TableReader


  • public class SQLite3TableReader
    extends JDBCTableReader
    Concrete class for SQLLite table parsing. This overrides column type handling from JDBCRowHandler.

    For now, this silently skips cells of type CLOB, because xerial's jdbc connector does not currently support them.