|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CSVTable | |
|---|---|
| org.melati.poem.csv | Importing CSV files into a Melati Database. |
| Uses of CSVTable in org.melati.poem.csv |
|---|
| Methods in org.melati.poem.csv that return CSVTable | |
|---|---|
CSVTable |
CSVFilesProcessor.addTable(String tablename,
File file)
Convenience method. |
CSVTable |
CSVFilesProcessor.addTable(Table tab,
File file)
Add a table to this processor. |
| Methods in org.melati.poem.csv with parameters of type CSVTable | |
|---|---|
void |
CSVTable.addColumn(String csvName,
String foreignPoemName,
CSVTable foreignTable)
Add column definitions for foreign keys to this table. |
| Constructors in org.melati.poem.csv with parameters of type CSVTable | |
|---|---|
CSVColumn(String poemName,
CSVTable foreignTable)
Constructor for a key value into another table. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||