org.jfree.report.modules.data.sql

Class SQLParameterLookupParser

Implemented Interfaces:
Serializable

public class SQLParameterLookupParser
extends PropertyLookupParser

Creation-Date: 16.04.2006, 20:30:42
Author:
Thomas Morgner

Constructor Summary

SQLParameterLookupParser()

Method Summary

String[]
getFields()
protected String
lookupVariable(String name)

Methods inherited from class org.jfree.report.util.PropertyLookupParser

getClosingBraceChar, getEscapeChar, getMarkerChar, getOpeningBraceChar, lookupVariable, setClosingBraceChar, setEscapeChar, setMarkerChar, setOpeningBraceChar, translateAndLookup

Constructor Details

SQLParameterLookupParser

public SQLParameterLookupParser()

Method Details

getFields

public String[] getFields()

lookupVariable

protected String lookupVariable(String name)
Overrides:
lookupVariable in interface PropertyLookupParser