Class AbstractSQLQuery.QueryInfo
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.AbstractSQLQuery.QueryInfo
 
- 
- Enclosing class:
- AbstractSQLQuery
 
 protected static class AbstractSQLQuery.QueryInfo extends java.lang.ObjectHolds the query (a String), and a list of parameters and their types.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IValue<? extends java.io.Serializable>>getParams()java.lang.Class<?>[]getParamTypes()java.lang.StringgetQuery()
 
- 
- 
- 
Constructor Detail- 
QueryInfopublic QueryInfo(java.lang.String query, java.util.List<IValue<? extends java.io.Serializable>> params, java.lang.Class<?>[] paramTypes)
 
- 
 - 
Method Detail- 
getQuerypublic java.lang.String getQuery() 
 - 
getParamspublic java.util.List<IValue<? extends java.io.Serializable>> getParams() 
 - 
getParamTypespublic java.lang.Class<?>[] getParamTypes() 
 
- 
 
-