Package mondrian.mdx

Class QueryPrintWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
mondrian.mdx.QueryPrintWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class QueryPrintWriter extends PrintWriter
PrintWriter used for unparsing queries. Remembers which parameters have been printed. The first time, they print themselves as "Parameter"; subsequent times as "ParamRef".
  • Constructor Details

    • QueryPrintWriter

      public QueryPrintWriter(Writer writer)