public static class SimpleRowWriter.Table extends Object
| Constructor and Description |
|---|
Table(String table,
String... columns) |
Table(@Nullable String schema,
String table,
String... columns) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumns() |
String |
getCopyCommand(boolean usePostgresQuoting) |
String |
getFullyQualifiedTableName(boolean usePostgresQuoting) |
@Nullable String |
getSchema() |
String |
getTable() |
public @Nullable String getSchema()
public String getTable()
public String[] getColumns()
public String getFullyQualifiedTableName(boolean usePostgresQuoting)
public String getCopyCommand(boolean usePostgresQuoting)
Copyright © 2020. All rights reserved.