edu.cmu.mse17654.Casino
Class BankDB
java.lang.Object
|
+--edu.cmu.mse17654.Casino.BankDB
- public class BankDB
- extends java.lang.Object
A Class to manipulate the Banking database tables.
Title:
Description:
Copyright: Copyright (c) 2002
Company:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BankDB
public BankDB()
addChips
public int addChips(int playerID,
int amount)
subtractChips
public int subtractChips(int playerID,
int amount)
getChips
public int getChips(int playerID)
removePlayer
public void removePlayer(int playerID)