| Package | Description | 
|---|---|
| org.jooq | 
 The  
org.jooq package contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Result.format(java.io.OutputStream stream)
Like  
Result.format(), but the data is output onto an OutputStream. | 
void | 
Result.format(java.io.OutputStream stream,
      int maxRecords)
Like  
Result.format(int), but the data is output onto an OutputStream. | 
void | 
Result.format(java.io.Writer writer)
Like  
Result.format(), but the data is output onto a Writer. | 
void | 
Result.format(java.io.Writer writer,
      int maxRecords)
Like  
Result.format(int), but the data is output onto a Writer. | 
void | 
Result.formatChart(java.io.OutputStream stream)
Like  
Result.formatChart(), but the data is output onto an OutputStream. | 
void | 
Result.formatChart(java.io.OutputStream stream,
           ChartFormat format)
Like  
Result.formatChart(ChartFormat), but the data is output onto an OutputStream. | 
void | 
Result.formatChart(java.io.Writer writer)
Like  
Result.formatChart(), but the data is output onto a Writer. | 
void | 
Result.formatChart(java.io.Writer writer,
           ChartFormat format)
Like  
Result.formatChart(ChartFormat), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.OutputStream stream)
Like  
Result.formatCSV(), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.OutputStream stream,
         boolean header)
Like  
Result.formatCSV(boolean), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.OutputStream stream,
         boolean header,
         char delimiter)
Like  
Result.formatCSV(boolean, char), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.OutputStream stream,
         boolean header,
         char delimiter,
         java.lang.String nullString)
Like  
Result.formatCSV(boolean, char, String), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.OutputStream stream,
         char delimiter)
Like  
Result.formatCSV(char), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.OutputStream stream,
         char delimiter,
         java.lang.String nullString)
Like  
Result.formatCSV(char, String), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.OutputStream stream,
         CSVFormat format)
Like  
Result.formatCSV(CSVFormat), but the data is output onto an OutputStream. | 
void | 
Result.formatCSV(java.io.Writer writer)
Like  
Result.formatCSV(), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.Writer writer,
         boolean header)
Like  
Result.formatCSV(boolean), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.Writer writer,
         boolean header,
         char delimiter)
Like  
Result.formatCSV(boolean, char), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.Writer writer,
         boolean header,
         char delimiter,
         java.lang.String nullString)
Like  
Result.formatCSV(boolean, char, String), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.Writer writer,
         char delimiter)
Like  
Result.formatCSV(char), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.Writer writer,
         char delimiter,
         java.lang.String nullString)
Like  
Result.formatCSV(char, String), but the data is output onto a Writer. | 
void | 
Result.formatCSV(java.io.Writer writer,
         CSVFormat format)
Like  
Result.formatCSV(CSVFormat), but the data is output onto a Writer. | 
void | 
Result.formatHTML(java.io.OutputStream stream)
Like  
Result.formatHTML(), but the data is output onto an OutputStream. | 
void | 
Result.formatHTML(java.io.Writer writer)
Like  
Result.formatHTML(), but the data is output onto a Writer. | 
void | 
Result.formatInsert(java.io.OutputStream stream)
Like  
Result.formatInsert(), but the data is output onto an OutputStream. | 
void | 
Result.formatInsert(java.io.OutputStream stream,
            Table<?> table,
            Field<?>... fields)
Like  
Result.formatInsert(Table, Field...), but the data is output onto an OutputStream. | 
void | 
Result.formatInsert(java.io.Writer writer)
Like  
Result.formatInsert(), but the data is output onto a Writer. | 
void | 
Result.formatInsert(java.io.Writer writer,
            Table<?> table,
            Field<?>... fields)
Like  
Result.formatInsert(Table, Field...), but the data is output onto an Writer. | 
void | 
Result.formatJSON(java.io.OutputStream stream)
Like  
Result.formatJSON(), but the data is output onto an OutputStream. | 
void | 
Record.formatJSON(java.io.OutputStream stream)
Like  
Record.formatJSON(), but the data is output onto an OutputStream. | 
void | 
Result.formatJSON(java.io.OutputStream stream,
          JSONFormat format)
Like  
Result.formatJSON(JSONFormat), but the data is output onto an OutputStream. | 
void | 
Record.formatJSON(java.io.OutputStream stream,
          JSONFormat format)
Like  
Record.formatJSON(JSONFormat), but the data is output onto an OutputStream. | 
void | 
Result.formatJSON(java.io.Writer writer)
Like  
Result.formatJSON(), but the data is output onto a Writer. | 
void | 
Record.formatJSON(java.io.Writer writer)
Like  
Record.formatJSON(), but the data is output onto a Writer. | 
void | 
Result.formatJSON(java.io.Writer writer,
          JSONFormat format)
Like  
Result.formatJSON(JSONFormat), but the data is output onto a Writer. | 
void | 
Record.formatJSON(java.io.Writer writer,
          JSONFormat format)
Like  
Record.formatJSON(JSONFormat), but the data is output onto a Writer. | 
void | 
Result.formatXML(java.io.OutputStream stream)
Like  
Result.formatXML(), but the data is output onto an OutputStream. | 
void | 
Record.formatXML(java.io.OutputStream stream)
Like  
Record.formatXML(), but the data is output onto an OutputStream. | 
void | 
Result.formatXML(java.io.OutputStream stream,
         XMLFormat format)
Like  
Result.formatXML(XMLFormat), but the data is output onto an OutputStream. | 
void | 
Record.formatXML(java.io.OutputStream stream,
         XMLFormat format)
Like  
Record.formatXML(XMLFormat), but the data is output onto an OutputStream. | 
void | 
Result.formatXML(java.io.Writer writer)
Like  
Result.formatXML(), but the data is output onto a Writer. | 
void | 
Record.formatXML(java.io.Writer writer)
Like  
Record.formatXML(), but the data is output onto a Writer. | 
void | 
Result.formatXML(java.io.Writer writer,
         XMLFormat format)
Like  
Result.formatXML(XMLFormat), but the data is output onto a Writer. | 
void | 
Record.formatXML(java.io.Writer writer,
         XMLFormat format)
Like  
Record.formatXML(XMLFormat), but the data is output onto a Writer. | 
Copyright © 2018. All Rights Reserved.