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:ActiveQuery
Returns the query that is being run- Specified by:
getQuery
in interfaceActiveQuery
-
getStartTime
public long getStartTime()Description copied from interface:ActiveQuery
Returns the system time in millis that this query started running at.- Specified by:
getStartTime
in interfaceActiveQuery
-
getStatementType
Description copied from interface:ActiveQuery
What kind of statement is this query executing in?- Specified by:
getStatementType
in interfaceActiveQuery
-
getStatementId
Description copied from interface:ActiveQuery
Returns a UUID of the statement for later lookup- Specified by:
getStatementId
in interfaceActiveQuery
-
hashCode
public int hashCode() -
equals
-