Package faa.tg.asdi.db

Class Summary
AsdiDb2XmlFile Select ASDI data from DB (according to Dates, MSG type, and Facility Identifiers) into ASDI XML original format file, and then compress that file into zip format.
AsdiDbConnection A Class to represent a ASDI user Db connection.
AsdiMsg2Db Read ASDI Input Stream and insert compressed data into TGF DB See the source: AsdiMsg2Db.java
AsdiTableNameDate A Class to represent ASDI DB table year and week of year, according to Date in Select Statement.
AsdiWeeklyReport The AsdiWeeklyReport create report file from weekly ASDI data set according to data stream interruptions.
DateToAsdiDate A Class to represent a conversion of Date into ASDI Date String.
Db2AsdiMsgResultSet A Class to represent a ResultSet of ASDI messages, selected from Data Base according to Dates From and To.
SelectDatesToAsdiTableNameDates A Class to convert Dates from Select statement into ASDI table or tables (year + "_" + week of year).
TestAsdiDbFeed This is Test Class for ASDI Feed from DB: Extract recent ASDI data (10 sec) from TGF DB, and print out in XML format.