Contents Index How do I access Java from SQL? How can I use my own Java classes in databases?

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

Which Java classes are supported?


The database does not support all Java API classes. Some classes, for example the java.awt package containing user interface components for applications, are inappropriate inside a database server. Other classes, including parts of java.io, deal with writing information to disk, and this also is unsupported in the database server environment.


Contents Index How do I access Java from SQL? How can I use my own Java classes in databases?