java.lang.Object
io.opentelemetry.instrumentation.r2dbc.v1_0.internal.DbExecution

public final class DbExecution extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Constructor Details

    • DbExecution

      public DbExecution(io.r2dbc.proxy.core.QueryExecutionInfo queryInfo, io.r2dbc.spi.ConnectionFactoryOptions factoryOptions)
  • Method Details

    • getPort

      public Integer getPort()
    • getHost

      public String getHost()
    • getSystem

      public String getSystem()
    • getUser

      public String getUser()
    • getName

      public String getName()
    • getConnectionString

      public String getConnectionString()
    • getRawStatement

      public String getRawStatement()
    • getContext

      public io.opentelemetry.context.Context getContext()
    • setContext

      public void setContext(io.opentelemetry.context.Context context)
    • toString

      public String toString()
      Overrides:
      toString in class Object