|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLManager | |
---|---|
org.objectweb.jonas.jdbc | |
org.objectweb.jonas.resource | |
org.objectweb.jonas.resource.cm | |
org.objectweb.jonas.resource.cm.sql |
Uses of SQLManager in org.objectweb.jonas.jdbc |
---|
Methods in org.objectweb.jonas.jdbc with parameters of type SQLManager | |
---|---|
void |
ConnectionImpl.setJonasInfo(ManagedConnectionInfo _mci,
SQLManager _conman)
|
Uses of SQLManager in org.objectweb.jonas.resource |
---|
Methods in org.objectweb.jonas.resource with parameters of type SQLManager | |
---|---|
void |
IJDBCConnection.setJonasInfo(ManagedConnectionInfo info,
SQLManager manager)
Give JOnAS specific data to the connection. |
Uses of SQLManager in org.objectweb.jonas.resource.cm |
---|
Classes in org.objectweb.jonas.resource.cm that implement SQLManager | |
---|---|
class |
ConnectionManagerImpl
Description of the ConnectionManagerImpl |
Uses of SQLManager in org.objectweb.jonas.resource.cm.sql |
---|
Methods in org.objectweb.jonas.resource.cm.sql with parameters of type SQLManager | |
---|---|
static Object |
SQLConnectionInvocationHandler.createSQLWrapper(Object pConn,
ManagedConnectionInfo pMci,
SQLManager pConman,
org.objectweb.util.monolog.api.Logger pTrace)
Returns a proxy for the sql Connection |
Constructors in org.objectweb.jonas.resource.cm.sql with parameters of type SQLManager | |
---|---|
SQLConnectionInvocationHandler(Object pConn,
ManagedConnectionInfo pMci,
SQLManager pConman,
org.objectweb.util.monolog.api.Logger pTrace)
PreparedStatement wrapper |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |