| Package | Description |
|---|---|
| com.buckosoft.fibs.BuckoFIBS.db |
Database objects
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FinishedMatch> |
Database.getFinishedMatches(int pid)
Get a List of matches that you have played against this player.
|
java.util.List<FinishedMatch> |
DatabaseImpl.getFinishedMatches(int pid) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.store(FinishedMatch finishedMatch)
Store this FinishedMatch to the database
|
void |
DatabaseImpl.store(FinishedMatch finishedMatch) |