Routines for scim_bdb.kb


FindSCIM_TranslateRec

File Name

scim_bdb.kb

Syntax

FindSCIM_TranslateRec(VAL where: STRING, REF Scim: SCIM_TranslateRec)

Parameters

where - where clause of SQL Select statement

Scim - SCIM_Translate record

Returns

SCIM_Translate record, SQL return result

Side Effects

None

Description

This function returns the scim_translate record based on the where statement.

Dialog Forms Called

None


GetListOfComponents

File Name

scim_bdb.kb

Syntax

GetListOfComponents(VAL system_id: STRING, REF ComponentList: LIST OF ScimUserDataRec)

Parameters

system_id - system_id used to select components from

ComponentList - list of scimuserdata records

Returns

list of component records, SQL Return result

Side Effects

None

Description

This function returns all the component records for a specified system id.

Dialog Forms Called

None


GetListOfItems

File Name

scim_bdb.kb

Syntax

GetListOfItems(VAL system_id: STRING, VAL component_id: STRING, REF ItemList: LIST OF ScimUserDataRec)

Parameters

system_id - system_id used to select components from

component_id - component_id used to select items from

ItemsList - list of scimuserdata records

Returns

list of item records, SQL return result

Side Effects

None

Description

This function returns all the item records for a specified system id and component id.

Dialog Forms Called

None


GetListOfItems

File Name

scim_bdb.kb

Syntax

GetListOfModules(VAL system_id: STRING, VAL component_id: STRING, VAL item_id: STRING, REF ModuleList: LIST OF ScimUserDataRec)

Parameters

system_id - system_id used to select components from

component_id - component_id used to select items from

item_id - item_id

ModuleList - list of scimuserdata records

Returns

list of module records, SQL Return result

Side Effects

None

Description

This function returns all the item records for a specified system id and component id.

Dialog Forms Called

None


GetListOfSystems

File Name

scim_bdb.kb

Syntax

GetListOfSystems(REF SystemList: LIST OF ScimUserDataRec)

Parameters

SystemList - scimuser data records

Returns

list of scimuserdatarecords, SQL return result

Side Effects

None

Description

This function returns all the records in the system table.

Dialog Forms Called

None


GetSCIM_TranslateRec

File Name

scim_bdb.kb

Syntax

GetSCIM_TranslateRec(VAL h_object_id: STRING, REF Scim: SCIM_TranslateRec)

Parameters

h_object_id - h_object_id

Scim - SCIM_Translate record

Returns

SCIM_Translate record, SQL Return result

Side Effects

None

Description

This function returns the scim_translate record based on the h_object_id.

Dialog Forms Called

None