CLARITY: Standard Generic Function GET-ALL-DATA

Generic function GET-ALL-DATA

Package:

CLARITY

Syntax:

  get-all-data cl-handle
  

Arguments and Values:

cl-handle---a clarity-handle

Description:

The generic function get-all-data gets all of the rows in the timecourse data table of the database. It takes one parameter, cl-handle, which preserves the session and identifies the database.

Known Methods:

  •   get-all-data (cl-handle clarity-handle)
      

Examples:

cl-prompt: (clarity:get-all-data cl-handle)

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.