Klasse Domain

java.lang.Object
org.apache.torque.templates.model.Domain

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

    • 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.
  • Konstruktordetails

    • Domain

      public Domain()