CsvSample
This sample application shows how to use the CSV tool
to write CSV (comma separated values) files, and
how to use the tool to read such files.
See also the section CSV (Comma Separated Values) Support in the Tutorial.
| Methods |
| static void |
main(String... args)
This method is called when executing this sample application from the
command line.
|
| static void |
main(String... args) throws SQLException
This method is called when executing this sample application from the
command line.
Parameters:
args - the command line parameters
|
| static void |
read()
Read a CSV file.
|
| static void |
read() throws SQLException
Read a CSV file.
|
| static void |
write()
Write a CSV file.
|
| static void |
write() throws SQLException
Write a CSV file.
|