Uses of Class
io.github.coho04.mysql.entities.User
-
Uses of User in io.github.coho04.mysql
Modifier and TypeMethodDescriptionMYSQL.getOrCreateUser
(String username, String password) Retrieves an existing User object with the given username or creates a new one if it doesn't exist.This method is used to get a User object with the given name.