| Package | Description |
|---|---|
| org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser | |
| org.apache.skywalking.apm.plugin.jdbc.define | |
| org.apache.skywalking.apm.plugin.jdbc.trace |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo |
PostgreSQLURLParser.parse() |
ConnectionInfo |
OracleURLParser.parse() |
ConnectionInfo |
MysqlURLParser.parse() |
ConnectionInfo |
H2URLParser.parse() |
ConnectionInfo |
ConnectionURLParser.parse()
ConnectionURLParser parses database name and the database host(s) from connection url. |
static ConnectionInfo |
URLParser.parser(String url) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo |
StatementEnhanceInfos.getConnectionInfo() |
| Constructor and Description |
|---|
StatementEnhanceInfos(ConnectionInfo connectionInfo,
String sql,
String statementName) |
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
CallableStatementTracing.execute(CallableStatement realStatement,
ConnectionInfo connectInfo,
String method,
String sql,
CallableStatementTracing.Executable<R> exec) |
static <R> R |
PreparedStatementTracing.execute(PreparedStatement realStatement,
ConnectionInfo connectInfo,
String method,
String sql,
PreparedStatementTracing.Executable<R> exec) |
static <R> R |
StatementTracing.execute(Statement realStatement,
ConnectionInfo connectInfo,
String method,
String sql,
StatementTracing.Executable<R> exec) |
| Constructor and Description |
|---|
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) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.