This commit is contained in:
@@ -29,6 +29,10 @@ public final class ConvertColumnEntry {
|
|||||||
this.convertType = column.type();
|
this.convertType = column.type();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ConvertColumnEntry(String name) {
|
||||||
|
this(name, false);
|
||||||
|
}
|
||||||
|
|
||||||
public ConvertColumnEntry(String name, boolean ignore) {
|
public ConvertColumnEntry(String name, boolean ignore) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.ignore = ignore;
|
this.ignore = ignore;
|
||||||
|
|||||||
Reference in New Issue
Block a user