getLeftMostPredicate(SQLPredicate pred) Gets leftmost predicate of either (1) this instance or (2) the given predicate
instance.
Parameters: pred - SQLPredicate which may be searched for its leftmost predicate if thisinstance has no leftmost predicate.
Gets leftmost predicate of either (1) this instance or (2) the given predicate
instance.
Parameters: pred - SQLPredicate which may be searched for its leftmost predicate if thisinstance has no leftmost predicate. leftmost predicate of either this instance or pred
public void parseXML(Element xmlElement) throws BaseException(Code)
Parses the given XML element to populate content of this instance.
Parameters: xmlElement - Element to be parsed exception: BaseException - thropwn while parsing