Class DbRequest
- java.lang.Object
-
- io.opentelemetry.instrumentation.jdbc.internal.DbRequest
-
public abstract class DbRequest extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Constructor Summary
Constructors Constructor Description DbRequest()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DbRequestcreate(DbInfo dbInfo, String statement)static DbRequestcreate(PreparedStatement statement)static DbRequestcreate(Statement statement, String dbStatementString)abstract DbInfogetDbInfo()abstract StringgetStatement()
-
-
-
Method Detail
-
create
@Nullable public static DbRequest create(PreparedStatement statement)
-
getDbInfo
public abstract DbInfo getDbInfo()
-
-