81828384858687
public static DataSetDAO getDataSetDAO(Connection connection) throws DBException { return new DataSetDAO(connection); } public static DataPointDAO getDataPointDAO() throws DBException { return new DataPointDAO(DBUtil.getConnection()); }
85868788899091
public static DataPointDAO getDataPointDAO() throws DBException { return new DataPointDAO(DBUtil.getConnection()); } public static DataPointDAO getDataPointDAO(Connection connection) throws DBException { return new DataPointDAO(connection); }