Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

statements in my own sqlj files?

files SQLJ statements
0
Posted

statements in my own sqlj files?

0

These packages belong to the JDBC API (java.sql.*) and to the SQLJ runtime API. In order to simplify the exposition in the examples, we import entire packages. However, you may just import those classes that you refer to in your sqlj program: package java.sql contains the JDBC API: SQLException – all exceptions raised by SQLJ at runtime are SQLExceptions (or a subclass thereof) any classes (such as java.sql.Date, java.sql.ResultSet) that you refer to explicitly package sqlj.runtime contains SQLJ types: SQLJ stream types that are referenced explicitly (e.g. BinaryStream) the ConnectionContext class package sqlj.runtime.ref contains reference implementations of SQLJ classes: the default context is set via the DefaultContext class.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123