Class SetACARSOnTime
java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.SetACARSOnTime
A Data Access Object to write ACARS on-time data to the database.
- Since:
- 8.4
- Version:
- 10.3
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.DAO
_queryMax, _queryStart, _queryTimeout, WGS84_SRID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(String db, ACARSFlightReport afr, ScheduleEntry entry) Writes ACARS on-time data to the database.Methods inherited from class org.deltava.dao.DAO
commitTransaction, createTimestamp, executeIDs, executeUpdate, executeUpdate, expandDate, formatDBName, formatLocation, getNewID, getQueryCount, prepare, prepareWithoutLimits, rollbackTransaction, setQueryMax, setQueryStart, setQueryTimeout, startTransaction, toID, toID, toInstant
-
Constructor Details
-
SetACARSOnTime
Initializes the Data Access Object.- Parameters:
c- the JDBC Connection to use
-
-
Method Details
-
write
Writes ACARS on-time data to the database.- Parameters:
db- the database nameafr- the ACARSFlightReportentry- the matched ScheduleEntry- Throws:
DAOException- if a JDBC error occurs
-