Package | Description |
---|---|
com.caucho.sql | |
com.caucho.sql.spy |
Modifier and Type | Method and Description |
---|---|
DriverConfig |
DBPoolImpl.createBackupDriver()
Returns the driver config.
|
DriverConfig |
DBPool.createBackupDriver()
Sets a custom driver (or data source)
|
DriverConfig |
DBPoolImpl.createDriver()
Returns the driver config.
|
DriverConfig |
DBPool.createDriver()
Sets a custom driver (or data source)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DBPoolImpl.newSpyId(DriverConfig driver)
Returns the next spy id.
|
Constructor and Description |
---|
DriverAdmin(DriverConfig driver) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SpyDataSource.createConnectionId(DriverConfig driver)
Creates a connection id.
|
Constructor and Description |
---|
SpyConnection(java.sql.Connection conn,
SpyDataSource spyDataSource,
DriverConfig driver)
Creates a new SpyConnection.
|
SpyDriver(java.sql.Driver driver,
DriverConfig driverConfig)
Creates a new SpyDriver.
|