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.

@FunctionalInterface public interface StatementNameStrategy
Interface for strategies to statement contexts to metric names.
  • Method Summary

    Modifier and Type
    Method
    Description
    getStatementName(org.jdbi.v3.core.statement.StatementContext statementContext)
     
  • Method Details

    • getStatementName

      String getStatementName(org.jdbi.v3.core.statement.StatementContext statementContext)