Common interface for parsers that implement one or more of the PostgreSQL COPY formats.
Static Methods
create(CopyTreeParser.CopyOptions.Format format, CSVFormat csvFormat, PipedOutputStream payload, int pipeBufferSize, boolean hasHeader)
public static CopyInParser create(CopyTreeParser.CopyOptions.Format format, CSVFormat csvFormat, PipedOutputStream payload, int pipeBufferSize, boolean hasHeader)
Creates a CopyInParser for the given format. The csvFormat argument is only required
for non-binary formats.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]