Class AqlUtil


  • public class AqlUtil
    extends Object
    • Method Detail

      • removeParameter

        public static String removeParameter​(String aql,
                                             String parameterName)
        Removes a parameter from the aql
        Parameters:
        aql - source aql string
        parameterName - name of the parameter to be removed
        Returns:
        the aql with the parameter removed