AbstractQueryExecuterFactory
.public abstract class JRAbstractQueryExecuterFactory extends Object implements QueryExecuterFactory
QUERY_EXECUTER_FACTORY_PREFIX
Constructor and Description |
---|
JRAbstractQueryExecuterFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JRQueryExecuter |
createQueryExecuter(JasperReportsContext jasperReportsContext,
JRDataset dataset,
Map<String,? extends JRValueParameter> parameters)
Deprecated.
Creates a query executer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createQueryExecuter, getBuiltinParameters, supportsQueryParameterType
createQueryExecuter
public JRAbstractQueryExecuterFactory()
public JRQueryExecuter createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String,? extends JRValueParameter> parameters) throws JRException
QueryExecuterFactory
createQueryExecuter
in interface QueryExecuterFactory
jasperReportsContext
- the JasperReportsContextdataset
- the dataset containing the query, fields, etcparameters
- map of value parameters (instances of JRValueParameter
)
indexed by nameJRException
Copyright © 2021 TIBCO Software Inc.. All rights reserved.