Class SqlStatementInfo
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.db.SqlStatementInfo
-
public abstract class SqlStatementInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlStatementInfo()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SqlStatementInfocreate(String fullStatement, String operation, String table)abstract StringgetFullStatement()abstract StringgetOperation()abstract StringgetTable()SqlStatementInfomapTable(Function<String,String> mapper)
-