Class SetACARSRunway
java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.SetACARSData
org.deltava.dao.SetACARSRunway
A Data Access Object to write ACARS Runway and Gate data.
- Since:
- 5.1
- Version:
- 11.0
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.DAO
_queryMax, _queryStart, _queryTimeout, WGS84_SRID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeGates
(FlightInfo inf) Writes the gates used on a Flight to the database.void
writeRunways
(int flightID, Runway rwyD, Runway rwyA) Writes the runways used on a Flight to the database.Methods inherited from class org.deltava.dao.SetACARSData
clearTerminalRoutes, createFlight, deleteLivery, write, writeDispatch, writeLoad, writePositions, writeSIDSTAR, writeTaxi
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
-
SetACARSRunway
Initializes the Data Access Object.- Parameters:
c
- the JDBC connection to use
-
-
Method Details
-
writeGates
Writes the gates used on a Flight to the database.- Parameters:
inf
- the FlightInfo bean- Throws:
DAOException
- if a JDBC error occurs