public class ColumnFormatter extends Object
| Constructor and Description |
|---|
ColumnFormatter(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueForRow(int row,
String value)
Adds a value to this column for the given row.
|
String |
formatHeader()
Formats the header of this column for the insert statement.
|
String |
formatValue(int row)
Formats the value of this column for the given row.
|
public ColumnFormatter(String name)
public String formatHeader()
public String formatValue(int row)
public void addValueForRow(int row,
String value)
Copyright © 2016. All rights reserved.