Class ExtractSyntaxParser.ParseResult

java.lang.Object
com.ocient.cli.extract.ExtractSyntaxParser.ParseResult
Enclosing class:
ExtractSyntaxParser

public static class ExtractSyntaxParser.ParseResult
extends Object
A class to wrap the result of an "EXTRACT TO" parse
  • Method Details

    • getQuery

      public String getQuery()
      Returns the query associated with the statement
      Returns:
      the query string
    • getConfig

      public Properties getConfig()
      Gets the configuration assocated with the statement
      Returns:
      the configuration as a Properties object