SparkseePython
6.0.2
|
Attribute kind enumeration. More...
Static Public Attributes | |
int | BASIC = 0 |
Basic attribute (non indexed attribute). | |
int | INDEXED = 1 |
Indexed attribute. | |
int | UNIQUE = 2 |
Unique attribute (indexed + unique restriction). More... | |
Attribute kind enumeration.
It determines the indexing-capabilities of an attribute.
|
static |
Unique attribute (indexed + unique restriction).
Unique restriction sets two objects cannot have the same value for an attribute but NULL.