CLARITY: Standard Generic Function STORE-NUMERICAL-DATA

Generic function STORE-NUMERICAL-DATA

Package:

CLARITY

Syntax:

  store-numerical-data cl-handle data-id file
  

Arguments and Values:

cl-handle---a cl-handle

data-id---an integer

file---a path to a file

Description:

The generic function store-numerical-data takes a file containing a numerical timecourse dataset and stores it in the database. It takes three parameters, cl-handle, which preserves the session; data-id, which is the numerical id identifying the timecourse dataset in the database; and a path to the file to insert.

Known Methods:

  •   store-numerical-data (cl-handle clarity-handle) (data-id integer) (file path)
      

Examples:

cl-prompt: (clarity:store-numerical-data cl-handle 6 "C:/data/dataset.txt")
  

Affected By:

None.

Exceptional Situations:

None.

See Also:

None

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.