|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoPrimaryKeyInCSVTableException | |
---|---|
org.melati.poem.csv | Importing CSV files into a Melati Database. |
Uses of NoPrimaryKeyInCSVTableException in org.melati.poem.csv |
---|
Methods in org.melati.poem.csv that throw NoPrimaryKeyInCSVTableException | |
---|---|
Persistent |
CSVRecord.getPersistent()
Retreive the Persistent corresponding to this CSVRecord, if there is one. |
protected Persistent |
CSVTable.getRecordWithID(String csvValue)
Lookup the Persistent corresponding to the CSV record with the given value for the CSV table's primary key. |
void |
CSVTable.load(boolean writeOnFly)
Parse the CSV data file and store the data for saving later. |
void |
CSVFilesProcessor.process(boolean writeOnFly,
boolean emptyTables,
boolean recordDetails,
boolean fieldDetails,
Writer output)
Load all the data from the files, empty the tables if necessary and then write the new data into the tables. |
void |
CSVFilesProcessor.process(boolean emptyTables,
boolean recordDetails,
boolean fieldDetails,
Writer output)
With write on the fly false. |
protected void |
CSVFilesProcessor.writeData(Writer o)
|
void |
CSVTable.writeRecords()
Write the records to the database, called if we are not writing each record to db as we go. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |