java.lang.Object
com.aoindustries.aoserv.client.mysql.Server.Name
All Implemented Interfaces:
DtoFactory<MysqlServerName>, Internable<Server.Name>, Serializable, Comparable<Server.Name>
Enclosing class:
Server

public static final class Server.Name extends Object implements Comparable<Server.Name>, Serializable, DtoFactory<MysqlServerName>, Internable<Server.Name>
Represents a name that may be used for a MySQL installation. Names must:
  • Be non-null
  • Be non-empty
  • Be between 1 and 255 characters
  • Must start with [a-z,0-9]
  • The rest of the characters may contain [a-z], [0-9], period (.), hyphen (-), and underscore (_)
Author:
AO Industries, Inc.
See Also: