Embedded Structured Query language in Java (SQLJ) support

SQLJ is a set of programming extensions that allow a programmer, using the Java programming language, to embed statements that provide SQL (Structured Query Language) database requests.

Advantages of developing applications with SQLJ include improved performance and a shorter, more efficient development cycle...

You might consider using SQLJ in situations where dynamic SQL is not needed, and where applications use DB2 as the backend database.