DBclassClassobjectByKeys

Top  Previous  Next

Searches of a class object for key values.

Every object and so also every class object can be identified about the describing object keys. Every object can dispose of several keys.

Parametre

root (PROOT) [IN]

Act on the open data bank.

count (int) [IN]

Number of the object keys which are in the field keys.

keys (KEY *) [IN / OUT]

Pointer on an Array of KEY.

Result

(POBJECT) [OUT]

If an object with the given keys exists, a trading becomes on it zurückgeliefert, but ZERO.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBclassClassobjectByKeys (

PROOT root,

int count,

KEY * keys

);

Related functions

DBclassClassobjectByName