Class Domain
java.lang.Object
org.apache.torque.templates.model.Domain
The model of the domain tag in a Torque schema file.
- Version:
- $Id: $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe default value of the columns belonging to this domain.The description of this domain.The name of the domain.The database where this domain is defined.The scale of the columns belonging to this domain.The size of the columns belonging to this domain.The torque type of the columns belonging to this domain. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The database where this domain is defined. -
name
The name of the domain. -
type
The torque type of the columns belonging to this domain. -
size
The size of the columns belonging to this domain. -
scale
The scale of the columns belonging to this domain. -
_default
The default value of the columns belonging to this domain. -
description
The description of this domain.
-
-
Constructor Details
-
Domain
public Domain()
-