Class ConnectionInfo
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
ConnectionInfo stored the jdbc connection info, the connection info contains db type, host, port, database
name.-
Constructor Summary
ConstructorsConstructorDescriptionConnectionInfo(org.apache.skywalking.apm.network.trace.component.OfficialComponent component, String dbType, String host, int port, String databaseName) ConnectionInfo(org.apache.skywalking.apm.network.trace.component.OfficialComponent component, String dbType, String hosts, String databaseName) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.skywalking.apm.network.trace.component.OfficialComponentvoidsetDatabaseName(String dataBaseName)
-
Constructor Details
-
ConnectionInfo
-
ConnectionInfo
-
-
Method Details
-
getDBType
-
getDatabaseName
-
getDatabasePeer
-
getComponent
public org.apache.skywalking.apm.network.trace.component.OfficialComponent getComponent() -
setDatabaseName
-