Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This is a basic description of code objects that handle data storage. The objects are defined by three main characteristics: Persistent Data functionality, Multi-Value functionality, and Sharable functionality.

Object

Persistent

Multi-Value

Shareable

Database

YES

YES

YES

Persistent Value

YES

NO

YES

Array

NO

YES

YES

Data Container

NO

NO

YES

Static Number

NO

NO

NO

Static String

NO

NO

NO

  • No labels