User's Guide
PART 3. Java in the Database
This chapter describes how to use JDBC to access data.
JDBC can be used both from client applications and inside the database. Java classes using JDBC provide a more powerful alternative to SQL stored procedures for incorporating programming logic in the database.
JDBC overview
Establishing JDBC connections
Using JDBC to access data
Using the Sybase jConnect JDBC driver
Creating distributed applications