Package edu.pdx.cs.joy.jdbc
package edu.pdx.cs.joy.jdbc
-
ClassDescriptionRepresents an academic term (such as Fall 2024 or Spring 2025) during which courses are offered.Data Access Object interface for managing AcademicTerm entities in the database.Data Access Object implementation for managing AcademicTerm entities in the database.Represents a course in a college course catalog.Data Access Object interface for managing Course entities in the database.Data Access Object implementation for managing Course entities in the database.Represents a department in a college course catalog.Data Access Object interface for managing Department entities in the database.Data Access Object implementation for managing Department entities in the database.A command-line program that executes SQL statements against an H2 database.Helper class for creating connections to H2 databases.A command-line program that demonstrates CRUD operations on Department objects using the DepartmentDAO class with an H2 database.A command-line program that uses the JDBC DatabaseMetaData API to print information about the tables in an H2 database file.Demonstrates the security vulnerability of using Statement versus PreparedStatement for database queries.Simple Employee class to hold employee data.