SparkseePython  6.0.2
Static Public Attributes | List of all members
sparksee.AttributeKind Class Reference

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...
 

Detailed Description

Attribute kind enumeration.

It determines the indexing-capabilities of an attribute.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Data Documentation

int sparksee.AttributeKind.UNIQUE = 2
static

Unique attribute (indexed + unique restriction).

Unique restriction sets two objects cannot have the same value for an attribute but NULL.