Uses of Interface
ca.uqac.lif.cep.jdbc.Interpreter
Packages that use Interpreter
Package
Description
A set of wrapper classes to make BeepBeep work like a JDBC driver
on a relational database.
-
Uses of Interpreter in ca.uqac.lif.cep.jdbc
Fields in ca.uqac.lif.cep.jdbc declared as InterpreterModifier and TypeFieldDescriptionprotected InterpreterBeepBeepConnection.m_interpreterprotected final InterpreterBeepBeepStatement.m_interpreterAn interpreterMethods in ca.uqac.lif.cep.jdbc with parameters of type InterpreterModifier and TypeMethodDescriptionstatic ConnectionBeepBeepDriver.createConnection(Interpreter inter, String url, Properties prop) Creates a new database connection to a given URL.