Class PlayerDBHelper
java.lang.Object
zombie.savefile.PlayerDBHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsNetworkPlayer(String string0, String string3, String string2) static Connectioncreate()getPlayers(String string0) static booleanisPlayerAlive(String string0, int int0) static voidremovePlayer(String string0, String string3, String string2) static voidrollback(Connection connection) static voidsetPlayer1(String string0, int int0)
-
Constructor Details
-
PlayerDBHelper
public PlayerDBHelper()
-
-
Method Details
-
create
-
rollback
-
isPlayerAlive
-
getPlayers
- Throws:
SQLException
-
containsNetworkPlayer
public static boolean containsNetworkPlayer(String string0, String string3, String string2) throws SQLException - Throws:
SQLException
-
removePlayer
- Throws:
SQLException
-
setPlayer1
- Throws:
SQLException
-