All Implemented Interfaces:
DtoFactory<UserName>, FastExternalizable, Internable<User.Name>, Externalizable, Serializable, Comparable<User.Name>
Enclosing class:
User

public static final class User.Name extends User.Name implements FastExternalizable
Represents a MySQL user ID. User ids must:
  • Be non-null
  • Be non-empty
  • Be between 1 and 32 characters
  • Must start with [a-z]
  • The rest of the characters may contain [a-z,0-9,_]
  • A special exemption is made for the mysql.session and mysql.sys reserved users added in MySQL 5.7.
  • Must be a valid User.Name - this is implied by the above rules
Author:
AO Industries, Inc.
See Also: