AODataSegmentGet

Get data from a particular segment of a database.

Synopsis

int AODataSegmentGet(AOData aodata,char *name,char *segment,int n,int *keys,void **data)
Collective on AOData

Input Parameters

aodata - the database
name - the name of the key
segment - the name of the segment
n - the number of data items needed by this processor
keys - the keys provided by this processor

Output Parameters

data -the actual data

Keywords

database transactions

See Also

AODataCreateBasic(), AODataDestroy(), AODataKeyAdd(), AODataSegmentRestore(),
AODataSegmentGetIS(), AODataSegmentRestoreIS(), AODataSegmentAdd(), AODataKeyGetInfo(), AODataSegmentGetInfo(), AODataSegmentAdd()

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