Holger's
Java API

Uses of Class
com.antelmann.sql.ConnectionHelper

Packages that use ConnectionHelper
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Uses of ConnectionHelper in com.antelmann.sql
 

Subclasses of ConnectionHelper in com.antelmann.sql
 class MSAccessHelper
          provides added functionality for Microsoft Access databases
 class MySQLHelper
          provides added functionality for MySQL database
 class SQLServerHelper
          provides added functionality for Microsoft SQL Server databases
 

Fields in com.antelmann.sql declared as ConnectionHelper
protected  ConnectionHelper JDBCRowStore.helper
           
protected  ConnectionHelper BaseRowMapper.helper
           
 

Methods in com.antelmann.sql that return ConnectionHelper
 ConnectionHelper BaseRowMapper.getConnectionHelper()
           
 ConnectionHelper TaggableMappingImpl.getHelper()
           
protected  ConnectionHelper SQLDatabase.getHelper()
           
 

Methods in com.antelmann.sql with parameters of type ConnectionHelper
static IDFactory BaseRowMapper.getNextIntIDFactory(ConnectionHelper helper, String tableName, String idColumn)
           
static IDFactory BaseRowMapper.getNextIntIDFactory(ConnectionHelper helper, String tableName, String idColumn, PatternExtractor<Object,Number> numberExtractor)
           
 

Uses of ConnectionHelper in com.antelmann.util.logging
 

Fields in com.antelmann.util.logging declared as ConnectionHelper
protected  ConnectionHelper JDBCLogWriter.helper
           
 

Methods in com.antelmann.util.logging that return ConnectionHelper
 ConnectionHelper JDBCLogWriter.getConnectionHelper()
          returns the helper instance in use on writing the log pattern
 



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