Package zombie.savefile
Class PlayerDBHelper
java.lang.Object
zombie.savefile.PlayerDBHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Connectioncreate()static ArrayListgetPlayers(String string) static booleanisPlayerAlive(String string, int int1) static voidrollback(Connection connection) static voidsetPlayer1(String string, int int1)
-
Constructor Details
-
PlayerDBHelper
public PlayerDBHelper()
-
-
Method Details
-
create
-
rollback
-
isPlayerAlive
-
getPlayers
- Throws:
SQLException
-
setPlayer1
- Throws:
SQLException
-