Package ca.uqac.lif.cep.jdbc
A set of wrapper classes to make BeepBeep work like a JDBC driver
on a relational database.
- Author:
- Sylvain Hallé
-
Interface Summary Interface Description Interpreter Generic object that can be used to parse string "queries" and return an iterable result -
Class Summary Class Description BeepBeepConnection BeepBeepDriver BeepBeepPreparedStatement BeepBeepResultSet BeepBeepStatement JdbcSource Converts a query to a database into a trace of named tuples.Main Dummy main file -
Exception Summary Exception Description Interpreter.ParseException An exception thrown if the query cannot be parsed by the interpreter