Player.java
PlayerBase.java |
Data Layer for the Player
record.
This class holds, in addition to other functions, the Player
fields and functions to work with the JDBC objects PreparedStatement
and Resultset. |
PlayerPrimaryKey.java
PlayerPrimaryKeyBase.java |
Player primary key. |
PlayerRecord.java
PlayerRecordBase.java |
Database Layer for the player
record.
This is a class definition that defines all the functions needed
to work with the database. |
| Player.sql |
Generated SQL Script that
Creates the table in the database. |
| PlayerTestMainFrame.java |
Full Test Program to check
the code generated and to use it as a simple tool to do all
actions defined for this table. |