Interface ActiveQuery
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActiveQueryImpl
A class that describes an active query
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetQuery()Returns the query that is being runlongReturns the system time in millis that this query started running at.Returns a UUID of the statement for later lookupWhat kind of statement is this query executing in?
- 
Method Details- 
getQueryString getQuery()Returns the query that is being run
- 
getStatementTypeActiveQuery.StatementType getStatementType()What kind of statement is this query executing in?
- 
getStatementIdUUID getStatementId()Returns a UUID of the statement for later lookup
- 
getStartTimelong getStartTime()Returns the system time in millis that this query started running at.
 
-