Uses of Class
com.aoindustries.aoserv.client.mysql.UserServer
-
Packages that use UserServer Package Description com.aoindustries.aoserv.client.mysql -
-
Uses of UserServer in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return UserServer Modifier and Type Method Description UserServerUserServerTable. get(int pkey)UserServerDatabaseUser. getMySQLServerUser()UserServerServer. getMySQLServerUser(User.Name username)UserServerUser. getMySQLServerUser(Server mysqlServer)Methods in com.aoindustries.aoserv.client.mysql that return types with arguments of type UserServer Modifier and Type Method Description List<CannotRemoveReason<UserServer>>UserServer. getCannotRemoveReasons()List<UserServer>Database. getMySQLServerUsers()List<UserServer>Server. getMySQLServerUsers()List<UserServer>User. getMySQLServerUsers()Methods in com.aoindustries.aoserv.client.mysql with parameters of type UserServer Modifier and Type Method Description intDatabaseUserTable. addMySQLDBUser(Database md, UserServer msu, boolean canSelect, boolean canInsert, boolean canUpdate, boolean canDelete, boolean canCreate, boolean canDrop, boolean canReference, boolean canIndex, boolean canAlter, boolean canCreateTempTable, boolean canLockTables, boolean canCreateView, boolean canShowView, boolean canCreateRoutine, boolean canAlterRoutine, boolean canExecute, boolean canEvent, boolean canTrigger)intDatabase. addMySQLServerUser(UserServer msu, boolean canSelect, boolean canInsert, boolean canUpdate, boolean canDelete, boolean canCreate, boolean canDrop, boolean canReference, boolean canIndex, boolean canAlter, boolean canCreateTempTable, boolean canLockTables, boolean canCreateView, boolean canShowView, boolean canCreateRoutine, boolean canAlterRoutine, boolean canExecute, boolean canEvent, boolean canTrigger)Deprecated.DatabaseUserDatabase. getMySQLDBUser(UserServer msu)
-