Klasse Domain
java.lang.Object
org.apache.torque.templates.model.Domain
The model of the domain tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
Domain
public Domain()
-