SparkseeNet
6.0.2
|
Public Member Functions | |
void | SetLongVoid (long value) |
Sets the Value. | |
System.DateTime | GetTimestampAsDateTime () |
Gets the Value as a DateTime instance. | |
long | GetOID () |
Gets OID Value. | |
com.sparsity.sparksee.gdb.Value | SetBoolean (bool value) |
Sets the Value. | |
Value (com.sparsity.sparksee.gdb.Value value) | |
Copy constructor. | |
bool | GetBoolean () |
Gets Boolean Value. | |
int | CompareTo (com.sparsity.sparksee.gdb.Value other) |
Compares the current instance with another object of the same type. | |
void | SetNullVoid () |
Sets the Value to NULL. | |
void | SetTimestampVoid (long value) |
Sets the Value. | |
void | SetStringVoid (System.String value) |
Sets the Value. | |
Value () | |
Creates a new instance. | |
void | SetIntegerVoid (int value) |
Sets the Value. | |
string | ToString () |
Gets a string representation of the Value. | |
com.sparsity.sparksee.gdb.Value | SetDouble (double value) |
Sets the Value. | |
com.sparsity.sparksee.gdb.Value | Set (com.sparsity.sparksee.gdb.Value value) |
Sets the Value. | |
com.sparsity.sparksee.gdb.DataType | GetDataType () |
Gets the DataType. | |
com.sparsity.sparksee.gdb.Value | SetOID (long value) |
Sets the Value. | |
System.String | GetString () |
Gets String Value. | |
void | SetDoubleVoid (double value) |
Sets the Value. | |
bool | Equals (com.sparsity.sparksee.gdb.Value value) |
Compares with the given Value. | |
bool | IsNull () |
Gets if this is a NULL Value. | |
void | SetVoid (com.sparsity.sparksee.gdb.Value value) |
Sets the Value. | |
void | SetTimestampVoid (int year, int month, int day, int hour, int minutes, int seconds, int millisecs) |
Sets the Value. | |
void | SetOIDVoid (long value) |
Sets the OID Value. | |
com.sparsity.sparksee.gdb.Value | SetString (string value) |
Sets the Value. | |
double | GetDouble () |
Gets Double Value. | |
com.sparsity.sparksee.gdb.Value | SetLong (long value) |
Sets the Value. | |
com.sparsity.sparksee.gdb.Value | SetTimestamp (System.DateTime dt) |
Sets the Value. | |
int | Compare (com.sparsity.sparksee.gdb.Value value) |
Compares with the given Value. | |
long | GetLong () |
Gets Long Value. | |
void | SetBooleanVoid (bool value) |
Sets the Value. | |
com.sparsity.sparksee.gdb.Value | SetInteger (int value) |
Sets the Value. | |
int | CompareTo (System.Object other) |
Compares the current instance with another object of the same type. | |
com.sparsity.sparksee.gdb.Value | SetNull () |
Sets the Value to NULL. | |
long | GetTimestamp () |
Gets Timestamp Value. | |
com.sparsity.sparksee.gdb.Value | SetTimestamp (int year, int month, int day, int hour, int minutes, int seconds, int millisec) |
Sets the Value. | |
bool | Equals (System.Object other) |
Indicates whether the current object is equal to another object. | |
int | GetInteger () |
Gets Integer Value. | |
Static Public Attributes | |
static int | MaxLengthString |
Maximum number of characters allowed for a String. | |
Value class.
It is a container which stores a value and its data type (domain). A Value can be NULL.
com.sparsity.sparksee.gdb.Value.Value | ( | com.sparsity.sparksee.gdb.Value | value | ) |
Copy constructor.
value | [in] Value to be copied. |
com.sparsity.sparksee.gdb.Value.Value | ( | ) |
Creates a new instance.
It creates a NULL Value.
int com.sparsity.sparksee.gdb.Value.Compare | ( | com.sparsity.sparksee.gdb.Value | value | ) |
int com.sparsity.sparksee.gdb.Value.CompareTo | ( | com.sparsity.sparksee.gdb.Value | other | ) |
Compares the current instance with another object of the same type.
other | Another Value to compare with this instance. |
int com.sparsity.sparksee.gdb.Value.CompareTo | ( | System.Object | other | ) |
Compares the current instance with another object of the same type.
other | An object to compare with this instance. |
bool com.sparsity.sparksee.gdb.Value.Equals | ( | com.sparsity.sparksee.gdb.Value | value | ) |
bool com.sparsity.sparksee.gdb.Value.Equals | ( | System.Object | other | ) |
Indicates whether the current object is equal to another object.
other | An object to compare with this instance. |
bool com.sparsity.sparksee.gdb.Value.GetBoolean | ( | ) |
com.sparsity.sparksee.gdb.DataType com.sparsity.sparksee.gdb.Value.GetDataType | ( | ) |
double com.sparsity.sparksee.gdb.Value.GetDouble | ( | ) |
int com.sparsity.sparksee.gdb.Value.GetInteger | ( | ) |
long com.sparsity.sparksee.gdb.Value.GetLong | ( | ) |
long com.sparsity.sparksee.gdb.Value.GetOID | ( | ) |
System.String com.sparsity.sparksee.gdb.Value.GetString | ( | ) |
long com.sparsity.sparksee.gdb.Value.GetTimestamp | ( | ) |
System.DateTime com.sparsity.sparksee.gdb.Value.GetTimestampAsDateTime | ( | ) |
Gets the Value as a DateTime instance.
bool com.sparsity.sparksee.gdb.Value.IsNull | ( | ) |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.Set | ( | com.sparsity.sparksee.gdb.Value | value | ) |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetBoolean | ( | bool | value | ) |
void com.sparsity.sparksee.gdb.Value.SetBooleanVoid | ( | bool | value | ) |
Sets the Value.
value | [in] New Boolean value. |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetDouble | ( | double | value | ) |
void com.sparsity.sparksee.gdb.Value.SetDoubleVoid | ( | double | value | ) |
Sets the Value.
value | [in] New Double value. |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetInteger | ( | int | value | ) |
void com.sparsity.sparksee.gdb.Value.SetIntegerVoid | ( | int | value | ) |
Sets the Value.
value | [in] New Integer value. |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetLong | ( | long | value | ) |
void com.sparsity.sparksee.gdb.Value.SetLongVoid | ( | long | value | ) |
Sets the Value.
value | [in] New Long value. |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetNull | ( | ) |
Sets the Value to NULL.
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetOID | ( | long | value | ) |
void com.sparsity.sparksee.gdb.Value.SetOIDVoid | ( | long | value | ) |
Sets the OID Value.
value | [in] New OID value. |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetString | ( | string | value | ) |
void com.sparsity.sparksee.gdb.Value.SetStringVoid | ( | System.String | value | ) |
Sets the Value.
value | [in] New String value. |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetTimestamp | ( | System.DateTime | dt | ) |
com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.Value.SetTimestamp | ( | int | year, |
int | month, | ||
int | day, | ||
int | hour, | ||
int | minutes, | ||
int | seconds, | ||
int | millisec | ||
) |
Sets the Value.
year | The year (>=1970). |
month | The month ([1..12]). |
day | The day of the month ([1..31]). |
hour | The hour ([0..23]). |
minutes | The minutes ([0..59]). |
seconds | The seconds ([0..59]). |
millisec | The milliseconds ([0..999]). |
void com.sparsity.sparksee.gdb.Value.SetTimestampVoid | ( | long | value | ) |
Sets the Value.
value | [in] New Timestamp value. |
void com.sparsity.sparksee.gdb.Value.SetTimestampVoid | ( | int | year, |
int | month, | ||
int | day, | ||
int | hour, | ||
int | minutes, | ||
int | seconds, | ||
int | millisecs | ||
) |
Sets the Value.
year | [in] The year (>=1970). |
month | [in] The month ([1..12]). |
day | [in] The of the month ([1..31]). |
hour | [in] The hour ([0..23]). |
minutes | [in] The minutes ([0..59]). |
seconds | [in] The seconds ([0..59]). |
millisecs | [in] The milliseconds ([0..999]). |
void com.sparsity.sparksee.gdb.Value.SetVoid | ( | com.sparsity.sparksee.gdb.Value | value | ) |
Sets the Value.
value | [in] New value. |