|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||