public interface

QueryPass

com.microstrategy.web.objects.admin.monitors.QueryPass

Summary

Public Methods
abstract int getDuration()
Returns the duration
abstract Date getFinishTime()
Returns the finish time
abstract int getNumCols()
Returns the number of columns
abstract int getNumRows()
Returns the number of rows
abstract int getPassNum()
Returns the pass number
abstract int getPassTableCount()
Returns the pass table count
abstract String getQuery()
Returns the query string
abstract int getSqlType()
Returns the SQL type
abstract Date getStartTime()
Returns the start time

Public Methods

public abstract int getDuration ()

Returns the duration

Returns
  • the duration

public abstract Date getFinishTime ()

Returns the finish time

Returns
  • the finish time

public abstract int getNumCols ()

Returns the number of columns

Returns
  • the number of columns

public abstract int getNumRows ()

Returns the number of rows

Returns
  • the number of rows

public abstract int getPassNum ()

Returns the pass number

Returns
  • the pass number

public abstract int getPassTableCount ()

Returns the pass table count

Returns
  • the pass table count

public abstract String getQuery ()

Returns the query string

Returns
  • the query string

public abstract int getSqlType ()

Returns the SQL type

Returns
  • the SQL type

public abstract Date getStartTime ()

Returns the start time

Returns
  • the start time