Uses of Class
scriptella.driver.csv.opencsv.CSVReader

Packages that use CSVReader
scriptella.driver.csv CSV Driver for Scriptella. 
 

Uses of CSVReader in scriptella.driver.csv
 

Methods in scriptella.driver.csv with parameters of type CSVReader
 void CsvQuery.execute(CSVReader reader, scriptella.spi.QueryCallback queryCallback, scriptella.spi.AbstractConnection.StatementCounter counter)
          Executes a query over a specified text content.
protected  CsvQuery CsvConnection.newCsvQuery(CSVReader csvReader, scriptella.expression.PropertiesSubstitutor ps)
          Template factory method to instantiate query handlers.
protected  scriptella.util.ColumnsMap CsvQuery.parseHeader(CSVReader reader)
           
 

Constructors in scriptella.driver.csv with parameters of type CSVReader
CsvQuery(CSVReader queryReader, scriptella.expression.PropertiesSubstitutor substitutor, java.lang.String nullString, boolean headers, boolean trim)
          Creates a query for CSVReader.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.