|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterContainer
Currently this is needed in order to deal with FromElements
which
contain "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 contains embedded parameters. |
void |
setText(String text)
Deprecated. Set the renderable text of this node. |
Method Detail |
---|
void setText(String text)
text
- The renderable textvoid addEmbeddedParameter(ParameterSpecification specification)
specification
- The generated specification.boolean hasEmbeddedParameters()
getEmbeddedParameters()
is allowed to return null if this method returns false.
ParameterSpecification[] getEmbeddedParameters()
hasEmbeddedParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |