Holger's
Java API

Uses of Class
com.antelmann.sql.Connector

Packages that use Connector
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 Connector in com.antelmann.sql
 

Fields in com.antelmann.sql declared as Connector
protected  Connector JConnectionLogin.connector
           
 

Methods in com.antelmann.sql that return Connector
static Connector MySQLHelper.configureLogger(Connector c, Class<? extends com.mysql.jdbc.log.Log> logClass)
          allows to configure the given Connector so that all calls are traced by the given loggerClass
static Connector MySQLHelper.configureProfiler(Connector c, Class<? extends com.mysql.jdbc.profiler.ProfilerEventHandler> loggerClass)
          allows to configure the given Connector so that all calls are traced by the given loggerClass
static Connector MySQLHelper.configureSlowQueries(Connector c, long millis)
           
 

Methods in com.antelmann.sql with parameters of type Connector
static Logger MySQLHelper.configureAndGetLogger(Connector c)
           
static Connector MySQLHelper.configureLogger(Connector c, Class<? extends com.mysql.jdbc.log.Log> logClass)
          allows to configure the given Connector so that all calls are traced by the given loggerClass
static Connector MySQLHelper.configureProfiler(Connector c, Class<? extends com.mysql.jdbc.profiler.ProfilerEventHandler> loggerClass)
          allows to configure the given Connector so that all calls are traced by the given loggerClass
static Connector MySQLHelper.configureSlowQueries(Connector c, long millis)
           
 



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