Space Built In Functions

LANSA Technical

Space Built-In Functions

Built-In Function

Description

CREATE_SPACE

Creates a space object with the specified name

DEFINE_SPACE_CELL

Defines a cell (or column) within the specified space object.

DELETE_IN_SPACE

Deletes all cell rows that matches the key values supplied

DESTROY_SPACE

Destroys a space object with the specified name

FETCH_IN_SPACE

Retrieves the values of the first cell row that matches the key values supplied.

INSERT_IN_SPACE

Inserts a set of cell values into a space object

SELECT_IN_SPACE

Retrieves the values of the first row of cells that match the key values supplied

SELECTNEXT_IN_SPACE

Retrieves the values of the next row of cells that match the key values supplied.

SPACE_OPERATION

Request a miscellaneous space object operation

UPDATE_IN_SPACE

Updates a single cell row that matches the key values supplied