| Constructor and Description |
|---|
CSVColumn(String poemName)
Simplest case constructor.
|
CSVColumn(String poemName,
boolean isPrimaryKey)
Constructor for a key value into another table.
|
CSVColumn(String poemName,
CSVTable foreignTable)
Constructor for a key value into another table.
|
public CSVColumn(String poemName)
poemName - the name of the POEM column this is to be mapped to.public CSVColumn(String poemName, CSVTable foreignTable)
poemName - the name of the POEM column this is to be mapped to.foreignTable - another CSVTable in which this value should be found.public CSVColumn(String poemName, boolean isPrimaryKey)
poemName - the name of the POEM column this is to be mapped to.isPrimaryKey - flag to indicate this is the primary key column.Copyright © 2000–2021 PanEris. All rights reserved.