The focus of this module is on several major features of JDBC that allow it to run more efficiently than it would otherwise.
To start, you will also take a brief look at another source of
metadata
that concerns a
ResultSet.
By now, you have mastered the basics of using JDBC and can create a very basic system for the Brazil Hospital Project.
Now it is important to revisit the project requirements and determine how far along you are toward meeting the project needs. As you consider the requirements, you realize that there are a number of issues still to be addressed, such as:
- Enhancing the single table you created to store physician information instead of only hospital information
- Preparing for future changes, such as adding more tables and data
- Planning for an efficient system that can be shared with other users and possibly other applications
You realize that you must learn more about JDBC and what it can offer in order to address these sorts of issues.