Class: RetrievalResult

RetrievalResult

Contains the data that were retrieved from the database.

Requires

  • module:easejs

Methods

Returns the Attribute name.
Returns the retrieval time.
Returns the retrieved Attributes.
Sets the Attribute name.
Name Type Description
_name string Name of the retrieved Attribute.
Sets the retrieval time.
Name Type Description
_timstamp date Retrieval time.
Sets the retrieved values.
Name Type Description
_values Array Retrieved Attributes.
Builder for name.
Name Type Description
_name String name
Builder for timestamp.
Name Type Description
_timestamp String timestamp
Builder for values.
Name Type Description
_values Array values