Uses of Class
dev.jfr4jdbc.internal.OperationInfo
-
Packages that use OperationInfo Package Description dev.jfr4jdbc dev.jfr4jdbc.interceptor -
-
Uses of OperationInfo in dev.jfr4jdbc
Methods in dev.jfr4jdbc that return OperationInfo Modifier and Type Method Description OperationInfoJfrStatement42. getOperationInfo()Constructors in dev.jfr4jdbc with parameters of type OperationInfo Constructor Description JfrStatement42(Statement s, InterceptorFactory factory, ConnectionInfo connectionInfo, OperationInfo operationInfo) -
Uses of OperationInfo in dev.jfr4jdbc.interceptor
Fields in dev.jfr4jdbc.interceptor declared as OperationInfo Modifier and Type Field Description OperationInfoCancelContext. operationInfoOperationInfoCloseContext. operationInfoOperationInfoCommitContext. operationInfoOperationInfoResultSetContext. operationInfoOperationInfoRollbackContext. operationInfoOperationInfoStatementContext. operationInfoConstructors in dev.jfr4jdbc.interceptor with parameters of type OperationInfo 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)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)
-