| Package | Description |
|---|---|
| org.melati.poem.csv |
Importing CSV files into a Melati Database.
|
| Modifier and Type | Method and Description |
|---|---|
CSVTable |
CSVFilesProcessor.addTable(String tablename,
File file)
Convenience method.
|
CSVTable |
CSVFilesProcessor.addTable(Table<?> tab,
File file)
Add a table to this processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVTable.addColumn(String csvName,
String foreignPoemName,
CSVTable foreignTable)
Add column definitions for foreign keys to this table.
|
| Constructor and Description |
|---|
CSVColumn(String poemName,
CSVTable foreignTable)
Constructor for a key value into another table.
|
Copyright © 2000–2021 PanEris. All rights reserved.