Java Objects As Column Datatypes
public class HelloWorld {
public java.lang.Integer counter ;
HelloWorld () { // Default constructor
counter = new java.lang.Integer ( 1 );
public String toString() {
return hello + " " + world + ": "
Notes:
This example is more fully described in Tip 81: Java In The Database - Getting Started With Sybase Adaptive Server Anywhere Version 6 at http://www.bcarter.com/tip081.htm.