CCommsDbProtectConnectPrefTableView Class Reference
class CCommsDbProtectConnectPrefTableView : public CCommsDbConnectionPrefTableView |
Inherits from
- CCommsDbProtectConnectPrefTableView
Inherited Functions |
---|
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
| CCommsDbConnectionPrefTableView::CCommsDbConnectionPrefTableView(CCommsDatabase &) |
| CCommsDbConnectionPrefTableView::ChangeConnectionPreferenceRankL(TUint32) |
| CCommsDbConnectionPrefTableView::Close() |
| CCommsDbConnectionPrefTableView::ColNum(const TDesC &)const |
| CCommsDbConnectionPrefTableView::ConstructL(TCommDbConnectionDirection,TBool) |
| CCommsDbConnectionPrefTableView::ConstructL(TCommDbConnectionDirection,TUint32) |
| CCommsDbConnectionPrefTableView::DeleteConnectionPreferenceL() |
| CCommsDbConnectionPrefTableView::GetL() |
| CCommsDbConnectionPrefTableView::GetUint32L(const TDesC &,TUint32 &) |
| CCommsDbConnectionPrefTableView::GotoFirstRecord() |
| CCommsDbConnectionPrefTableView::GotoNextRecord() |
| CCommsDbConnectionPrefTableView::GotoPreviousRecord() |
| CCommsDbConnectionPrefTableView::InsertConnectionPreferenceL(const TCommDbIapConnectionPref &,TBool) |
| CCommsDbConnectionPrefTableView::InsertConnectionPreferenceL(const TCommDbIspConnectionPref &,TBool) |
| CCommsDbConnectionPrefTableView::NewL(CCommsDatabase &,TCommDbConnectionDirection,TUint32) |
| CCommsDbConnectionPrefTableView::NewLC(CCommsDatabase &,TCommDbConnectionDirection,TBool) |
| CCommsDbConnectionPrefTableView::NewLC(CCommsDatabase &,const TDbQuery &) |
| CCommsDbConnectionPrefTableView::OpenL(const TDbQuery &) |
| CCommsDbConnectionPrefTableView::ReadConnectionPreferenceL(TCommDbIapConnectionPref &) |
| CCommsDbConnectionPrefTableView::ReadConnectionPreferenceL(TCommDbIspConnectionPref &) |
| CCommsDbConnectionPrefTableView::SwapConnectionPreferencesL(TCommDbConnectionDirection,TUint32,TUint32) |
| CCommsDbConnectionPrefTableView::UpdateBearerL(const TCommDbIapBearer &,TBool) |
| CCommsDbConnectionPrefTableView::UpdateBearerL(const TCommDbIspBearer &,TBool) |
| CCommsDbConnectionPrefTableView::UpdateDialogPrefL(const TCommDbDialogPref &) |
| CCommsDbConnectionPrefTableView::~CCommsDbConnectionPrefTableView() |
Constructor & Destructor Documentation
CCommsDbProtectConnectPrefTableView(CCommsDatabase &)
~CCommsDbProtectConnectPrefTableView()
IMPORT_C | ~CCommsDbProtectConnectPrefTableView | ( | ) | |
Member Functions Documentation
ConstructL(const TDbQuery &)
void | ConstructL | ( | const TDbQuery & | aQuery | ) | [private] |
Prepares and evaluates the table view using the SQL query aQuery
This method is deprecated from 9.1 and always returns/leaves with KErrNotSupported instead of describing past operation/parameters.
DoProtectionL(CMDBSession *, CMDBElement *, TBool)
GetRecordAccess(TInt &)
IMPORT_C TInt | GetRecordAccess | ( | TInt & | aAccess | ) | |
Checks record's protection setting Currently a record can be Writable (0) or Read Only (1). Read Only records cannot be amended until they are unprotected via this API.
From v9.1 there is behavioural change. Column ordinal value is replaced with ElementID
-
capability
- Dependent on table, see the guide page referenced below.
Parameters
TInt & aAccess | On return contains the value of the column ordinal(look line above) |
GetTableAccess(RDbRowSet::TAccess &)
Checks table's ReadOnly Setting
-
capability
- Dependent on table, see the guide page referenced below.
NewL(CCommsDatabase &, const TDbQuery &)
Allocates and constructs a new communications database connection preference view object. aUseTemplate defaults to ETrue
This method is deprecated from 9.1 and always returns/leaves with KErrNotSupported instead of describing past operation/parameters.
ProtectRecord()
IMPORT_C TInt | ProtectRecord | ( | ) | |
Marks record as read-only so that it cannot be modified This does not protect it from deletion.
-
capability
- Dependent on table, see the guide page referenced below.
ProtectTable()
IMPORT_C TInt | ProtectTable | ( | ) | |
Protects table Protection of settings
- capability
- Dependent on table, see the guide page referenced below.
UnprotectRecord()
IMPORT_C TInt | UnprotectRecord | ( | ) | |
Marks record as not read-only so that it can be modified or deleted
-
capability
- Dependent on table, see the guide page referenced below.
UnprotectTable()
IMPORT_C TInt | UnprotectTable | ( | ) | |
Unprotects table
-
capability
- Dependent on table, see the guide page referenced below.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.