#include <DAMDBDES.H>
Link against:
damodl.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class CDaUserColSet : public CBase;
Description
Defines a set of columns that are suitable for displaying to the application's user.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CDaUserColSet
- Defines a set of columns that are suitable for displaying to the application's u...
Members
Defined in CDaUserColSet
:
Inherited from CBase
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C static CDaUserColSet* NewL();
Description
Allocates and constructs a new database application column set.
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C ~CDaUserColSet();
Description
Destructor.
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C static CDaUserColSet* New();
Description
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C CDaUserColSet* CloneL() const;
Description
Allocates and constructs a new database application column set as a copy of the current object.
Return value
operator[](TDbColNo)const
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline const TDaUserCol& operator[](TDbColNo aCol) const;
Description
Gets a column by index (const overload).
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline TDaUserCol& operator[](TDbColNo aCol);
Description
Gets a column by index.
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C const TDaUserCol* Col(const TDesC &aColName) const;
Description
Gets a column by name.
Parameters
const TDesC16 &aColName |
Column name
|
|
Return value
ColNo(const TDesC &)const
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C TDbColNo ColNo(const TDesC &aColName) const;
Description
Gets the number of a named column.
Parameters
const TDesC16 &aColName |
Column name
|
|
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline TDbColNo IncColNo();
Description
Increments the maximum column number.
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline TDbColNo MaxColNo() const;
Description
Gets the maximum column number.
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline TInt Count() const;
Description
Gets the number of columns.
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C TInt ColNoFromUId(TInt aUId) const;
Description
Gets the column number for a column with the specified UID field.
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline void Clear();
Description
Resets the column set.
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C void Remove(const TDesC &aColName);
Description
Removes a specified column.
Parameters
const TDesC16 &aColName |
Column name
|
|
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C CDaUserColSet& AddL(const TDaUserCol &aCol);
Description
Adds a new column.
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
IMPORT_C CDbColSet* MapToCDbColSetL() const;
Description
Constructs a new CDbColSet
from the user column set.
Return value
CDbColSet *
|
The new column set. The caller takes ownership.
|
|
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline void ResizeL(TInt aCount);
Description
Changes the number of columns in the set.
Parameters
TInt aCount |
Number of columns in the set
|
|
See also:
Interface status: |
deprecated |
Inherited from: CDaUserColSet |
inline void SetReserveL(TInt aCount);
Description
Reserves space for the specified number of columns.
Parameters
TInt aCount |
Number of columns
|
|
See also:
Interface status: |
deprecated |
|
TPanics
Description