Class AccountDBHelper
java.lang.Object
zombie.savefile.AccountDBHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
boolean
deleteAccount
(Account account) boolean
deleteServer
(Server server) static AccountDBHelper
int
saveNewAccount
(Server server, Account account) int
saveNewServer
(Server server) void
boolean
updateAccount
(Account account) boolean
updateAccountIconAndData
(String string2, int int0, String string1, ByteBuffer byteBuffer) boolean
updateServer
(Server server)
-
Field Details
-
formatter
-
-
Constructor Details
-
AccountDBHelper
public AccountDBHelper()
-
-
Method Details
-
getInstance
-
create
-
getServerList
-
saveNewServer
-
updateServer
-
deleteServer
-
saveNewAccount
-
updateAccount
-
deleteAccount
-
setupLastSave
public void setupLastSave() -
updateAccountIconAndData
public boolean updateAccountIconAndData(String string2, int int0, String string1, ByteBuffer byteBuffer)
-