AODataSegmentGetIS

Get data from a particular segment of a database.

Synopsis

int AODataSegmentGetIS(AOData aodata,char *name,char *segment,IS is,void **data)
Collective on AOData and IS

Input Parameters

aodata - the database
name - the name of the key
segment - the name of the segment
is - the keys for data requested on this processor

Output Parameters

data -the actual data

Keywords

database transactions

Location: src/ao/interface/aodata.c
IS and DA Index
Table of Contents