Class Domain


  • public class Domain
    extends Object
    The model of the domain tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Database parent
        The database where this domain is defined.
      • name

        public String name
        The name of the domain.
      • type

        public String type
        The torque type of the columns belonging to this domain.
      • size

        public String size
        The size of the columns belonging to this domain.
      • scale

        public String scale
        The scale of the columns belonging to this domain.
      • _default

        public String _default
        The default value of the columns belonging to this domain.
      • description

        public String description
        The description of this domain.
    • Constructor Detail

      • Domain

        public Domain()