DBplanIsSelectable

Top  Previous  Next

Determine whether plan is selectable.

Every plan can be closed for selecting or not. With this function can be questioned whether this plan should be considered with selections or not. This makes, e.g. sense when a plan was put on to store temporary data. However, the data should not be considered with selections. To the putting of the Selektierbarkeit the function DBmodifyPlanSettings can be used.

Parametre

flat (PPLANS) [IN]

Act on the plan to find out whether he is selectable or not.

Result

(int) [OUT]

If the plan is selectable, becomes TRUE zurückgeliefert, but FALSE.

Declaration

#include "database.h"

 

int DLLENTRY DBplanIsSelectable (

PPLANS flat

);

Related functions

DBmodifyPlanSettings

DBsegmentIsSelectable