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 PostgreSQL user ID. PostgreSQL user ids must:
  • Be non-null
  • Be non-empty
  • Be between 1 and 31 characters
  • Must start with [a-z]
  • The rest of the characters may contain [a-z], [0-9], and underscore (_)
  • Must be a valid User.Name - this is implied by the above rules
Author:
AO Industries, Inc.
See Also: