Interface QueryParser

  • All Known Implementing Classes:
    JDOQLParameterDeclarationParser

    public interface QueryParser
    This interface is to define the functionality of a query Parser.
    • Method Detail

      • parameterTypeIterator

        Iterator parameterTypeIterator​(String parameterDeclarations)
        This method returns an iterator over the parameter types of the specified parameter declaration. The types are represented by their name, thus the Iterator's next method returns Strings.
        Parameters:
        parameterDeclarations - parameter declaration string.