Class SetGates

java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.SetGates

public class SetGates extends DAO
A Data Access Object to write Gate data.
Since:
6.3
Version:
11.1
Author:
Luke
  • Constructor Details

    • SetGates

      public SetGates(Connection c)
      Initializes the Data Access Object.
      Parameters:
      c - the JDBC connection to use
  • Method Details

    • update

      public void update(Collection<Gate> gates) throws DAOException
      Updates airline Gate usage data.
      Parameters:
      gates - a Collection of Gate beans
      Throws:
      DAOException - if a JDBC error occurs