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 DbRequestcreate(DbInfo dbInfo, String queryText, Long batchSize, Map<String, String> preparedStatementParameters) static DbRequestcreate(DbInfo dbInfo, Collection<String> queryTexts, Long batchSize, Map<String, String> preparedStatementParameters) static DbRequestcreate(PreparedStatement statement, Map<String, String> preparedStatementParameters) static DbRequeststatic DbRequestcreate(Statement statement, String dbStatementString, Long batchSize, Map<String, String> preparedStatementParameters) static DbRequestcreate(Statement statement, Collection<String> queryTexts, Long batchSize) static DbRequestcreateTransaction(DbInfo dbInfo, String operation) static DbRequestcreateTransaction(Connection connection, String operation) abstract Longabstract DbInfoabstract Stringabstract Collection<String>
-
Constructor Details
-
DbRequest
public DbRequest()
-
-
Method Details
-
create
-
create
-
create
-
create
-
create
-
create
-
create
-
createTransaction
-
createTransaction
-
getDbInfo
-
getQueryTexts
-
getBatchSize
-
getOperation
-
getPreparedStatementParameters
-