|
Sparksee
6.0.2
|
This is the complete list of members for Value, including all inherited members.
| Compare(const Value &value) const | Value | |
| Equals(const Value &value) const | Value | |
| FreeHandler() | Handler< sparksee_core::Value > | private |
| GetBoolean() const | Value | |
| GetDataType() const | Value | |
| GetDouble() const | Value | |
| GetHandler() | Handler< sparksee_core::Value > | inlineprivate |
| GetHandler() const | Handler< sparksee_core::Value > | inlineprivate |
| GetInteger() const | Value | |
| GetLong() const | Value | |
| GetOID() const | Value | |
| GetString() const | Value | |
| GetTimestamp() const | Value | |
| Handler() | Handler< sparksee_core::Value > | inlineprivate |
| Handler(sparksee_core::Value *h) | Handler< sparksee_core::Value > | inlineprivate |
| IsNull() const | Value | |
| MaxLengthString | Value | static |
| operator=(const Value &value) | Value | |
| Set(Value &value) | Value | inline |
| SetBoolean(bool_t value) | Value | inline |
| SetBooleanVoid(bool_t value) | Value | |
| SetDouble(double64_t value) | Value | inline |
| SetDoubleVoid(double64_t value) | Value | |
| SetHandler(sparksee_core::Value *h) | Handler< sparksee_core::Value > | inlineprivate |
| SetInteger(int32_t value) | Value | inline |
| SetIntegerVoid(int32_t value) | Value | |
| SetLong(int64_t value) | Value | inline |
| SetLongVoid(int64_t value) | Value | |
| SetNull() | Value | inline |
| SetNullVoid() | Value | |
| SetOID(oid_t value) | Value | inline |
| SetOIDVoid(oid_t value) | Value | |
| SetString(const std::wstring &value) | Value | inline |
| SetStringVoid(const std::wstring &value) | Value | |
| SetTimestamp(int64_t value) | Value | inline |
| SetTimestamp(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minutes, int32_t seconds, int32_t millisecs) | Value | inline |
| SetTimestampVoid(int64_t value) | Value | |
| SetTimestampVoid(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minutes, int32_t seconds, int32_t millisecs) | Value | |
| SetVoid(Value &value) | Value | inline |
| ToString(std::wstring &str) const | Value | |
| Value() | Value | |
| Value(const Value &value) | Value | |
| ~Handler() | Handler< sparksee_core::Value > | inlineprivatevirtual |
| ~Value() | Value | virtual |