Interface QueryStatDto

All Superinterfaces:
Serializable

@ProviderType public interface QueryStatDto extends Serializable
Object that holds statistical info about a query.
  • Method Details

    • getDuration

      long getDuration()
    • getLanguage

      String getLanguage()
    • getStatement

      String getStatement()
    • getCreationTime

      String getCreationTime()
    • getOccurrenceCount

      int getOccurrenceCount()
    • getPosition

      long getPosition()
    • setPosition

      void setPosition(long position)