|
Class Summary |
| DBProjector |
This abstract class holds some fields independent from writing or reading the database |
| SetGameStorageTH_DB |
This class is the "java-side" part of the mapping form Java to database
Responsable for writing to db |
| SetterDBProjector |
This class is the "middle" part of the mapping form Java to database
Responsable for writing to db
the annotation "@category" is used to group methods to higher level methods in
game.gamestorage.IF_SetGameStorage and
game.gamestorage.texas.IF_SetGameStorageTH |
| SetterQuery |
This class holds the sql-queries for writing to db |
| SetterQueryExecution |
This class is the "db-side" part of the mapping form Java to database
Responsable for writing to db |
| SQLHandler |
This class handles the communication to the database
offers different kinds of returnable datatypes |