Class QueryEntity


  • public final class QueryEntity
    extends Object
    Author:
    Mark Vollmary
    • Constructor Detail

      • QueryEntity

        public QueryEntity()
    • Method Detail

      • getId

        public String getId()
        Returns:
        the query's id
      • getQuery

        public String getQuery()
        Returns:
        the query string (potentially truncated)
      • getStarted

        public Date getStarted()
        Returns:
        the date and time when the query was started
      • getRunTime

        public Double getRunTime()
        Returns:
        the query's run time up to the point the list of queries was queried
      • getBindVars

        public Map<String,​Object> getBindVars()
        Returns:
        the bind parameter values used by the query
      • getState

        public QueryExecutionState getState()
        Returns:
        the query's current execution state