listing48

int Page::Insert(Index& rIndex, bool findOnly)
{
int result;
if (myVars.IsLeaf)
{
SetLocked(true);
result = FindLeaf(rIndex,findOnly);
SetLocked(false);
return result;
}
else
{
SetLocked(true);
result = InsertNode(rIndex,findOnly);
SetLocked(false);
return result;
}
}

Wyszukiwarka

Podobne podstrony:
1590595270 1 listing01
listing10
1590595270 1 listing12
listing1701 sql
listing19
listing2

więcej podobnych podstron