Package de.bytefish.pgbulkinsert.row
Class SimpleRowWriter.Table
- java.lang.Object
-
- de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
-
- Enclosing class:
- SimpleRowWriter
public static class SimpleRowWriter.Table extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getColumns()StringgetCopyCommand(boolean usePostgresQuoting)StringgetFullyQualifiedTableName(boolean usePostgresQuoting)@Nullable StringgetSchema()StringgetTable()
-
-
-
Method Detail
-
getSchema
public @Nullable String getSchema()
-
getTable
public String getTable()
-
getColumns
public String[] getColumns()
-
getFullyQualifiedTableName
public String getFullyQualifiedTableName(boolean usePostgresQuoting)
-
getCopyCommand
public String getCopyCommand(boolean usePostgresQuoting)
-
-