- java.lang.Object
-
- dev.jfr4jdbc.interceptor.DriverContext
-
public class DriverContext extends Object
-
-
Constructor Summary
Constructors Constructor Description DriverContext(Driver driver, String url, int connectionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectiongetConnection()ConnectionInfogetConnectionInfo()ExceptiongetException()voidsetConnection(Connection connection, int wrappedConnectionId)voidsetException(Exception exception)
-
-
-
Method Detail
-
getConnectionInfo
public ConnectionInfo getConnectionInfo()
-
getConnection
public Connection getConnection()
-
setConnection
public void setConnection(Connection connection, int wrappedConnectionId)
-
getException
public Exception getException()
-
setException
public void setException(Exception exception)
-
-