Uses of Interface
org.relique.io.TableReader
-
Packages that use TableReader Package Description org.relique.jdbc.csv -
-
Uses of TableReader in org.relique.jdbc.csv
Classes in org.relique.jdbc.csv that implement TableReader Modifier and Type Class Description class
ZipFileTableReader
Enables reading CSV files packed in a ZIP file as database tables.Methods in org.relique.jdbc.csv that return TableReader Modifier and Type Method Description protected TableReader
CsvConnection. getTableReader()
Constructors in org.relique.jdbc.csv with parameters of type TableReader Constructor Description CsvConnection(TableReader tableReader, java.util.Properties info, java.lang.String urlProperties)
Creates a new database connection.
-