public class Domain extends Object
Modifier and Type | Field and Description |
---|---|
String |
_default
The default value of the columns belonging to this domain.
|
String |
description
The description of this domain.
|
String |
name
The name of the domain.
|
Database |
parent
The database where this domain is defined.
|
String |
scale
The scale of the columns belonging to this domain.
|
String |
size
The size of the columns belonging to this domain.
|
String |
type
The 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.