public class Domain extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | _defaultThe default value of the columns belonging to this domain. | 
| String | descriptionThe description of this domain. | 
| String | nameThe name of the domain. | 
| Database | parentThe database where this domain is defined. | 
| String | scaleThe scale of the columns belonging to this domain. | 
| String | sizeThe size of the columns belonging to this domain. | 
| String | typeThe torque type of the columns belonging to this domain. | 
| Constructor and Description | 
|---|
| Domain() | 
public Database parent
public String name
public String type
public String size
public String scale
public String _default
public String description
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.