Uses of Class
io.github.coho04.mysql.entities.User
Packages that use User
-
Uses of User in io.github.coho04.mysql
Methods in io.github.coho04.mysql that return UserModifier 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.Methods in io.github.coho04.mysql that return types with arguments of type User