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