public class SimpleRowWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleRowWriter.Table |
| Constructor and Description |
|---|
SimpleRowWriter(SimpleRowWriter.Table table) |
SimpleRowWriter(SimpleRowWriter.Table table,
boolean usePostgresQuoting) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
enableNullCharacterHandler() |
void |
open(org.postgresql.PGConnection connection) |
void |
setNullCharacterHandler(java.util.function.Function<String,String> nullCharacterHandler) |
void |
startRow(java.util.function.Consumer<SimpleRow> consumer) |
public SimpleRowWriter(SimpleRowWriter.Table table)
public SimpleRowWriter(SimpleRowWriter.Table table, boolean usePostgresQuoting)
public void open(org.postgresql.PGConnection connection)
throws SQLException
SQLExceptionpublic void startRow(java.util.function.Consumer<SimpleRow> consumer)
public void close()
public void enableNullCharacterHandler()
public void setNullCharacterHandler(java.util.function.Function<String,String> nullCharacterHandler)
Copyright © 2020. All rights reserved.