Uses of Interface
org.relique.io.TableReader

Packages that use TableReader
org.relique.jdbc.csv   
 

Uses of TableReader in org.relique.jdbc.csv
 

Classes in org.relique.jdbc.csv that implement TableReader
 class ZipFileTableReader
          Enables reading CSV files packed in a ZIP file as database tables.
 

Methods in org.relique.jdbc.csv that return TableReader
protected  TableReader CsvConnection.getTableReader()
           
 

Constructors in org.relique.jdbc.csv with parameters of type TableReader
CsvConnection(TableReader tableReader, Properties info, String urlProperties)
          Creates a new database connection.
 



Copyright © 2016. All rights reserved.