Collection Contents Index New features overview Multi-processor support and improved multi-tasking pdf/chap3.pdf

New Features and Upgrading Guide
   CHAPTER 3. New Features in Adaptive Server Anywhere 6.0     

Java in the database


Adaptive Server Anywhere provides a runtime environment for Java in the database, and allows you to use Java classes as SQL data types.

A runtime environment for Java 

The runtime environment for Java consists of the following:

Logic in the database 

You can install your own Java classes into a database. Public static methods of Java classes become available as stored procedures and user-defined functions.

Using Java objects in SQL 

You can use Java classes as SQL user-defined data types:

Accessing SQL from Java 

You can use JDBC methods in your Java classes to access SQL data. Java classes with JDBC provide a more powerful language than SQL stored procedures for building logic into the database.

Adaptive Server Anywhere supports JDBC as an interface from client applications using the Sybase jConnect JDBC driver. JDBC in the server uses is a separate feature.

Debugging Java 

You can debug Java code running in the server from the Java debugger.

For Info     The Java features are documented in the following places:


Collection Contents Index New features overview Multi-processor support and improved multi-tasking pdf/chap3.pdf