Class JasperStyleParameterParser

JRAbstractQueryExecuter
net.datenwerke.rs.base.service.datasources.table.impl.utils.JasperStyleParameterParser

public class JasperStyleParameterParser extends JRAbstractQueryExecuter
  • Constructor Details

  • Method Details

    • createDatasource

      public JRDataSource createDatasource() throws JRException
      Throws:
      JRException
    • getStatement

      public PreparedStatement getStatement() throws JRException
      Throws:
      JRException
    • createQueryAsString

      public String createQueryAsString() throws JRException
      Throws:
      JRException
    • close

      public void close()
    • cancelQuery

      public boolean cancelQuery() throws JRException
      Throws:
      JRException
    • createValueParameter

      public static JRValueParameter createValueParameter(String name, Object value, Class<?> type)
    • getParameterValue

      public Object getParameterValue(String parameterName)
    • getCollectedParameters

      public List getCollectedParameters()
    • getCollectedParameterNames

      public List<String> getCollectedParameterNames()
    • getQueryString

      public String getQueryString()