Uses of Interface
ca.uqac.lif.cep.jdbc.Interpreter
-
Packages that use Interpreter Package Description ca.uqac.lif.cep.jdbc 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 Interpreter Modifier and Type Field Description protected Interpreter
BeepBeepConnection. m_interpreter
protected Interpreter
BeepBeepStatement. m_interpreter
An interpreterMethods in ca.uqac.lif.cep.jdbc with parameters of type Interpreter Modifier and Type Method Description static java.sql.Connection
BeepBeepDriver. createConnection(Interpreter inter, java.lang.String url, java.util.Properties prop)
Creates a new database connection to a given URL.
-