Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following set of database tables are used by the Data Info code.

Applications

The Applications table defines the available applications.

Column Name

Description

APPID

The primary key.

APPLICATION

The name of the application.

SHORTNAME

A short name for the application; meant to be used in linking.

URL

The URL of the application without the context. To be used in linking.

PAGE

The page where the plots are. Also for linking.

DataInfo

The DataInfo table defines the application specific data. Most of the columns in this table are used for plotting purposes.

Column Name

Description

ID

The primary key.

NAME

The name of the data. This name must be unique within an application.

APPID

Foreign key to the application to which the data belongs to.

TITLE

.

PATH

.

LOGYAXIS

.

LABEL

.

STYLE

.

XAXISLABEL

.

YAXISLABEL

.

DESCRIPTION

.

TYPE

.

INFORMATION

.