Kereta Yarsi Indonesia
Loading...
Searching...
No Matches
model.StationDAO Interface Reference
Inheritance diagram for model.StationDAO:
controller.StationController

Public Member Functions

java.sql.ResultSet getStationByName (String stationName)
 

Detailed Description

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.

Author
Muhammad Rizal Anditama Nugraha

Member Function Documentation

◆ getStationByName()

java.sql.ResultSet model.StationDAO.getStationByName ( String  stationName)

Retrieves a ResultSet containing station details that match the specified station name.

Parameters
stationNamethe name of the station to search for
Returns
a ResultSet containing the station details that match the specified name, or null if no matching station is found

Implemented in controller.StationController.


The documentation for this interface was generated from the following file: