Class DbRequest
java.lang.Object
io.opentelemetry.instrumentation.jdbc.internal.DbRequest
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DbRequeststatic DbRequeststatic DbRequestcreate(DbInfo dbInfo, Collection<String> queryTexts, Long batchSize) static DbRequestcreate(PreparedStatement statement) static DbRequeststatic DbRequeststatic DbRequestcreate(Statement statement, Collection<String> queryTexts, Long batchSize) abstract Longabstract DbInfoabstract Collection<String>
-
Constructor Details
-
DbRequest
public DbRequest()
-
-
Method Details
-
create
-
create
-
create
-
create
-
create
-
create
-
create
-
getDbInfo
-
getQueryTexts
-
getBatchSize
-