Class QuerySFData
java.lang.Object
com.inductiveautomation.ignition.gateway.datasource.storage.QuerySFData
- All Implemented Interfaces:
PersistentData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQuerySFData(String query, Object[] values, String datasource) QuerySFData(String query, String datasource) -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves thePersistentFlavorassociated with this kind of persistent data.getQuery()Object[]inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.storeforward.data.PersistentData
getDataCount
-
Field Details
-
FLAVOR
-
-
Constructor Details
-
QuerySFData
-
QuerySFData
-
-
Method Details
-
getFlavor
Description copied from interface:PersistentDataRetrieves thePersistentFlavorassociated with this kind of persistent data.- Specified by:
getFlavorin interfacePersistentData- Returns:
- a
PersistentFlavorobject
-
getQuery
-
getDatasource
-
getValues
-
toString
-
equals
-
hashCode
public int hashCode()
-