|
Kereta Yarsi Indonesia
|
Public Member Functions | |
| java.sql.ResultSet | getStationByName (String stationName) |
The StationDAO interface provides methods for accessing and manipulating station data in the database.
Implementing classes should provide concrete implementations for these methods to interact with the underlying database and retrieve station details based on various criteria.
| java.sql.ResultSet model.StationDAO.getStationByName | ( | String | stationName | ) |
Retrieves a ResultSet containing station details that match the specified station name.
| stationName | the name of the station to search for |
ResultSet containing the station details that match the specified name, or null if no matching station is found Implemented in controller.StationController.