Uses of Class
scriptella.driver.csv.opencsv.CSVReader
Packages that use CSVReader
-
Uses of CSVReader in scriptella.driver.csv
Methods in scriptella.driver.csv with parameters of type CSVReaderModifier and TypeMethodDescriptionvoidCsvQuery.execute(CSVReader reader, QueryCallback queryCallback, AbstractConnection.StatementCounter counter) Executes a query over a specified text content.protected CsvQueryCsvConnection.newCsvQuery(CSVReader csvReader, PropertiesSubstitutor ps) Template factory method to instantiate query handlers.protected ColumnsMapCsvQuery.parseHeader(CSVReader reader) Constructors in scriptella.driver.csv with parameters of type CSVReaderModifierConstructorDescriptionCsvQuery(CSVReader queryReader, PropertiesSubstitutor substitutor, CsvConnectionParameters csvParams) Creates a query for CSVReader.