Interface QueryResultWriterFactory

    • Method Detail

      • format

        @Nonnull
        QueryResultFormat format()
        The format supported by writers created by this factory
        Returns:
        the supported format
      • create

        @Nonnull
        QueryResultWriter create​(@Nonnull
                                 java.io.OutputStream theOutputStream,
                                 @Nonnull
                                 Options theOptions)
        Create the writer
        Parameters:
        theOutputStream - the output to write to
        theOptions - the options to use when writing
        Returns:
        the writer
        See Also:
        QueryResultWriterOptions