Uses of Class
org.melati.poem.csv.CSVTable

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.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.