|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Currently this is needed in order to deal with FromElements which
conatin "hidden" JDBC parameters from applying filters.
join handling be able to either:
| Method Summary | |
void |
addEmbeddedParameter(ParameterSpecification specification)
Deprecated. Adds a parameter specification for a parameter encountered within this node. |
ParameterSpecification[] |
getEmbeddedParameters()
Deprecated. Retrieve all embedded parameter specifications. |
boolean |
hasEmbeddedParameters()
Deprecated. Determine whether this node contans embedded parameters. |
void |
setText(String text)
Deprecated. Set the renderable text of this node. |
| Method Detail |
public void setText(String text)
text - The renderable textpublic void addEmbeddedParameter(ParameterSpecification specification)
specification - The generated specification.public boolean hasEmbeddedParameters()
getEmbeddedParameters() is allowed to return null if this method returns false.
public ParameterSpecification[] getEmbeddedParameters()
hasEmbeddedParameters()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||