AODataSegmentGetLocal
Get data from a particular segment of a database. Returns the values in the local numbering; valid only for integer segments.
Synopsis
#include "ao.h"
int AODataSegmentGetLocal(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 in local numbering
|
Output Parameters
data -the actual data
Keywords
database transactions
See Also
AODataCreateBasic(), AODataDestroy(), AODataKeyAdd(), AODataSegmentRestore(),
AODataSegmentGetIS(), AODataSegmentRestoreIS(), AODataSegmentAdd(),
AODataKeyGetInfo(), AODataSegmentGetInfo(), AODataSegmentAdd()
Level:advanced
Location:src/dm/ao/interface/aodata.c
AO Index
Table of Contents