|
Class Summary |
| CsvConnection |
This class implements the Connection interface for the CsvJdbc driver. |
| CsvDatabaseMetaData |
This class will implement the DatabaseMetaData interface for the CsvJdbc driver. |
| CsvDriver |
This class implements the Driver interface for the CsvJdbc driver. |
| CsvReader |
This class is a helper class that handles the reading and parsing of data
from a .csv file. |
| CSVReaderAdapter |
This class an abstract class that contains the common functionality of the Scrollable and Non Scrollable Reader |
| CsvResultSet |
This class implements the ResultSet interface for the CsvJdbc driver. |
| CsvResultSetMetaData |
This class implements the ResultSetMetaData interface for the CsvJdbc driver. |
| CSVScrollableReader |
This class Class provides facility to navigate on the Result Set. |
| CsvStatement |
This class implements the Statement interface for the CsvJdbc driver. |
| SqlParser |
This is a very crude and SQL simple parser used by the Csv JDBC driver. |