Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: DbAccess.h

Class CDefaultRecordAccess

class CDefaultRecordAccess : public CBase;

Description

This class is internal and not intended for use.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CDefaultRecordAccessThis class is internal and not intended for use

Defined in CDefaultRecordAccess:
CDefaultRecordAccess(), CDefaultRecordAccess(), Close(), CloseTable(), Id(), Name(), OpenRecordL(), OpenRecordL(), SetOverridden(), Table(), iId, iName, iOverridden, iTable, ~CDefaultRecordAccess()

Inherited from CBase:
operator new()


Internal members


CDefaultRecordAccess()

CDefaultRecordAccess();

Description

This member is internal and not intended for use.


CDefaultRecordAccess()

CDefaultRecordAccess(const TDesC& aName);

Description

This member is internal and not intended for use.


~CDefaultRecordAccess()

~CDefaultRecordAccess();

Description

This member is internal and not intended for use.


Close()

void Close();

Description

This member is internal and not intended for use.


OpenRecordL()

TBool OpenRecordL(CCommsDatabase* aDb, TUint32 aId);

Description

This member is internal and not intended for use.


OpenRecordL()

TBool OpenRecordL(CCommsDatabase* aDb, TUint32 aId, const TDesC& aTableName);

Description

This member is internal and not intended for use.


SetOverridden()

TBool SetOverridden(TBool aOverridden, TUint32 aId);

Description

This member is internal and not intended for use.


Table()

inline CCommsDbTableView* Table() const;

Description

This member is internal and not intended for use.


Name()

inline TPtrC Name() const;

Description

This member is internal and not intended for use.


Id()

inline TUint32 Id() const;

Description

This member is internal and not intended for use.


CloseTable()

private: void CloseTable();

Description

This member is internal and not intended for use.


iTable

private: CCommsDbTableView* iTable;

Description

This member is internal and not intended for use.


iName

private: TBuf<KCommsDbSvrMaxColumnNameLength> iName;

Description

This member is internal and not intended for use.


iId

private: TUint32 iId;

Description

This member is internal and not intended for use.


iOverridden

private: TBool iOverridden;

Description

This member is internal and not intended for use.