类的使用
org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
使用ConnectionInfo的程序包
程序包
说明
-
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser中ConnectionInfo的使用
修饰符和类型方法说明ConnectionURLParser.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 -
org.apache.skywalking.apm.plugin.jdbc.define中ConnectionInfo的使用
-
org.apache.skywalking.apm.plugin.jdbc.trace中ConnectionInfo的使用
修饰符和类型方法说明static <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) 限定符构造器说明SWCallableStatement(Connection realConnection, CallableStatement realStatement, ConnectionInfo connectInfo, String sql) SWPreparedStatement(Connection realConnection, PreparedStatement realStatement, ConnectionInfo connectInfo, String sql) SWStatement(Connection realConnection, Statement realStatement, ConnectionInfo connectInfo)