Class SQLConnector

java.lang.Object
com.storedobject.core.SQLConnector
Direct Known Subclasses:
SQLConnector

public abstract class SQLConnector extends Object
The database driver interface. In order to write a database driver that works with the stored objects system, one of the tasks is to create a concrete class that extends this abstract class. The class should be packaged in a package like "com.storedobject.database.DDD" where DDD is the name of the database driver. For example, the Sybase Adaptive Server Enterprise driver package is "com.storedobject.database.ase" and the Oracle driver package is "com.storedobject.database.oracle".
Author:
Syam
See Also: