Uses of Class
org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
Packages that use ConnectionInfo
Package
Description
-
Uses of ConnectionInfo in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
Methods in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser that return ConnectionInfoModifier and TypeMethodDescriptionConnectionURLParser.parse()ConnectionURLParserparses database name and the database host(s) from connection url.H2URLParser.parse()ImpalaJdbcURLParser.parse()MssqlJdbcURLParser.parse()MssqlJtdsURLParser.parse()MysqlURLParser.parse()OracleURLParser.parse()PostgreSQLURLParser.parse()static ConnectionInfo -
Uses of ConnectionInfo in org.apache.skywalking.apm.plugin.jdbc.define
Methods in org.apache.skywalking.apm.plugin.jdbc.define that return ConnectionInfoConstructors in org.apache.skywalking.apm.plugin.jdbc.define with parameters of type ConnectionInfoModifierConstructorDescriptionStatementEnhanceInfos(ConnectionInfo connectionInfo, String sql, String statementName) -
Uses of ConnectionInfo in org.apache.skywalking.apm.plugin.jdbc.trace
Methods in org.apache.skywalking.apm.plugin.jdbc.trace with parameters of type ConnectionInfoModifier and TypeMethodDescriptionstatic <R> RCallableStatementTracing.execute(CallableStatement realStatement, ConnectionInfo connectInfo, String method, String sql, CallableStatementTracing.Executable<R> exec) static <R> RPreparedStatementTracing.execute(PreparedStatement realStatement, ConnectionInfo connectInfo, String method, String sql, PreparedStatementTracing.Executable<R> exec, StatementEnhanceInfos statementEnhanceInfos) static <R> RStatementTracing.execute(Statement realStatement, ConnectionInfo connectInfo, String method, String sql, StatementTracing.Executable<R> exec) Constructors in org.apache.skywalking.apm.plugin.jdbc.trace with parameters of type ConnectionInfoModifierConstructorDescriptionSWCallableStatement(Connection realConnection, CallableStatement realStatement, ConnectionInfo connectInfo, String sql) SWPreparedStatement(Connection realConnection, PreparedStatement realStatement, ConnectionInfo connectInfo, String sql) SWStatement(Connection realConnection, Statement realStatement, ConnectionInfo connectInfo)