Contents Index What can I not do with Java in the database? Understanding Java classes

ASA Programming Guide
  Introduction to Java in the Database

A Java seminar


This section introduces key Java concepts. After reading this section you should be able to examine Java code, such as a simple class definition or the invocation of a method, and understand what is taking place.

Java samples directory 
Some of the classes used as examples in this manual are located in the Java samples directory, which is the Samples\ASA\Java subdirectory of your SQL Anywhere directory.

Two files represent each Java class example: the Java source and the compiled class. You can immediately install to a database (without modification) the compiled version of the Java class examples.


Understanding Java classes
Understanding Java objects
Understanding fields
Understanding methods
Object oriented and procedural languages
A Java glossary
Java error handling

Contents Index What can I not do with Java in the database? Understanding Java classes