Class PrepStmtQueryConfig
java.lang.Object
com.inductiveautomation.reporting.common.data.query.PrepStmtQueryConfig
- All Implemented Interfaces:
QueryConfig,Serializable
Created by carl.gould on 3/3/2015.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrepStmtQueryConfigbooleangetQuery()The type ID for which factories/sources are registered in the designer/gateway registriesintbooleanvoidsetDatabase(String database) voidsetExpressions(List<String> expressions) voidvoidsetSampleLimit(int sampleLimit) voidsetSyntaxClassname(String syntaxClassname) voidsetUseSampleLimit(boolean useSampleLimit) toString()For pleasant logging, implement toString() to describe this query
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
PrepStmtQueryConfig
public PrepStmtQueryConfig()
-
-
Method Details
-
createDefault
-
getQueryTypeId
Description copied from interface:QueryConfigThe type ID for which factories/sources are registered in the designer/gateway registries- Specified by:
getQueryTypeIdin interfaceQueryConfig
-
getDatabase
-
setDatabase
-
getQuery
-
setQuery
-
getSampleLimit
public int getSampleLimit() -
setSampleLimit
public void setSampleLimit(int sampleLimit) -
isUseSampleLimit
public boolean isUseSampleLimit() -
setUseSampleLimit
public void setUseSampleLimit(boolean useSampleLimit) -
getExpressions
-
setExpressions
-
getSyntaxClassname
-
setSyntaxClassname
-
toString
Description copied from interface:QueryConfigFor pleasant logging, implement toString() to describe this query- Specified by:
toStringin interfaceQueryConfig- Overrides:
toStringin classObject
-
equals
-