Contents Index Which Java classes are supported? Can I access data using Java?

ASA Programming Guide
  Introduction to Java in the Database
    Java in the database Q & A

How can I use my own Java classes in databases?


You can install your own Java classes into a database. For example, a developer could design, write in Java, and compile with a Java compiler a user-created Employee class or Package class.

User-created Java classes can contain both information about the subject and some computational logic. Once installed in a database, Adaptive Server Anywhere lets you use these classes in all parts and operations of the database and execute their functionality (in the form of class or instance methods) as easily as calling a stored procedure.

Java classes and stored procedures are different 
Java classes are different from stored procedures. Whereas stored procedures are written in SQL, Java classes provide a more powerful language, and can be called from client applications as easily and in the same way as stored procedures.

For more information, see Installing Java classes into a database.


Contents Index Which Java classes are supported? Can I access data using Java?