class TDbLookupKey |
This class is internal and is not intended for use.
Public Member Functions | |
---|---|
TDbLookupKey() | |
void | Add(TInt) |
void | Add(TUint) |
void | Add(TInt64) |
void | Add(TReal32) |
void | Add(TReal64) |
void | Add(TTime) |
void | Add(const TDesC8 &) |
void | Add(const TDesC16 &) |
TInt | Count() |
const SColumn * | First() |
Private Member Functions | |
---|---|
SColumn & | NextKey() |
Private Attributes | |
---|---|
TInt | iCount |
SColumn | iKey |