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