SQLJ stored procedures and functions (Java)

Adaptive Server version 12.0 allowed you to install Java classes in the database and then reference them as datatypes in SQL. Version 12.0 also allowed you to invoke Java static methods directly from SQL.

Adaptive Server version 12.5 extends these capabilities. You can now wrap Java static methods in SQL names and create SQLJ stored procedures or functions that you can use as you would Transart-SQL stored procedures or built-in functions. This new functionality: