Holger's
Java API

Uses of Class
com.antelmann.sql.SQLDatabase

Packages that use SQLDatabase
com.antelmann.genealogy.db This package provides implementations that manage the persistence for the genealogy package. 
com.antelmann.opengeodb This package contains classes easing to deal with geological data as provided by http://opengeodb.org/. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of SQLDatabase in com.antelmann.genealogy.db
 

Subclasses of SQLDatabase in com.antelmann.genealogy.db
 class GDB
           
 

Uses of SQLDatabase in com.antelmann.opengeodb
 

Subclasses of SQLDatabase in com.antelmann.opengeodb
 class OpenGeoDB
           
 

Uses of SQLDatabase in com.antelmann.sql
 

Subclasses of SQLDatabase in com.antelmann.sql
 class SQLFactoryDatabase
          provides a specialized sql database which only opens the connection upon transaction begin and then closes it on each commit/abort (and therefore uses a factory).
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads