Uses of Class
dev.jfr4jdbc.internal.ConnectionInfo
-
Packages that use ConnectionInfo Package Description dev.jfr4jdbc dev.jfr4jdbc.interceptor -
-
Uses of ConnectionInfo in dev.jfr4jdbc
Methods in dev.jfr4jdbc that return ConnectionInfo Modifier and Type Method Description ConnectionInfoJfrConnection42. getConnectionInfo()Constructors in dev.jfr4jdbc with parameters of type ConnectionInfo Constructor Description JfrConnection42(Connection con, InterceptorFactory factory, ResourceMonitor connectionMonitor, ConnectionInfo connectionInfo)JfrStatement42(Statement s, InterceptorFactory factory, ConnectionInfo connectionInfo, OperationInfo operationInfo) -
Uses of ConnectionInfo in dev.jfr4jdbc.interceptor
Fields in dev.jfr4jdbc.interceptor declared as ConnectionInfo Modifier and Type Field Description ConnectionInfoCancelContext. connectionInfoConnectionInfoCloseContext. connectionInfoConnectionInfoCommitContext. connectionInfoConnectionInfoResultSetContext. connectionInfoConnectionInfoRollbackContext. connectionInfoConnectionInfoStatementContext. connectionInfoMethods in dev.jfr4jdbc.interceptor that return ConnectionInfo Modifier and Type Method Description ConnectionInfoDataSourceContext. getConnectionInfo()ConnectionInfoDriverContext. getConnectionInfo()Constructors in dev.jfr4jdbc.interceptor with parameters of type ConnectionInfo Constructor Description CancelContext(Connection connection, Statement statement, ConnectionInfo connectionInfo, OperationInfo operationInfo)CloseContext(Connection connection, ConnectionInfo connectionInfo, OperationInfo operationInfo)CommitContext(Connection connection, ConnectionInfo connectionInfo, OperationInfo operationInfo)DataSourceContext(DataSource dataSource, ConnectionInfo connectionInfo, int dataSourceId)ResultSetContext(ResultSet resultSet, ConnectionInfo connectionInfo, OperationInfo operationInfo)RollbackContext(Connection connection, ConnectionInfo connectionInfo, OperationInfo operationInfo)StatementContext(Statement statement, ConnectionInfo connectionInfo, OperationInfo operationInfo, String inquiry, boolean isPrepared)
-