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 PrepStmtQueryConfig
boolean
getQuery()
The type ID for which factories/sources are registered in the designer/gateway registriesint
boolean
void
setDatabase
(String database) void
setExpressions
(List<String> expressions) void
void
setSampleLimit
(int sampleLimit) void
setSyntaxClassname
(String syntaxClassname) void
setUseSampleLimit
(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:QueryConfig
The type ID for which factories/sources are registered in the designer/gateway registries- Specified by:
getQueryTypeId
in 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:QueryConfig
For pleasant logging, implement toString() to describe this query- Specified by:
toString
in interfaceQueryConfig
- Overrides:
toString
in classObject
-
equals
-