SparkseeNet  6.0.2
Public Member Functions | Static Public Attributes | List of all members
com.sparsity.sparksee.gdb.Attribute Class Reference

Attribute data class. More...

Public Member Functions

com.sparsity.sparksee.gdb.AttributeKind GetKind ()
 Gets the attribute kind.
 
long GetCount ()
 Gets the number of non-NULL values.
 
bool IsSessionAttribute ()
 Check if it's a session attribute or a persistent one.
 
long GetSize ()
 Gets the number of different values.
 
int GetTypeId ()
 Gets the Sparksee type identifier.
 
com.sparsity.sparksee.gdb.DataType GetDataType ()
 Gets the data type.
 
int GetArraySize ()
 Gets the number of elements in the array.
 
bool IsArrayAttribute ()
 Check if it's an array attribute.
 
int GetId ()
 Gets the Sparksee attribute identifier.
 
System.String GetName ()
 Gets the unique attribute name.
 

Static Public Attributes

static int InvalidAttribute
 Invalid attribute identifier constant.
 

Detailed Description

Attribute data class.

It contains information about an attribute.

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

Member Function Documentation

int com.sparsity.sparksee.gdb.Attribute.GetArraySize ( )

Gets the number of elements in the array.

Returns
The size of the array
long com.sparsity.sparksee.gdb.Attribute.GetCount ( )

Gets the number of non-NULL values.

Returns
The number of non-NULL values.
com.sparsity.sparksee.gdb.DataType com.sparsity.sparksee.gdb.Attribute.GetDataType ( )

Gets the data type.

Returns
The DataType.
int com.sparsity.sparksee.gdb.Attribute.GetId ( )

Gets the Sparksee attribute identifier.

Returns
The Sparksee attribute identifier.
com.sparsity.sparksee.gdb.AttributeKind com.sparsity.sparksee.gdb.Attribute.GetKind ( )

Gets the attribute kind.

Returns
The AttributeKind.
System.String com.sparsity.sparksee.gdb.Attribute.GetName ( )

Gets the unique attribute name.

Returns
The unique attribute name.
long com.sparsity.sparksee.gdb.Attribute.GetSize ( )

Gets the number of different values.

Returns
The number of different values.
int com.sparsity.sparksee.gdb.Attribute.GetTypeId ( )

Gets the Sparksee type identifier.

Returns
The Sparksee type identifier.
bool com.sparsity.sparksee.gdb.Attribute.IsArrayAttribute ( )

Check if it's an array attribute.

Returns
True if it's an array attribute, or false otherwise.
bool com.sparsity.sparksee.gdb.Attribute.IsSessionAttribute ( )

Check if it's a session attribute or a persistent one.

Returns
True if it's a session attribute, or false otherwise.