com.jdc.app.rdb.tbl.ref.tco
Class CountryTCO
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.io.FileReader
|
+--com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
|
+--com.jdc.app.rdb.tbl.ref.tco.CountryTCO
- public class CountryTCO
- extends ReferenceTCO
CountryTCO represents a Country database table creation
object.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
Country,
CountryDAO,
CountryDTO
|
Constructor Summary |
CountryTCO()
Constructs a new CountryTCO object. |
|
Method Summary |
static void |
main(String[] args)
Executes unit tests for the FileReader class. |
void |
readData()
Reads the line data from the Country data File
and creates and executes an Insert statement to populate the
Country database reference table. |
CountryTCO
public CountryTCO()
- Constructs a new
CountryTCO object.
readData
public void readData()
- Reads the line data from the
Country data File
and creates and executes an Insert statement to populate the
Country database reference table.
- Specified by:
readData in class ReferenceTCO
main
public static void main(String[] args)
- Executes unit tests for the
FileReader class.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.