org.jfree.report.modules.data.sql
public class SQLParameterLookupParser extends PropertyLookupParser
Constructor and Description |
---|
SQLParameterLookupParser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFields() |
protected java.lang.String |
lookupVariable(java.lang.String name)
Looks up the property with the given name.
|
getClosingBraceChar, getEscapeChar, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setMarkerChar, setOpeningBraceChar, translateAndLookup
protected java.lang.String lookupVariable(java.lang.String name)
PropertyLookupParser
lookupVariable
in class PropertyLookupParser
name
- the name of the property to look up.public java.lang.String[] getFields()