AODataKeyGetActiveIS
Get a sublist of key indices that have a logical flag on.
Synopsis
int AODataKeyGetActiveIS(AOData aodata,char *name,char *segname,IS in,int wl,IS *is)
Collective on
AOData
Input Parameters
aodata | - the database
|
name | - the name of the key
|
segment | - the name of the segment
|
in | - the key indices we are checking
|
wl | - which logical key in the block (for block size 1 this is always 0)
|
Output Parameters
IS -the list of key indices
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