Embedding SQL in Java Programs

JDeveloper supports two mechanisms for embedding SQL in Java programs:

You can mix JDBC calls with SQLJ statements in your program. One way to do this is through connection context sharing.


About SQL
About Oracle JDBC drivers
About SQLJ versus JDBC