9.87 CDBCE_Func Class
template <class TFunc>
class CDBCE_Func
Managing the function pointers of DBCE object
Defined in: ACIPSDB.hpp
|
Class Template Arguments
|
TFunc
class function pointers of an DBCE object
|
|
Class Members
|
public members
CDBCE_Func( CDBClient* )
Constructor.
TFunc GetFunc()
Returns the function pointer
ULONG QueryDBCE()
Returns DBCE index of key of section [DataBases] in sibdb.ini
LONG QueryDBCE_Func( pCSZ )
Returns primary DBCE index of key of section [DataBases] in sibdb.ini 5 //11
LONG QueryDBCE_Func( pCSZ )
Returns primary DBCE function pointer
LONG QueryNextDBCE_Func( pCSZ )
Returns first DBCE function pointer 5
LONG FindDBCE_Func( LONG, pCSZ )
Returns next DBCE function pointer 5
LONG QueryDBCEHandle()
Returns search for given function pointer 5
private:
Returns the actual object handle of the DBCE object 5
private members
CDBClient* pDB
Pointer to CDBCClient
TFunc fnDBFunc
Pointer to DBCE function
ULONG ulDBCE
DBCE handler
|
