| CsvConnection |
This class implements the java.sql.Connection JDBC interface for the CsvJdbc driver.
|
| CsvDatabaseMetaData |
This class implements the java.sql.DatabaseMetaData JDBC interface for the
CsvJdbc driver.
|
| CsvDriver |
This class implements the java.sql.Driver JDBC interface for the CsvJdbc driver.
|
| CsvMain |
Main class for CsvJdbc, so user can easily experiment with SQL statements in a terminal window.
|
| CsvPreparedStatement |
|
| CsvRawReader |
This class is a helper class that handles the reading and parsing of data
from a .csv file.
|
| CsvReader |
|
| CsvResources |
|
| CsvResultSet |
This class implements the java.sql.ResultSet JDBC interface for the
CsvJdbc driver.
|
| CsvResultSetMetaData |
This class implements the java.sql.ResultSetMetaData JDBC interface for the
CsvJdbc driver.
|
| CsvSavepoint |
Savepoint implementation that does nothing, simply to satisfy the
JDBC savepoint interfaces.
|
| CsvStatement |
This class implements the java.sql.Statement JDBC interface for the
CsvJdbc driver.
|
| ExistsExpressionSubQueryRowMatcher |
|
| Expression |
|
| ExpressionParser |
|
| ExpressionParserTokenManager |
Token Manager.
|
| InExpressionSubQueryRowMatcher |
|
| LikePattern |
Performs string matching for SQL LIKE patterns.
|
| MinimumMemoryMap<K,V> |
Array based implementation of the Map interface.
|
| MultipleSqlParser |
Parses one or many SQL statements.
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SqlParser |
SQL parser using JavaCC syntax definition file where.jj.
|
| StringConverter |
|
| SubQueryEqualsRowMatcher |
|
| Token |
Describes the input token stream.
|
| ZipFileTableReader |
Enables reading CSV files packed in a ZIP file as database tables.
|