Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » Java in the Database

Java in the Database Next Page

Introduction to Java in the database


SQL Anywhere provides a runtime environment for Java classes. This means that Java classes can be executed in the database server. Using Java methods in the database server provides powerful ways of adding programming logic to a database.

Java in the database offers the following:

The SQLJ standard

Java in the database is based on the SQLJ Part 1 proposed standard (ANSI/INCITS 331.1-1999). SQLJ Part 1 provides specifications for calling Java static methods as SQL stored procedures and functions.


Learning about Java in the database