How can I access the Java API from SQL?  Can I install my own Java classes?

Chapter 1: An Introduction to Java in the Database

Which Java classes are supported in the Java API?

Not all Java API classes are supported in the database. Some classes, for example, the java.awt package that contains user interface components for applications, are not appropriate inside a database server. Other classes, including part of java.io, deal with writing information to a disk, and are also not supported in the database server environment. See Chapter 8, “Reference Topics,” for a list of supported and unsupported classes.





Copyright © 2005. Sybase Inc. All rights reserved. Can I install my own Java classes?

View this book as PDF