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. |
CsvResultSet |
This class implements the ResultSet interface for the CsvJdbc driver. |
CsvResultSetMetaData |
This class implements the ResultSetMetaData interface for the CsvJdbc driver. |
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. |