CsvConnection |
This class implements the java.sql.Connection JDBC interface for the CsvJdbc driver.
|
CsvRawReader |
This class is a helper class that handles the reading and parsing of data
from a .csv file.
|
CsvStatement |
This class implements the java.sql.Statement JDBC interface for the
CsvJdbc driver.
|
Expression |
|
ExpressionParserConstants |
Token literal values and constants.
|
ExpressionParserTokenManager |
Token Manager.
|
JoinType |
Types of SQL joins between tables.
|
ParseException |
This exception is thrown when parse errors are encountered.
|
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 |
|
SubQueryRowMatcher |
|
Token |
Describes the input token stream.
|