Class PlayerDBHelper
java.lang.Object
zombie.savefile.PlayerDBHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
containsNetworkPlayer
(String string0, String string3, String string2) static Connection
create()
getPlayers
(String string0) static boolean
isPlayerAlive
(String string0, int int0) static void
removePlayer
(String string0, String string3, String string2) static void
rollback
(Connection connection) static void
setPlayer1
(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
-