Interface StatementNameStrategy
- All Known Implementing Classes:
BasicSqlNameStrategy,DefaultNameStrategy,DelegatingStatementNameStrategy,NaiveNameStrategy,SmartNameStrategy,TimedAnnotationNameStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for strategies to statement contexts to metric names.
-
Method Summary
Modifier and TypeMethodDescriptiongetStatementName(org.jdbi.v3.core.statement.StatementContext statementContext)
-
Method Details
-
getStatementName
-