org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql
Class SQLParameterLookupParser

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
      extended by org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SQLParameterLookupParser
All Implemented Interfaces:
Serializable

public class SQLParameterLookupParser
extends PropertyLookupParser

Creation-Date: 16.04.2006, 20:30:42

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
ESCAPE_MODE_ALL, ESCAPE_MODE_NONE, ESCAPE_MODE_STRICT
 
Constructor Summary
SQLParameterLookupParser(boolean expandArray)
           
 
Method Summary
 String[] getFields()
           
 boolean isExpandArray()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
getClosingBraceChar, getEscapeChar, getEscapeMode, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setEscapeMode, setMarkerChar, setOpeningBraceChar, translateAndLookup, translateAndLookup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLParameterLookupParser

public SQLParameterLookupParser(boolean expandArray)
Method Detail

getFields

public String[] getFields()

isExpandArray

public boolean isExpandArray()