|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryConverter
This interface defines the conversion methods that any Query type must implement
Method Summary | |
---|---|
java.lang.String |
getXML()
This method returns a string representation of the XML for the current query |
CQLQuery |
toCQLQuery()
This method converts the current Query representation into a CQLQuery object |
JaferQuery |
toJaferQuery()
This method converts the current Query representation into a JaferQuery object |
RPNQuery |
toRPNQuery()
This method converts the current Query representation into a RPNQuery object |
Method Detail |
---|
CQLQuery toCQLQuery() throws QueryException
QueryException
JaferQuery toJaferQuery() throws QueryException
QueryException
RPNQuery toRPNQuery() throws QueryException
QueryException
java.lang.String getXML() throws QueryException
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |