com.stimulsoft.report
Class Func.EngineHelper

java.lang.Object
  extended by com.stimulsoft.report.Func.EngineHelper
Enclosing class:
Func

public static class Func.EngineHelper
extends java.lang.Object


Constructor Summary
Func.EngineHelper()
           
 
Method Summary
static java.lang.String joinColumnContent(StiDataSource dataSource, java.lang.String columnName, java.lang.String delimiter)
          Method writes all the values of the datasource column through the separator as a String.
static java.lang.String toQueryString(java.util.List<?> list, java.lang.String quotationMark, java.lang.String dateTimeFormat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Func.EngineHelper

public Func.EngineHelper()
Method Detail

joinColumnContent

public static java.lang.String joinColumnContent(StiDataSource dataSource,
                                                 java.lang.String columnName,
                                                 java.lang.String delimiter)
Method writes all the values of the datasource column through the separator as a String.

Parameters:
dataSource -
columnName -
delimiter -
Returns:
Resulting String.

toQueryString

public static java.lang.String toQueryString(java.util.List<?> list,
                                             java.lang.String quotationMark,
                                             java.lang.String dateTimeFormat)