Class ActiveQueryImpl
java.lang.Object
com.inductiveautomation.ignition.common.datasource.ActiveQueryImpl
- All Implemented Interfaces:
- ActiveQuery,- Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.datasource.ActiveQueryActiveQuery.StatementType
- 
Constructor SummaryConstructorsConstructorDescriptionActiveQueryImpl(ActiveQuery copy) ActiveQueryImpl(String query, long startTime, ActiveQuery.StatementType statementType, UUID statementId) 
- 
Method Summary
- 
Constructor Details- 
ActiveQueryImplpublic ActiveQueryImpl(String query, long startTime, ActiveQuery.StatementType statementType, UUID statementId) 
- 
ActiveQueryImpl
 
- 
- 
Method Details- 
getQueryDescription copied from interface:ActiveQueryReturns the query that is being run- Specified by:
- getQueryin interface- ActiveQuery
 
- 
getStartTimepublic long getStartTime()Description copied from interface:ActiveQueryReturns the system time in millis that this query started running at.- Specified by:
- getStartTimein interface- ActiveQuery
 
- 
getStatementTypeDescription copied from interface:ActiveQueryWhat kind of statement is this query executing in?- Specified by:
- getStatementTypein interface- ActiveQuery
 
- 
getStatementIdDescription copied from interface:ActiveQueryReturns a UUID of the statement for later lookup- Specified by:
- getStatementIdin interface- ActiveQuery
 
- 
hashCodepublic int hashCode()
- 
equals
 
-